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 (10 hours, 4 minutes ago) · 10 languages

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

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 10 hours, 4 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
Scan summary Repository scanned at 75.3/100 with 88.9% coverage. It contains 1231 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 19 findings — concentrated in quality (8), software (4), security (2). Risk profile is high: 2 critical, 0 high, 5 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 37 of 48 findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Legacy 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 qualitylegacy
critical Legacy security credential_exposure conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
plugins/macos/spotify:57 credential_exposurelegacy
critical Legacy security credential_exposure conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
plugins/dotenv/README.md:29 credential_exposurelegacy
critical Legacy security credential_exposure conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
plugins/dotenv/README.md:21 credential_exposurelegacy
critical Legacy security credential_exposure conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
plugins/dotenv/README.md:20 credential_exposurelegacy
critical Legacy security credential_exposure conf 0.95 Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
plugins/genpass/genpass-apple:8 credential_exposurelegacy
critical 9-layer 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 secrets
critical 9-layer 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 secrets
low Legacy quality quality conf 1.00 ✓ Repobility [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums).
Review and fix per the pattern semantics. See CWE-327 / A02:2021 for context.
plugins/tmux/tmux.plugin.zsh:182 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.__apply_upstream_changes` used but never assigned in __init__
Method `update_or_notify` of class `Dependency` reads `self.__apply_upstream_changes`, 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.
.github/workflows/dependencies/updater.py:231 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.__update_yaml` used but never assigned in __init__
Method `update_or_notify` of class `Dependency` reads `self.__update_yaml`, 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.
.github/workflows/dependencies/updater.py:235 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.start` used but never assigned in __init__
Method `__exit__` 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.
.github/workflows/dependencies/updater.py:67 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `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.
.github/workflows/dependencies/updater.py:64 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.took` used but never assigned in __init__
Method `__exit__` of class `CodeTimer` reads `self.took`, 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.
.github/workflows/dependencies/updater.py:68 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility `self.took` used but never assigned in __init__
Method `__exit__` of class `CodeTimer` reads `self.took`, 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.
.github/workflows/dependencies/updater.py:67 qualitylegacy
high Legacy quality quality conf 1.00 ✓ Repobility Bare except continues silently
Bare `except:` (or `except Exception:`) that runs code without re-raising or logging the exception. Hides real failures and makes bugs hard to diagnose.
.github/workflows/dependencies/updater.py:294 qualitylegacy
high Legacy software dependency conf 0.70 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.
plugins/wd/README.md:88 dependencylegacy
high Legacy software dependency conf 0.70 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.
plugins/mise/README.md:12 dependencylegacy
high Legacy software dependency conf 0.70 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.
plugins/azure/README.md:48 dependencylegacy
medium 9-layer cicd supply-chain 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 supply-chaingithub-actionsleast-privilege
medium 9-layer cicd supply-chain 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 supply-chaingithub-actionsleast-privilege
medium 9-layer 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.
integrityfragile-runtimerobustness
medium 9-layer 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 securityports
medium 9-layer 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.
testscoverage
low Legacy software dependency 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 dependencylegacy
low Legacy software dependency 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 dependencylegacy
low 9-layer 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.
dead-code-candidate
low 9-layer quality integrity conf 1.00 Legacy-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.
integritylegacy-markerdead-code
low 9-layer 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…
integrityduplicatedry
low 9-layer 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 dead-code
low 9-layer 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 dead-code
low 9-layer 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 dead-code
low 9-layer 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.
complexity
low 9-layer 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.
complexity
low Legacy quality quality conf 1.00 ✓ Repobility [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context.
plugins/sprunge/sprunge.plugin.zsh:6 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context.
plugins/frontend-search/frontend-search.plugin.zsh:58 qualitylegacy
low Legacy quality quality conf 1.00 ✓ Repobility [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle credentials or data.
Review and fix per the pattern semantics. See CWE-319 / A02:2021 for context.
plugins/drush/drush.plugin.zsh:36 qualitylegacy
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.