Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
15 of your 33 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 4.16s · analysis 9.54s · 7.1 MB · GitHub API rate-limit (preflight)

ohmyzsh/ohmyzsh

https://github.com/ohmyzsh/ohmyzsh · scanned 2026-06-05 04:33 UTC (5 hours, 28 minutes ago) · 10 languages

67 findings (29 legacy + 38 scanner) 75th percentile · Python · tiny (<2K LoC) Scanner says 75 (lower by 4)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 hours, 28 minutes ago · v2 · 48 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 65.0 0.15 9.75
security_score 55.0 0.25 13.75
testing_score 70.0 0.20 14.00
documentation_score 93.0 0.15 13.95
practices_score 81.0 0.15 12.15
code_quality 73.7 0.10 7.37
Overall 1.00 71.0
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Possible secret in plugins/wp-cli/wp-cli.plugin.zsh
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in plugins/wp-cli/wp-cli.plugin.zsh:99; move to env var / secrets manager.
plugins/wp-cli/wp-cli.plugin.zsh:99
#2
Possible secret in plugins/drush/drush.plugin.zsh
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in plugins/drush/drush.plugin.zsh:59; move to env var / secrets manager.
plugins/drush/drush.plugin.zsh:59
#3
Privileged port 12 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in plugins/battery/battery.plugin.zsh is a real port, change the binding to ≥1024 or run behind a proxy.
plugins/battery/battery.plugin.zsh
#4
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/dependencies.yml
#5
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/scorecard.yml
#6
Very low test-to-source ratio
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#7
Network/subprocess call without timeout or try/except — .github/workflows/dependencies/updater.py:125
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in .github/workflows/dependencies/updater.py:125 to prevent hung calls.
#8
Possibly dead Python function: str_presenter
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in .github/workflows/dependencies/updater.py:72; if framework-registered, add a docstring.
.github/workflows/dependencies/updater.py:72
#9
Possibly dead Python function: enable
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in plugins/shell-proxy/proxy.py:57; if framework-registered, add a docstring.
plugins/shell-proxy/proxy.py:57
#10
Possibly dead Python function: disable
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in plugins/shell-proxy/proxy.py:61; if framework-registered, add a docstring.
plugins/shell-proxy/proxy.py:61

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/b387ada8-9962-4839-a2be-d5dbb09d4cdd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b387ada8-9962-4839-a2be-d5dbb09d4cdd/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.