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.

shosho-chang/nakama

https://github.com/shosho-chang/nakama · scanned 2026-06-16 00:11 UTC (2 months, 2 weeks ago)

333 raw signals (0 security + 333 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 315 actionable findings from 1 signal source. 18 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 51.7/100 with 100.0% coverage. It contains 13085 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 333 findings — concentrated in quality (206), api (65), software (27). Risk profile is high: 0 critical, 33 high, 37 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 234 of 315 actionable findings. 333 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.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/seo-keyword-enrich/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/seo-keyword-enrich/SKILL.md:176 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /robin/api/books/${encodeURIComponent(BOOK_ID)} (thousand_sunny/static/book_reader.js:1069)
`thousand_sunny/static/book_reader.js:1069` calls `DELETE /robin/api/books/${encodeURIComponent(BOOK_ID)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /robin/api/books/${encodeURIComponent(BOOK_ID)}/ingest-request (thousand_sunny/static/book_reader.js:1030)
`thousand_sunny/static/book_reader.js:1030` calls `DELETE /robin/api/books/${encodeURIComponent(BOOK_ID)}/ingest-request` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/ingest-request` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /robin/watchlist/${encodeURIComponent(videoId)}/annotation?cue_start=${encodeURIComponent(cue.start)} (thousand_sunny/static/shosho/av-reader.js:476)
`thousand_sunny/static/shosho/av-reader.js:476` calls `DELETE /robin/watchlist/${encodeURIComponent(videoId)}/annotation?cue_start=${encodeURIComponent(cue.start)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/rob…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /foundry/${episodeId}/status (thousand_sunny/static/foundry/foundry.js:47)
`thousand_sunny/static/foundry/foundry.js:47` calls `GET /foundry/${episodeId}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/foundry/<p>/status` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /robin/api/books/${encodeURIComponent(BOOK_ID)} (thousand_sunny/static/book_reader.js:247)
`thousand_sunny/static/book_reader.js:247` calls `GET /robin/api/books/${encodeURIComponent(BOOK_ID)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /robin/api/books/${encodeURIComponent(BOOK_ID)}/annotations (thousand_sunny/static/book_reader.js:262)
`thousand_sunny/static/book_reader.js:262` calls `GET /robin/api/books/${encodeURIComponent(BOOK_ID)}/annotations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/annotations` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /robin/api/books/${encodeURIComponent(BOOK_ID)}/file?lang=bilingual (thousand_sunny/static/book_reader.js:1653)
`thousand_sunny/static/book_reader.js:1653` calls `GET /robin/api/books/${encodeURIComponent(BOOK_ID)}/file?lang=bilingual` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/file` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /robin/api/books/${encodeURIComponent(BOOK_ID)}/progress (thousand_sunny/static/book_reader.js:1267)
`thousand_sunny/static/book_reader.js:1267` calls `GET /robin/api/books/${encodeURIComponent(BOOK_ID)}/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/progress` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/projects/${slug}/synthesize (thousand_sunny/static/projects/review.js:183)
`thousand_sunny/static/projects/review.js:183` calls `POST /api/projects/${slug}/synthesize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/projects/<p>/synthesize` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/projects/${slug}/synthesize (thousand_sunny/static/projects/review.js:242)
`thousand_sunny/static/projects/review.js:242` calls `POST /api/projects/${slug}/synthesize` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/projects/<p>/synthesize` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /kb/api/permanent (thousand_sunny/static/kb_canvas.js:800)
`thousand_sunny/static/kb_canvas.js:800` calls `POST /kb/api/permanent` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kb/api/permanent` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /robin/api/books/${encodeURIComponent(BOOK_ID)}/annotations (thousand_sunny/static/book_reader.js:305)
`thousand_sunny/static/book_reader.js:305` calls `POST /robin/api/books/${encodeURIComponent(BOOK_ID)}/annotations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/annotations` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /robin/api/books/${encodeURIComponent(BOOK_ID)}/ingest-request (thousand_sunny/static/book_reader.js:1003)
`thousand_sunny/static/book_reader.js:1003` calls `POST /robin/api/books/${encodeURIComponent(BOOK_ID)}/ingest-request` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/ingest-request` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /robin/watchlist/${encodeURIComponent(videoId)}/annotation (thousand_sunny/static/shosho/av-reader.js:380)
`thousand_sunny/static/shosho/av-reader.js:380` calls `POST /robin/watchlist/${encodeURIComponent(videoId)}/annotation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/watchlist/<p>/annotation` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /robin/api/books/${encodeURIComponent(BOOK_ID)}/progress (thousand_sunny/static/book_reader.js:1165)
`thousand_sunny/static/book_reader.js:1165` calls `PUT /robin/api/books/${encodeURIComponent(BOOK_ID)}/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/robin/api/books/<p>/progress` If this points at an exte…
Dangling fetchFetch
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
docs/runbooks/sandcastle-templates/Dockerfile:34 containersRemote installer
high System graph security auth conf 1.00 FastAPI DELETE `delete_book_endpoint` without auth dependency — thousand_sunny/routers/books.py:499
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/books.py:499 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `memory_delete` without auth dependency — thousand_sunny/routers/bridge.py:1762
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/bridge.py:1762 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `memory_update` without auth dependency — thousand_sunny/routers/bridge.py:1733
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/bridge.py:1733 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `books_upload` without auth dependency — thousand_sunny/routers/books.py:286
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/books.py:286 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel` without auth dependency — thousand_sunny/routers/robin.py:1173
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/robin.py:1173 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `commit_source` without auth dependency — thousand_sunny/routers/promotion_review.py:324
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/promotion_review.py:324 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_permanent` without auth dependency — thousand_sunny/routers/kb_review.py:278
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/kb_review.py:278 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `decide_item` without auth dependency — thousand_sunny/routers/promotion_review.py:268
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/promotion_review.py:268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute` without auth dependency — thousand_sunny/routers/robin.py:1466
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/robin.py:1466 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `models_reset` without auth dependency — thousand_sunny/routers/bridge_models.py:81
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/bridge_models.py:81 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `models_set` without auth dependency — thousand_sunny/routers/bridge_models.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/bridge_models.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `review_later` without auth dependency — thousand_sunny/routers/kb_review.py:568
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/kb_review.py:568 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `review_skip` without auth dependency — thousand_sunny/routers/kb_review.py:556
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/kb_review.py:556 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_review` without auth dependency — thousand_sunny/routers/promotion_review.py:375
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/promotion_review.py:375 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start` without auth dependency — thousand_sunny/routers/robin.py:1131
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/robin.py:1131 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_guidance` without auth dependency — thousand_sunny/routers/robin.py:1421
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
thousand_sunny/routers/robin.py:1421 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — thousand_sunny/static/kb_canvas.js:800
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 — thousand_sunny/static/shosho/bridge-projects.js:283
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/foundry-replan/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/foundry-replan/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/github-triage/AGENT-BRIEF.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/github-triage/AGENT-BRIEF.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/kb-search/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/kb-search/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/keyword-research/references/cost-estimation.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/keyword-research/references/cost-estimation.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/keyword-research/references/data-sources.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/keyword-research/references/data-sources.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/keyword-research/references/pipeline-overview.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/keyword-research/references/pipeline-overview.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/seo-audit-post/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/seo-audit-post/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/transcribe/references/cost-estimation.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/transcribe/references/cost-estimation.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/transcribe/references/error-recovery.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/transcribe/references/error-recovery.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/transcribe/references/pipeline-overview.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/transcribe/references/pipeline-overview.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/transcribe/references/qc-report-format.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/transcribe/references/qc-report-format.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CODEX.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.
CODEX.md VerificationCodex instruction
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 hardware Security conf 1.00 Dockerfile runs as root: docs/runbooks/sandcastle-templates/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/plans/centaur-zettelkasten/centaur-canvas-prototype-v4.html:311
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/plans/centaur-zettelkasten/centaur-canvas-prototype-v4.html:311 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/plans/centaur-zettelkasten/centaur-kb-prototype-v2.html:592
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/plans/centaur-zettelkasten/centaur-kb-prototype-v2.html:592 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in extensions/news-coo/src/content/extract.ts:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
extensions/news-coo/src/content/extract.ts:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in extensions/news-coo/src/content/siteCleaners/atypon.ts:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
extensions/news-coo/src/content/siteCleaners/atypon.ts:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thousand_sunny/static/book_reader.js:138
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thousand_sunny/static/book_reader.js:138 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thousand_sunny/static/crew/index.html:1122
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thousand_sunny/static/crew/index.html:1122 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thousand_sunny/static/foundry/foundry.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thousand_sunny/static/foundry/foundry.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thousand_sunny/static/kb_canvas.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thousand_sunny/static/kb_canvas.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thousand_sunny/static/kb_review.js:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thousand_sunny/static/kb_review.js:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thousand_sunny/static/shosho/bridge-projects.js:435
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thousand_sunny/static/shosho/bridge-projects.js:435 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — agents/brook/audit_runner.py:32
`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 — agents/brook/script_video/pipeline.py:107
`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 — agents/foundry/fcpxml_emitter.py:39
`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 — agents/foundry/lib/web_highlight_record.py:438
`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/dispatch_codex_playbook_audit.py:152
`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/iter_test.py:253
`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 — shared/audio_clip.py:25
`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 — shared/auphonic.py:140
`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 — shared/discard_service.py:89
`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 — thousand_sunny/routers/robin.py:122
`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 73 placeholder/mock markers across 40 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 31 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANTHROPIC_AUTH_TOKEN`, `APPDATA`, `CLAUDE_CODE_OAUTH_TOKEN`, `DB_PATH`, `FRANKY_NAKAMA_BACKUP_STALE_HOURS`, `GEMINI_MAX_WORKERS`, `GITHUB_TOKEN`, `GOOGLE_API_KEY` + 23 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn…
config drift
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 690 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 hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:22-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docs/runbooks/sandcastle-templates/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/cache/restore@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 53, 241
.github/workflows/external-probe.yml:53, 241 (2 hits)
CI/CD securitySupply chainGithub actions
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: shared/weekly_indexer.py:actual_pomodoros_on, shared/weekly_indexer.py:actual_pomodoros This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
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: shared/xai_client.py:ask_grok, shared/gemini_client.py:ask_gemini, shared/anthropic_client.py:ask_claude This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why th…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: shared/calendar_scheduler.py:schedule_block, shared/calendar_scheduler.py:schedule_entry, shared/calendar_scheduler.py:reschedule_block, shared/weekly_writer.py:schedule_task_block This is *the* AI-coder failure mode (4× more duplication in vibe-code…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `__v2` in agents/franky/state/proposal_metrics.py:333
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 `__v2` in shared/schemas/proposal_metrics.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 `__v2` in shared/state.py:437
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 `_ask_merger_llm_v2` in agents/robin/annotation_merger.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 `_ask_merger_llm_v2` in tests/agents/robin/test_annotation_merger_v2.py:137
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 `_ask_merger_llm_v2` in tests/agents/robin/test_annotation_merger_v3.py:10
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 `_frames_v1` in tests/test_thumbnail_worker.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 `_hard_invariant_timestamp_anchor_requires_v2` in shared/schemas/source_map.py:204
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_legacy` in scripts/backfill_adr041_v3.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 `_validate_cast_requires_v2` in shared/schemas/reading_source.py:241
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 `ann_v2` in tests/shared/test_annotation_store.py:426
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 `brainstorm_youtube_v1` in thousand_sunny/routers/bridge_project_thumbnails.py:110
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 `feedback_old` in tests/scripts/test_prune_old_memories.py:113
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 `guest_v1` in tests/test_cutout_library.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 `h_v1` in tests/foundry/test_export_hash.py:142
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_legacy` in shared/weekly_writer.py:589
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 `host_v1` in tests/test_bridge_project_thumbnails.py:741
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 `is_v2` in shared/annotation_store.py:434
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 `kb_backup` in shared/kb_writer.py:14
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 `kb_backup` in tests/agents/robin/test_ingest_route_c.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 `latest_backup` in thousand_sunny/routers/franky.py:244
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 `list_objects_v2` in shared/r2_client.py:173
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 `list_objects_v2` in shared/secondary_storage.py:123
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 `list_objects_v2` in tests/shared/test_r2_client.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 `list_objects_v2` in tests/shared/test_secondary_storage.py:62
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 `m_old` in tests/shared/test_promotion_manifest.py:430
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 `make_backup` in shared/promotion_commit.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 `make_backup` in tests/shared/test_promotion_acceptance_gate.py:57
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 agents/brook/line1b_extractor.py:197
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 agents/brook/seo_narrow.py:137
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 agents/brook/synthesize/_reject_discount.py:101
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 agents/brook/synthesize/_store_writer.py:48
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 shared/audit_results_store.py:346
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 shared/brook_synthesize_store.py:166
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 tests/shared/test_schema_roundtrip.py:352
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 tests/thousand_sunny/test_projects_synthesize_api.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 `no_backup` in scripts/migrate_broken_concept_frontmatter.py:146
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 `outline_v1` in agents/robin/reading_context_package.py:648
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 `outline_v1` in tests/shared/test_writing_assist_surface.py:83
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 `overall_v1` in agents/franky/news_digest.py:446
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 `overall_v1` in tests/agents/franky/test_score_shadow_mode.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 `playbook_data_v1` in shared/thumbnail_playbook.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 `playbook_data_v1` in tests/test_thumbnail_playbook.py:4
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 `playbook_v1` in scripts/compose_playbook_v1.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 `playbook_v1` in scripts/dispatch_codex_playbook_audit.py:4
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 `playbook_v1` in scripts/dispatch_gemini_playbook_audit.py:4
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 `playbook_v1` in scripts/fix_playbook_v1_to_v1_1.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 `playbook_v1` in scripts/splice_playbook_v1.py:4
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 `pre_restore_backup` in scripts/restore_from_r2.py:71
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_old` in tests/shared/test_doc_index.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 `r2_backup` in agents/franky/r2_backup_verify.py:189
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 `raw_copy` in tests/e2e/test_agent_robin_e2e.py:76
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 `summarise_backup` in agents/franky/weekly_digest.py:198
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 `summarise_backup` in tests/agents/franky/test_weekly_digest.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 `t_old` in scripts/align_srt.py:8
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 `t_old` in shared/srt_align.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 `test_calls_llm_and_writes_backup` in tests/test_kb_writer.py:421
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_cmd_restore_apply_replaces_target_and_keeps_backup` in tests/scripts/test_restore_from_r2.py:284
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_execute_plan_dispatches_v2` in tests/agents/robin/test_ingest.py:887
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_propose_create_global_evidence_meets_v1` in tests/shared/test_concept_promotion_engine.py:967
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_returns_draft_compliance_v1` in tests/shared/test_compliance.py:350
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_run_yt_dlp_uses_throwaway_cookie_copy` in tests/shared/test_youtube_ingest.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 `test_store_still_reads_legacy_v1` in tests/shared/test_annotation_v3.py:189
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_v13_timestamp_anchor_rejected_in_schema_v1` in tests/shared/schemas/test_video_reader_schema.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 `TestMigrateLegacy` in tests/test_adr041_v3.py:142
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 `thumbnail_reference_extraction_v1` in scripts/cluster_thumbnail_patterns.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 `thumbnail_reference_extraction_v1` in scripts/extract_thumbnail_features.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 software Dead code conf 1.00 Possibly dead Python function: append_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/memory.py:107
low System graph software Dead code conf 1.00 Possibly dead Python function: apply_shift
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/srt_align.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: beat_output_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/foundry/render_dispatcher.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: build_seo_block
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/brook/seo_block.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: channel_approved
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/brook/repurpose_sentinels.py:106
low System graph software Dead code conf 1.00 Possibly dead Python function: channel_artifact_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/brook/repurpose_sentinels.py:75
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/memory.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_decay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/maintain_user_memories.py:74
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_prune
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/maintain_user_memories.py:100
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_report
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/ab_ingest_bench.py:169
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/ab_ingest_bench.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: consume
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/events.py:43
low System graph software Dead code conf 1.00 Possibly dead Python function: flatten
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/foundry/srt_flattener.py:101
low System graph software Dead code conf 1.00 Possibly dead Python function: list_memories
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/state.py:1050
low System graph software Dead code conf 1.00 Possibly dead Python function: load_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/memory.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: memory_as_system_block
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/memory.py:168
low System graph software Dead code conf 1.00 Possibly dead Python function: narrow_to_topic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/brook/seo_narrow.py:88
low System graph software Dead code conf 1.00 Possibly dead Python function: package_context
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
agents/brook/context_bridge.py:184
low System graph software Dead code conf 1.00 Possibly dead Python function: peek
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/events.py:91
low System graph software Dead code conf 1.00 Possibly dead Python function: read_habits
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/weekly_indexer.py:601
low System graph software Dead code conf 1.00 Possibly dead Python function: repo_path
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/repo_writer.py:28
low System graph software Dead code conf 1.00 Possibly dead Python function: review_one
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr_multi_model_review.py:84
low System graph software Dead code conf 1.00 Possibly dead Python function: save_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/memory.py:101
low System graph software Dead code conf 1.00 Possibly dead Python function: search_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/memory.py:212
low System graph software Dead code conf 1.00 Possibly dead Python function: search_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/state.py:993
low System graph software Dead code conf 1.00 Possibly dead Python function: upsert_feedback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/kb_search_feedback_store.py:12
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_one
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/adr_blocker_verification.py:106
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — extensions/news-coo/src/content/contentScript.ts:9
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: ANY /centaur_zettel
`thousand_sunny/routers/centaur_zettel.py` declares `ANY /centaur_zettel` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /crew
`thousand_sunny/routers/crew.py` declares `ANY /crew` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`thousand_sunny/app.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/moc/members
`thousand_sunny/routers/kb_review.py` declares `GET /api/moc/members` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/permanent/peek
`thousand_sunny/routers/kb_review.py` declares `GET /api/permanent/peek` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /bridge/models
`thousand_sunny/routers/bridge_models.py` declares `GET /bridge/models` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /brook/projects/{slug}
`thousand_sunny/routers/projects.py` declares `GET /brook/projects/{slug}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /franky
`thousand_sunny/routers/franky.py` declares `GET /franky` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /login
`thousand_sunny/routers/auth.py` declares `GET /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects
`thousand_sunny/routers/bridge_projects.py` declares `GET /projects` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/new
`thousand_sunny/routers/bridge_projects.py` declares `GET /projects/new` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects/{slug}
`thousand_sunny/routers/projects.py` declares `GET /projects/{slug}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /review
`thousand_sunny/routers/kb_review.py` declares `GET /review` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{episode_id}
`thousand_sunny/routers/foundry.py` declares `GET /{episode_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{episode_id}/status
`thousand_sunny/routers/foundry.py` declares `GET /{episode_id}/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{slug}/synthesize
`thousand_sunny/routers/projects.py` declares `GET /{slug}/synthesize` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{source_id_b64}
`thousand_sunny/routers/writing_assist.py` declares `GET /{source_id_b64}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/permanent
`thousand_sunny/routers/kb_review.py` declares `POST /api/permanent` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/later
`thousand_sunny/routers/kb_review.py` declares `POST /api/review/later` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/review/skip
`thousand_sunny/routers/kb_review.py` declares `POST /api/review/skip` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /bridge/models/reset
`thousand_sunny/routers/bridge_models.py` declares `POST /bridge/models/reset` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /bridge/models/set
`thousand_sunny/routers/bridge_models.py` declares `POST /bridge/models/set` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /login
`thousand_sunny/routers/auth.py` declares `POST /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /logout
`thousand_sunny/routers/auth.py` declares `POST /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/frontmatter
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/frontmatter` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/research/dr-prompt
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/research/dr-prompt` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/research/dr-report
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/research/dr-report` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/research/kb
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/research/kb` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/research/keyword
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/research/keyword` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/research/synthesis
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/research/synthesis` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/review/{persona}
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/review/{persona}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/section/{section_slug}
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/section/{section_slug}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/tasks/new
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/tasks/new` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/tasks/{task_name}/delete
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/tasks/{task_name}/delete` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/tasks/{task_name}/manual-pomodoro
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/tasks/{task_name}/manual-pomodoro` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/tasks/{task_name}/manual-pomodoro/undo
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/tasks/{task_name}/manual-pomodoro/undo` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider rem…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/tasks/{task_name}/status
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/tasks/{task_name}/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /projects/{slug}/timer/{action}
`thousand_sunny/routers/bridge_projects.py` declares `POST /projects/{slug}/timer/{action}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/batch/approve-all-text
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/batch/approve-all-text` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/batch/finalize-passing
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/batch/finalize-passing` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/batch/render-approved
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/batch/render-approved` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/beat/{beat_id}/approve
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/beat/{beat_id}/approve` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/beat/{beat_id}/edit
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/beat/{beat_id}/edit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/beat/{beat_id}/replan
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/beat/{beat_id}/replan` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/beat/{beat_id}/visual/approve
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/beat/{beat_id}/visual/approve` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/beat/{beat_id}/visual/edit
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/beat/{beat_id}/visual/edit` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/beat/{beat_id}/visual/replan
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/beat/{beat_id}/visual/replan` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{episode_id}/edit-log/{entry_idx}/promote
`thousand_sunny/routers/foundry.py` declares `POST /{episode_id}/edit-log/{entry_idx}/promote` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{slug}/synthesize
`thousand_sunny/routers/projects.py` declares `POST /{slug}/synthesize` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: gateway/handlers/nami.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: tests/test_bridge_weekly.py (1719 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_gateway_handlers.py (2427 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_transcriber.py (1494 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: thousand_sunny/routers/bridge.py (1829 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: thousand_sunny/routers/bridge_project_thumbnails.py (1586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: thousand_sunny/routers/bridge_projects.py (2023 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: thousand_sunny/routers/bridge_weekly.py (1391 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: thousand_sunny/routers/robin.py (2264 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: thousand_sunny/static/book_reader.js (1728 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/bbb0bba9-0828-4cdb-9dfc-d621c9b3b19a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bbb0bba9-0828-4cdb-9dfc-d621c9b3b19a/

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.