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.

Silex-Research/DontPanic

https://github.com/Silex-Research/DontPanic · scanned 2026-06-16 00:13 UTC (2 months, 2 weeks ago)

351 raw signals (0 security + 351 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 334 actionable findings from 1 signal source. 17 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 65.9/100 with 88.9% coverage. It contains 13615 nodes across 10 cross-layer flows, written primarily in mixed languages. Engine surfaced 351 findings — concentrated in quality (311), security (26), software (10). Risk profile is high: 1 critical, 9 high, 42 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 135 of 334 actionable findings. 351 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 System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in docs/plans/2026-05-24-004-feat-event-messaging-v1/features.json:115
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
docs/plans/2026-05-24-004-feat-event-messaging-v1/features.json:115 Private key in repo
high System graph security security conf 1.00 Insecure pattern 'eval_used' in claude/skills/eval-harness/SKILL.md:19
Found a known-risky pattern (eval_used). Review and replace if possible.
claude/skills/eval-harness/SKILL.md:19 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in claude/skills/pr-reviewer/scripts/pr-review.sh:168
Found a known-risky pattern (eval_used). Review and replace if possible.
claude/skills/pr-reviewer/scripts/pr-review.sh:168 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in claude/skills/security-review/SKILL.md:29
Found a known-risky pattern (eval_used). Review and replace if possible.
claude/skills/security-review/SKILL.md:29 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in claude/skills/security-review/SKILL.md:72
Found a known-risky pattern (exec_used). Review and replace if possible.
claude/skills/security-review/SKILL.md:72 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in docs/plans/2026-05-10-001-feat-printing-press-adapter-skill/audit/codex-auditor-F003-i1.json:28
Found a known-risky pattern (exec_used). Review and replace if possible.
docs/plans/2026-05-10-001-feat-printing-press-adapter-skill/audit/codex-auditor-F003-i1.json:28 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in docs/plans/2026-05-19-004-feat-architecture-map-with-drift-v0/audit/codex-auditor-F002-i0.json:29
Found a known-risky pattern (exec_used). Review and replace if possible.
docs/plans/2026-05-19-004-feat-architecture-map-with-drift-v0/audit/codex-auditor-F002-i0.json:29 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in docs/plans/2026-05-30-001-feat-universal-agent-repo-onboarding-v0/audit/codex-auditor-F013-i0.json:21
Found a known-risky pattern (exec_used). Review and replace if possible.
docs/plans/2026-05-30-001-feat-universal-agent-repo-onboarding-v0/audit/codex-auditor-F013-i0.json:21 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in docs/plans/2026-06-02-001-feat-control-plane-action-spine/audit/codex-auditor-F002-i2.json:29
Found a known-risky pattern (exec_used). Review and replace if possible.
docs/plans/2026-06-02-001-feat-control-plane-action-spine/audit/codex-auditor-F002-i2.json:29 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in claude/skills/security-review/SKILL.md:29
Found a known-risky pattern (new_function_used). Review and replace if possible.
claude/skills/security-review/SKILL.md:29 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — dashboard/playwright.config.js:17
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — docs/design/dashboard-platform-roadmap-v1/claude-design-v3/design-canvas.jsx:128
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: claude/skills/browser-use/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
claude/skills/browser-use/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: claude/skills/continuous-learning/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
claude/skills/continuous-learning/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: claude/skills/cost-guard/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
claude/skills/cost-guard/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: claude/skills/git-essentials/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
claude/skills/git-essentials/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: claude/skills/prompt-optimizer/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
claude/skills/prompt-optimizer/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: claude/skills/revenue-check/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
claude/skills/revenue-check/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: claude/skills/yahoo-finance/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
claude/skills/yahoo-finance/SKILL.md:28 Supply chainSkill file
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/core.js:193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/core.js:193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/architecture/architecture.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/architecture/architecture.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/capabilities/capabilities.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/capabilities/capabilities.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/cockpit/cockpit-page.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/cockpit/cockpit-page.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/health/health.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/health/health.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/mission-control/mission-control.js:195
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/mission-control/mission-control.js:195 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/operator-channels/operator-channels.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/operator-channels/operator-channels.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/operator-console/operator-console.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/operator-console/operator-console.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/repair/repair.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/repair/repair.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/settings/settings.js:221
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/settings/settings.js:221 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard/pages/what-now/what-now.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard/pages/what-now/what-now.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in dashboard/pages/settings/settings.js:69
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
dashboard/pages/settings/settings.js:69 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in claude/skills/security-review/SKILL.md:73
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
claude/skills/security-review/SKILL.md:73 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in docs/plans/2026-05-01-003-feat-security-baseline/features.json:87
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
docs/plans/2026-05-01-003-feat-security-baseline/features.json:87 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in docs/plans/2026-05-19-002-feat-install-ux-hardening-v0/features.json:57
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
docs/plans/2026-05-19-002-feat-install-ux-hardening-v0/features.json:57 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — claude/skills/changelog/changelog.py:328
`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 — claude/skills/github-pr/scripts/github-pr.py:27
`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 — docs/plans/2026-05-23-005-feat-dashboard-project-selector-v0/evidence/_capture_evidence.py:313
`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/dontpanic_doctor.py:224
`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/dontpanic_orchestrate/architecture_regen_hook.py:74
`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/dontpanic_orchestrate/cli.py:1316
`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/dontpanic_orchestrate/execution_environment.py:103
`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/dontpanic_orchestrate/init/__init__.py:6
`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/dontpanic_orchestrate/pty_bridge.py:141
`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/dontpanic_orchestrate/worktrees.py:212
`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/sanitization_check.py:188
`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 Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 78 placeholder/mock markers across 38 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
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.
scripts/publish-oss.sh Ports
low System graph quality Maintenance conf 1.00 36 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 768 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — docs/design/dashboard-platform-roadmap-v1/claude-design-v3/dp-page-arch-variants.jsx:414
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Integrity conf 1.00 18 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit-dogfood/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/web/capture-web-evidence/web.py:navigate, docs/plans/2026-05-07-002-fix-cross-vendor-dogfood-fixture-runtime-artifac…
18 occurrences
repo-level (18 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit-dogfood/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/web/capture-web-evidence/web.py:open_session, docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit-dogfood/evi…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit-dogfood/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/harness/compose-mixed-source-evidence/harness.py:collect, docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: dashboard/functions/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
dashboard/functions/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: dashboard/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
dashboard/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_check_budget_v2` in scripts/dontpanic_orchestrate/circuit_breakers.py:194
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 `_claude_usage_v2` in scripts/dontpanic_orchestrate/tests/test_calibration_loader.py:225
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 `_claude_usage_v2` in scripts/quota_check.py:89
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 `_codex_usage_v2` in scripts/dontpanic_orchestrate/cli.py:1546
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 `_evaluate_quota_threshold_v2` in scripts/dontpanic_orchestrate/quota_admission.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 `_quota_gate_v2` in scripts/dontpanic_orchestrate/supervisor.py:814
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__copy` in docs/design/dashboard-platform-roadmap-v1/claude-design-v3/dp-page-docs.jsx:420
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__copy` in docs/design/dashboard-platform-roadmap-v1/claude-design-v3/dp-page-home.jsx:24
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__copy` in docs/design/dashboard-platform-roadmap-v1/claude-design-v3/dp-page-plain.jsx:82
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__copy` in docs/design/dashboard-platform-roadmap-v1/claude-design-v3/dp-shell.jsx: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 `dash_copy` in scripts/dontpanic_orchestrate/tests/test_dashboard_cli_f003.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 `event_copy` in scripts/dontpanic_orchestrate/action_renderers.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 `event_copy` in scripts/dontpanic_orchestrate/inbox.py:141
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 `event_copy` in scripts/dontpanic_orchestrate/notify.py:87
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 `event_copy` in scripts/dontpanic_orchestrate/notify_discord.py:297
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 `event_copy` in scripts/dontpanic_orchestrate/notify_event.py:88
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 `event_copy` in scripts/dontpanic_orchestrate/operator_console.py:227
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 `event_copy` in scripts/dontpanic_orchestrate/tests/test_action_spine_f001.py:94
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 `event_copy` in scripts/dontpanic_orchestrate/tests/test_event_copy_f001.py:1
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 `event_copy` in scripts/dontpanic_orchestrate/tests/test_event_copy_f003_render.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 `event_copy` in scripts/dontpanic_orchestrate/tests/test_event_messaging_sanitization_f004.py:52
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 `event_copy` in scripts/dontpanic_orchestrate/tests/test_event_messaging_snapshots_f005.py:60
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 `firestore_v1` in scripts/memory_flush.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 `fixtureLegacy` in dashboard/tests/unit/architecture-f004.test.js: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 `global_legacy` in scripts/dontpanic_orchestrate/tests/test_f004_role_assignment.py:96
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 `hr_env_legacy` in scripts/dontpanic_orchestrate/tests/test_skill_allowlist_f015.py:562
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 `model_copy` in scripts/dontpanic_orchestrate/capabilities.py:171
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 `model_copy` in scripts/dontpanic_orchestrate/skill_allowlist.py:188
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 `model_copy` in scripts/dontpanic_orchestrate/state_projection.py:803
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 `model_copy` in scripts/dontpanic_orchestrate/tests/test_capabilities_f001.py:134
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 `model_copy` in scripts/dontpanic_orchestrate/tests/test_capabilities_setup_evidence_f003.py:334
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 `model_copy` in scripts/dontpanic_orchestrate/tests/test_capabilities_setup_runner_f002.py:436
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 `model_copy` in scripts/dontpanic_orchestrate/tests/test_install_snapshot_f001.py:134
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 `project_legacy` in scripts/dontpanic_orchestrate/role_assignment.py:46
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 `projectF001ToLegacy` in dashboard/config-firebase.js:88
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 `projectF001ToLegacy` in dashboard/tests/integration/firebase-adapter.test.js:13
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 `projectF001ToLegacy` in dashboard/tests/unit/config-firebase.test.js:13
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 `restored_backup` in scripts/dontpanic_orchestrate/architecture_hook.py:227
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 `restored_backup` in scripts/dontpanic_orchestrate/tests/test_architecture_hook_f005.py:133
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_always_raises_in_v1` in docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit-dogfood/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/backend/capture-backend-evidence/test_runtime_evidence_backend.py:435
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_always_raises_in_v1` in docs/plans/2026-05-07-002-fix-cross-vendor-dogfood-fixture-runtime-artifacts/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/backend/capture-backend-evidence/test_runtime_evidence_backend.py:435
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_always_raises_in_v1` in scripts/dontpanic_orchestrate/tests/test_runtime_evidence_backend.py:435
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_corrupt_registry_refuses_create_before_any_copy` in scripts/dontpanic_orchestrate/tests/test_worktree_local_config_f003.py:214
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_default_driver_skips_in_v1` in docs/plans/2026-05-06-003-fix-live-cross-vendor-goal-audit-dogfood/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/web/capture-web-evidence/test_runtime_evidence_web.py:449
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_default_driver_skips_in_v1` in docs/plans/2026-05-07-002-fix-cross-vendor-dogfood-fixture-runtime-artifacts/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/web/capture-web-evidence/test_runtime_evidence_web.py:449
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_default_driver_skips_in_v1` in scripts/dontpanic_orchestrate/tests/test_runtime_evidence_web.py:449
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_default_prefers_existing_dontpanic_dir_over_legacy` in scripts/dontpanic_orchestrate/tests/test_f001_packaging_and_global_config.py:236
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_quota_check_v2` in scripts/dontpanic_orchestrate/tests/test_quota_check_v2.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 software Dead code conf 1.00 Possibly dead Python function: drain_log_slice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/plans/2026-05-07-002-fix-cross-vendor-dogfood-fixture-runtime-artifacts/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/ios/capture-ios-evidence/ios.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: drain_logcat_slice
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
docs/plans/2026-05-07-002-fix-cross-vendor-dogfood-fixture-runtime-artifacts/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/android/capture-android-evidence/android.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: handler_factory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/dashboard.py:1956
low System graph software Dead code conf 1.00 Possibly dead Python function: key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/operator_console.py:1149
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/dashboard.py:1830
low System graph software Dead code conf 1.00 Possibly dead Python function: names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/prereq_registry.py:289
low System graph software Dead code conf 1.00 Possibly dead Python function: probe_names
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/prereq_registry.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_plan_dir
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/plan_loader.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: tool_state_snapshot
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/mcp_server.py:591
low System graph software Dead code conf 1.00 Possibly dead Python function: tool_state_stream
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/dontpanic_orchestrate/mcp_server.py:672
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `close` (body is just `pass`/`return`) — docs/plans/2026-05-07-002-fix-cross-vendor-dogfood-fixture-runtime-artifacts/evidence/g-mirror/synthetic-plan/evidence/goal-governance/post_impl/backend/capture-backend-evidence/backend.py:191
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 `close` (body is just `pass`/`return`) — scripts/dontpanic_orchestrate/runtime_evidence/backend.py:191
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: dashboard/lib/architecture-logic.js (2483 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_doctor.py (2830 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/architecture_view_state.py (1771 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/circuit_breakers.py (1249 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/cli.py (5699 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/config_inventory.py (2280 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/dashboard.py (2846 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/nested_orchestration.py (1379 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/operations_guidance.py (1620 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/operator_console.py (1575 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/planning_readiness.py (1362 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/projects_dashboard.py (1305 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/supervisor.py (3566 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/tests/test_completion_dispatch.py (1267 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/tests/test_config_inventory_f008.py (1414 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/tests/test_f006_circuit_breakers.py (1974 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/dontpanic_orchestrate/tests/test_operations_guidance_f007.py (1301 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/88941632-b7ec-4a9a-a7c0-805ab4be6be6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/88941632-b7ec-4a9a-a7c0-805ab4be6be6/

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.