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 (1 week, 1 day ago) · 10 languages

67 raw signals (29 security + 38 graph) 65th percentile · Python · tiny (<2K LoC) System graph score 75 (lower by 4)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 1 day ago · v2 · 35 actionable findings from 2 signal sources. 13 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

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
Scan summary Quality grade B (71/100). Dimensions: security 55, maintainability 65. 29 findings (3 security). 1,320 lines analyzed.

Showing 22 of 35 actionable findings. 48 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
plugins/drush/drush.plugin.zsh:64
critical Security checks security secrets conf 0.95 5 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
3 files, 5 locations
plugins/dotenv/README.md:20, 21, 29 (3 hits)
plugins/genpass/genpass-apple:8
plugins/macos/spotify:57
critical System graph security Secrets conf 1.00 Possible secret in plugins/drush/drush.plugin.zsh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
plugins/drush/drush.plugin.zsh:59
critical System graph security Secrets conf 1.00 Possible secret in plugins/wp-cli/wp-cli.plugin.zsh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
plugins/wp-cli/wp-cli.plugin.zsh:99
high Security checks quality Quality conf 1.00 ✓ Repobility 6 occurrences `self.start` used but never assigned in __init__
Method `__enter__` of class `CodeTimer` reads `self.start`, but no assignment to it exists in __init__ (and no class-level fallback). This raises AttributeError the first time the method runs against an instance.
lines 64, 67, 68, 231, 235
.github/workflows/dependencies/updater.py:64, 67, 68, 231, 235 (6 hits)
low Security checks quality Error handling conf 0.55 ✓ Repobility Broad exception handler needs review
This handler catches Exception/BaseException. It is actionable when it swallows errors without logging, re-raising, or returning a structured error. Handlers that intentionally convert exceptions into typed error results should not be treated as high risk.
.github/workflows/dependencies/updater.py:294 Error handlingquality
high Security checks software dependencies conf 0.70 3 occurrences Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
3 files, 3 locations
plugins/azure/README.md:48
plugins/mise/README.md:12
plugins/wd/README.md:88
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/dependencies.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/scorecard.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .github/workflows/dependencies/updater.py:125
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
plugins/battery/battery.plugin.zsh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 8 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks software dependencies conf 0.90 Python package `certifi` is minor version(s) behind (2026.4.22 -> 2026.5.20)
`certifi==2026.4.22` is minor version(s) behind the latest stable release on PyPI (2026.5.20). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
.github/workflows/dependencies/requirements.txt:1
low Security checks software dependencies conf 0.90 Python package `idna` is minor version(s) behind (3.15 -> 3.18)
`idna==3.15` is minor version(s) behind the latest stable release on PyPI (3.18). Pinned-but-stale Python dependencies drift away from upstream security and bugfix releases. This is the version-currency signal Dependabot raises.
.github/workflows/dependencies/requirements.txt:3
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/shell-proxy/ssh-agent.py
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: plugins/aliases/cheatsheet.py:pretty_print_group, plugins/aliases/cheatsheet.py:pretty_print This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separa…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `store_copy` in .github/workflows/dependencies/updater.py:149
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: disable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
plugins/shell-proxy/proxy.py:61
low System graph software Dead code conf 1.00 Possibly dead Python function: enable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
plugins/shell-proxy/proxy.py:57
low System graph software Dead code conf 1.00 Possibly dead Python function: str_presenter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
.github/workflows/dependencies/updater.py:72
low System graph quality Complexity conf 1.00 Very large file: plugins/emoji/emoji-char-definitions.zsh (7274 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: plugins/gitfast/git-completion.bash (3562 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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.