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.
151 of your 227 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 11.01s · analysis 21.38s · 22.7 MB · GitHub API rate-limit (preflight)

notque/vexjoy-agent

https://github.com/notque/vexjoy-agent · scanned 2026-06-05 20:54 UTC (4 days, 9 hours ago) · 10 languages

654 raw signals (210 security + 444 graph) 24th percentile · Python · large (100-500K LoC) System graph score 80 (lower by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 9 hours ago · v2 · 291 actionable findings from 2 signal sources. 141 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 60.0 0.15 9.00
security_score 25.4 0.25 6.35
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 80.0 0.15 12.00
code_quality 32.7 0.10 3.27
Overall 1.00 65.6
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade B- (66/100). Dimensions: security 25, maintainability 60. 210 findings (45 security). 165,200 lines analyzed.

Showing 190 of 291 actionable findings. 432 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.

critical Security checks security secrets conf 0.95 3 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, 3 locations
agents/php-general-engineer/references/php-security-testing.md:100
scripts/tests/test_learning_source_filter.py:69
skills/meta/skill-creator/references/error-catalog.md:424
critical Security checks security secrets conf 0.95 Discovered a potential authorization token provided in a curl command header, which could compromise the curl accessed resource.
Gitleaks detected a committed secret or credential pattern.
agents/technical-documentation-engineer/references/api-doc-verification-failures.md:102
critical Security checks security secrets conf 0.95 Discovered a potential authorization token provided in a curl command header, which could compromise the curl accessed resource.
Gitleaks detected a committed secret or credential pattern.
agents/technical-documentation-engineer/references/documentation-templates.md:25
critical Security checks security secrets conf 0.95 Discovered a potential basic authorization token provided in a curl command, which could compromise the curl accessed resource.
Gitleaks detected a committed secret or credential pattern.
agents/rabbitmq-messaging-engineer/references/performance.md:225
high Security checks quality Quality conf 1.00 ✓ Repobility 16 occurrences Missing import: `warnings` used but not imported
The file uses `warnings.something(...)` but never imports `warnings`. This raises NameError at runtime the first time the line executes.
12 files, 12 locations
hooks/pretool-prompt-injection-scanner.py:77
scripts/generate-pipeline-catalog.py:272
scripts/generate-skill-index.py:398
scripts/plan-manager.py:586
scripts/skill_eval/eval-viewer/generate_review.py:368
scripts/validate-index-integrity.py:153
skills/content/publish/scripts/wordpress-edit-post.py:214
skills/content/publish/scripts/wordpress-upload.py:759
critical System graph security Secrets conf 1.00 Possible secret in skills/content/reddit-moderate/scripts/reddit-mod.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
skills/content/reddit-moderate/scripts/reddit-mod.py:31
low Security checks quality Quality conf 1.00 ✓ Repobility 3 occurrences [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and SystemExit from working.
Review and fix per the pattern semantics. See CWE-705 / for context.
3 files, 3 locations
hooks/adr-lifecycle-on-merge.py:302
hooks/ci-merge-gate.py:180
hooks/creation-protocol-enforcer.py:144
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code.
Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context.
scripts/generate-deny-list.py:10
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
scripts/generate-gemini-settings-hooks.py:132
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED021] Path Traversal Os Join: os.path.join(user_dir, filename) where filename can contain "../" — directory escape.
Review and fix per the pattern semantics. See CWE-22 / A01:2021 for context.
scripts/generate-codex-hooks-json.py:94
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED034] Python Subprocess Shell True: subprocess(..., shell=True) enables command injection.
Review and fix per the pattern semantics. See CWE-78 / for context.
skills/game/game-pipeline/scripts/with_server.py:177
high Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
skills/game/game-sprite-pipeline/scripts/deterministic_idle.py:199
skills/meta/routing-table-updater/scripts/extract_metadata.py:267
skills/meta/routing-table-updater/scripts/generate_routes.py:270
low Security checks security Injection conf 1.00 3 occurrences [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDAP search filter. Attackers inject `*)(uid=*` style payloads to bypass auth or enumerate accounts.
Escape with javax.naming.ldap.Rdn.escapeValue or equivalent. For python-ldap, use ldap.filter.escape_filter_chars. Better: use parameterized search APIs (Spring LdapTemplate filter encoders).
3 files, 3 locations
hooks/cross-repo-agents.py:44
hooks/operator-context-detector.py:199
hooks/pretool-branch-safety.py:56
high Security checks quality Quality conf 1.00 ✓ Repobility 25 occurrences `self.daily_budget` used but never assigned in __init__
Method `execute_job` of class `Scheduler` reads `self.daily_budget`, 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.
8 files, 25 locations
scripts/motion-pipeline.py:51, 80, 95, 103, 105, 115, 119, 120, +1 more (9 hits)
scripts/agent-scheduler.py:317, 318, 438, 470 (4 hits)
scripts/research-stats-checkpoint.py:83, 89 (4 hits)
scripts/score-component.py:93, 94, 98 (3 hits)
scripts/video-transcript.py:103, 124 (2 hits)
scripts/detect-decomposition-targets.py:121
scripts/github-notification-triage.py:111
scripts/python-doc-verifier.py:92
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `anthropics/claude-code-action` pinned to mutable ref `@v1` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
lines 35
.github/workflows/claude.yml:35 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 20 occurrences GitHub Action is tag-pinned rather than SHA-pinned
Action `actions/checkout` pinned to mutable ref `@v6` uses a mutable tag or branch. Pin external actions to a reviewed full commit SHA when the workflow is security-sensitive.
2 files, 20 locations
.github/workflows/test.yml:13, 14, 41, 42, 53, 54, 65, 66, +10 more (18 hits)
.github/workflows/claude.yml:29 (2 hits)
CI/CD securitySupply chainGitHub Actions
high Security checks software dependencies conf 0.88 requests: PYSEC-2023-74
Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use `rebuild_proxies` to reattach the `Proxy-Authorization` header to requests. For HTTP connections sent …
requirements.txt
high System graph security security conf 1.00 Insecure pattern 'eval_used' in skills/process/verification-before-completion/scripts/validate.py:68
Found a known-risky pattern (eval_used). Review and replace if possible.
skills/process/verification-before-completion/scripts/validate.py:68 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in skills/process/verification-before-completion/scripts/validate.py:70
Found a known-risky pattern (exec_used). Review and replace if possible.
skills/process/verification-before-completion/scripts/validate.py:70 Exec used
low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
hooks/adr-lifecycle-on-merge.py:53
hooks/afk-mode.py:77
hooks/ci-merge-gate.py:136
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
skills/game/game-pipeline/scripts/with_server.py:177
low Security checks quality Quality conf 1.00 3 occurrences [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws — wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated.
Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows.
3 files, 3 locations
hooks/posttool-security-scan.py:72
scripts/scan-supply-chain.py:180
scripts/workflow-registry.py:45
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
scripts/agent-scheduler.py:420
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
hooks/pretool-unified-gate.py:13
low Security checks quality Error handling conf 0.55 ✓ Repobility 25 occurrences 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.
12 files, 17 locations
hooks/posttool-lint-hint.py:43, 58, 99 (3 hits)
hooks/cross-repo-agents.py:85, 134 (2 hits)
hooks/pretool-subagent-warmstart.py:276, 284 (2 hits)
hooks/rules-distill-injector.py:132, 147 (2 hits)
hooks/agent-grade-on-change.py:146
hooks/completion-evidence-check.py:41
hooks/fish-shell-detector.py:103
hooks/posttooluse-sync-skill-index.py:98
Error handlingquality
medium Security checks software dependencies conf 0.90 npm package `@rsbuild/core` is 2 major version(s) behind (^0.7.0 -> 2.0.11)
`@rsbuild/core` is pinned/resolved at ^0.7.0 but the latest stable release on the npm registry is 2.0.11 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
plugins/custom-panel/package.json
medium Security checks software dependencies conf 0.90 npm package `@rsbuild/plugin-react` is 2 major version(s) behind (^0.7.0 -> 2.0.1)
`@rsbuild/plugin-react` is pinned/resolved at ^0.7.0 but the latest stable release on the npm registry is 2.0.1 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs ra…
plugins/custom-panel/package.json
medium Security checks software dependencies conf 0.90 npm package `@types/react-dom` is 1 major version(s) behind (^18.2.0 -> 19.2.3)
`@types/react-dom` is pinned/resolved at ^18.2.0 but the latest stable release on the npm registry is 19.2.3 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
plugins/custom-panel/package.json
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt.
.well-known/security.txt
medium Security checks software dependencies conf 0.88 python-dotenv: GHSA-mf9w-mj56-hr94
python-dotenv: Symlink following in set_key allows arbitrary file overwrite via cross-device rename fallback
requirements.txt
high Security checks software dependencies 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.
scripts/generate-deny-list.py:37
high Security checks software dependencies 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.
agents/python-general-engineer/references/python-modern-features.md:182
medium Security checks software dependencies conf 0.88 requests: GHSA-9hjg-9r4m-mvj7
Requests vulnerable to .netrc credentials leak via malicious URLs
requirements.txt
medium Security checks software dependencies conf 0.88 requests: GHSA-9wx4-h78v-vm56
Requests `Session` object does not verify requests after making first request with verify=False
requirements.txt
medium Security checks software dependencies conf 0.88 requests: GHSA-gc5v-m9x4-r6x2
Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function
requirements.txt
medium Security checks quality Quality conf 0.78 Suspicious implementation file appears unreferenced
A file created as a fixed/new/final/copy variant is not referenced by imports or path-like strings in the rest of the repository. This is a strong sign that an agent produced code beside the active application path.
hooks/pretool-file-backup.py:1
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/claude.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in scripts/security-review-scan.py:422
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
scripts/security-review-scan.py:422 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in hooks/lib/quality_gate.py:262
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
hooks/lib/quality_gate.py:262 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in skills/game/game-pipeline/scripts/with_server.py:179
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
skills/game/game-pipeline/scripts/with_server.py:179 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hooks/rules-distill-trigger.py:75
`subprocess.Popen(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — hooks/sync-to-user-claude.py:476
`subprocess.check_output(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check-index-colocation.py:49
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check-routing-drift.py:47
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/crontab-manager.py:98
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/detect-skill-changes.py:42
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/feature-state.py:727
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/generate-skill-index.py:736
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/github-notification-triage.py:168
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/install-doctor.py:994
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/record-misroute.py:58
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/register-hook.py:91
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/skill-eval-ablation.py:208
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/skill_eval/run_eval.py:197
`subprocess.Popen(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/upgrade-diff.py:48
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/validate-hook-health.py:784
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/validate_positive_instruction_docs.py:56
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/x-api-poster.py:374
`requests.get(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — skills/game/game-asset-generator/scripts/fal_queue_image_run.py:91
`urllib.request.urlopen(...)` 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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — skills/game/game-pipeline/scripts/with_server.py:177
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — skills/game/game-sprite-pipeline/scripts/video_extract_frames.py:80
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — skills/meta/agent-comparison/scripts/compare.py:23
`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 quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — skills/meta/agent-comparison/scripts/optimize_loop.py:844
`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
low Security checks quality Quality conf 0.60 12 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 12 locations
hooks/instruction-reminder.py:6
hooks/posttool-auto-test.py:8
hooks/posttooluse-sync-skill-index.py:34
hooks/pretool-plan-gate.py:71
hooks/security-review-hook.py:176
hooks/suggest-compact.py:20
hooks/voice-pipeline-tracker.py:17
hooks/zsh-shell-detector.py:13
duplicationquality
low Security checks software dependencies conf 0.90 npm package `@perses-dev/core` is minor version(s) behind (^0.48.0 -> 0.54.0-beta.1)
`@perses-dev/core` is pinned/resolved at ^0.48.0 but the latest stable release on the npm registry is 0.54.0-beta.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs …
plugins/custom-panel/package.json
low Security checks software dependencies conf 0.90 npm package `@perses-dev/plugin-system` is minor version(s) behind (^0.48.0 -> 0.54.0-beta.3)
`@perses-dev/plugin-system` is pinned/resolved at ^0.48.0 but the latest stable release on the npm registry is 0.54.0-beta.3 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-up…
plugins/custom-panel/package.json
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
hooks/pretool-file-backup.py:1
low System graph quality Maintenance conf 1.00 39 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Integrity conf 1.00 49 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ALLOW_ADMIN_MERGE`, `ALLOW_FORCE_MERGE`, `ANTHROPIC_MODEL`, `ANTIGRAVITY_AGENT`, `BAIDU_PUSH_TOKEN`, `CLAUDE_AFK_MODE`, `CLAUDE_DO_ACTIVE`, `CLAUDE_HOOKS_DEBUG` + 41 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't…
config drift
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/custom-panel/rsbuild.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: plugins/custom-panel/src/types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: skills/meta/html-artifact/templates/components/collapsible.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: skills/meta/html-artifact/templates/components/drag-drop.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: skills/meta/html-artifact/templates/components/tabs.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/extract_negative_instruction_blocks.py:collect_targets, scripts/bulk_fix_instruction_joy.py:iter_targets This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or documen…
17 occurrences
repo-level (17 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: scripts/search-engine-indexer.py:load_env_file, skills/content/publish/scripts/wordpress-upload.py:load_env_file, skills/content/publish/scripts/wordpress-edit-post.py:load_env_file This is *the* AI-coder failure mode (4× more duplication in vibe-cod…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: scripts/toolkit-health.py:flag_message, scripts/toolkit-health.py:flag_message, scripts/toolkit-health.py:flag_message, scripts/toolkit-health.py:flag_message This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cmd_backup` in scripts/crontab-manager.py:208
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 quality Integrity conf 1.00 Old/deprecated-named symbol `cmd_backup` in scripts/tests/test_crontab_manager.py:153
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 quality Integrity conf 1.00 Old/deprecated-named symbol `conn_old` in hooks/lib/learning_db_v2.py:1591
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 quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in skills/meta/routing-table-updater/scripts/update_routing.py:21
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 quality Integrity conf 1.00 Old/deprecated-named symbol `has_copy` in skills/meta/html-artifact/scripts/validate-artifact.py:187
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 quality Integrity conf 1.00 Old/deprecated-named symbol `has_deprecated` in scripts/ensure-codex-feature-flag.py:93
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/ci-merge-gate.py:17
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/confidence-decay.py:29
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/error-learner.py:28
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/instruction-compliance.py:26
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/knowledge-graduation-proposer.py:125
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/lib/hook_utils.py:634
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/lib/routing_outcome_score.py:6
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/precompact-archive.py:12
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/pretool-branch-safety.py:32
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/pretool-config-protection.py:26
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/pretool-learning-injector.py:181
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/pretool-unified-gate.py:36
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/pretool-worktree-edit-guard.py:231
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/prompt-capture.py:31
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/review-capture.py:31
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/routing-decision-recorder.py:155
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/routing-gap-recorder.py:59
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/routing-outcome-finalizer.py:248
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/routing-outcome-recorder.py:85
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/session-context.py:30
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/session-learning-recorder.py:27
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/session-summary.py:7
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/subagent-completion-guard.py:183
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/task-completed-learner.py:51
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_fts5_search.py:3
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_integration.py:34
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_learning_system.py:15
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_routing_decision_recorder.py:45
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_routing_outcome_basis.py:38
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_stale_pruner.py:17
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_subagent_completion_guard.py:337
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/tests/test_telemetry_envelope.py:43
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in hooks/user-correction-capture.py:23
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/feature-state.py:590
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/governance-report.py:45
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/harvest-corrections.py:32
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/learning-db.py:55
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/sanitize-learning-db.py:5
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/skill-eval-ablation.py:95
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/stale-skill-scan.py:35
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/conftest.py:56
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_governance_report.py:32
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_harvest_corrections.py:38
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_instruction_compliance.py:23
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_learning_roi.py:20
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_learning_source_filter.py:19
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_review_roi.py:22
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_route_health_basis.py:35
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_routing_outcome.py:25
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_skill_eval_ablation.py:132
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_stale_skill_scan.py:41
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/tests/test_validate_learning_effectiveness.py:25
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 quality Integrity conf 1.00 Old/deprecated-named symbol `learning_db_v2` in scripts/validate-learning-effectiveness.py:27
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 quality Integrity conf 1.00 Old/deprecated-named symbol `maps_copy` in skills/research/codebase-analyzer/scripts/cartographer_omni.py:220
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 quality Integrity conf 1.00 Old/deprecated-named symbol `old_backup` in hooks/sync-to-user-claude.py:239
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 quality Integrity conf 1.00 Old/deprecated-named symbol `sys_stdin_backup` in scripts/tests/test_codex_auto_review_hook.py:161
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 quality Integrity conf 1.00 Old/deprecated-named symbol `test_empty_image_returns_copy` in skills/game/game-sprite-pipeline/scripts/test_pipeline_patterns.py:122
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 quality Integrity conf 1.00 Old/deprecated-named symbol `test_export_button_warning_for_editor_without_copy` in skills/meta/html-artifact/scripts/tests/test_validate_artifact.py:233
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 quality Integrity conf 1.00 Old/deprecated-named symbol `test_get_toolkit_repo_root_uses_manifest_when_installed_copy` in scripts/tests/test_install_doctor.py:28
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 quality Integrity conf 1.00 Old/deprecated-named symbol `test_returned_dict_is_independent_copy` in skills/meta/html-artifact/scripts/tests/test_to_pdf.py:145
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 quality Integrity conf 1.00 Old/deprecated-named symbol `test_snapshot_preserves_relative_path_in_backup` in scripts/tests/test_manifest.py:172
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 quality Integrity conf 1.00 Old/deprecated-named symbol `test_tiny_end_to_end_autoresearch_improves_real_weak_skill_copy` in scripts/tests/test_agent_comparison_optimize_loop.py:1218
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: check_rate_limit
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/github-api-fetcher.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_active
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr-query.py:430
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_agents
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:251
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_catalog
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:595
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_compile
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/rules-compiler.py:307
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr-query.py:327
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_convert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/nano-banana-process.py:329
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_crop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/nano-banana-process.py:278
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_failures
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/scheduler-ctl.py:275
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_format
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/rules-compiler.py:416
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_hash
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr-query.py:291
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_pipeline
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/nano-banana-process.py:342
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_pipelines
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:291
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_pr_reviews
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/github-api-fetcher.py:352
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_register
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr-query.py:397
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_reload
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/scheduler-ctl.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_remove_bg
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/nano-banana-process.py:296
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_remove_watermarks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/nano-banana-process.py:315
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_repos
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/github-api-fetcher.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_route
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:583
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_run
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/scheduler-ctl.py:142
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_sample_files
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/github-api-fetcher.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_search
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:393
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_section
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr-query.py:316
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_skills
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:201
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/list-capabilities.py:149
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_validate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/register-hook.py:173
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_validate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/rules-compiler.py:375
low System graph software Dead code conf 1.00 Possibly dead Python function: is_skill
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/add-companion-skills.py:83
low System graph software Dead code conf 1.00 Possibly dead Python function: mark_thread_read
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/github-notification-triage.py:208
low System graph quality Integrity conf 1.00 Stub function `flock` (body is just `pass`/`return`) — hooks/lib/routing_outcome_state.py:65
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `flock` (body is just `pass`/`return`) — hooks/posttool-auto-test.py:23
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `flock` (body is just `pass`/`return`) — hooks/suggest-compact.py:38
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `flock` (body is just `pass`/`return`) — scripts/task-status.py:32
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: hooks/lib/learning_db_v2.py (1801 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hooks/pretool-unified-gate.py (2153 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hooks/tests/test_pretool_unified_gate.py (2731 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: hooks/tests/test_routing_decision_recorder.py (1436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: install.sh (2386 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/learning-db.py (1547 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/content/reddit-moderate/scripts/reddit-mod.py (2228 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/game/game-sprite-pipeline/scripts/sprite_pipeline.py (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/game/game-sprite-pipeline/scripts/sprite_verify.py (1360 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/meta/agent-comparison/scripts/optimize_loop.py (2284 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/research/codebase-analyzer/scripts/cartographer_omni.py (2259 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/a78d3324-e810-4b9e-bc21-cc4ea301f6aa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a78d3324-e810-4b9e-bc21-cc4ea301f6aa/

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.