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.

siegeon/.prism

https://github.com/siegeon/.prism · scanned 2026-06-16 00:12 UTC (2 months, 2 weeks ago)

292 raw signals (0 security + 292 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 257 actionable findings from 1 signal source. 35 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 41.4/100 with 100.0% coverage. It contains 4434 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 292 findings — concentrated in quality (124), api (52), security (40). Risk profile is high: 2 critical, 39 high, 46 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 185 of 257 actionable findings. 292 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 Secrets conf 1.00 Possible secret in plugins/prism-devtools/skills/strangler-pattern/reference/strangler-pattern-migration.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
plugins/prism-devtools/skills/strangler-pattern/reference/strangler-pattern-migration.yaml:115
critical System graph security Secrets conf 1.00 Possible secret in plugins/prism-devtools/workflows/strangler-pattern-migration.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
plugins/prism-devtools/workflows/strangler-pattern-migration.yaml:115
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/memory/entry/${encodeURIComponent(id)}/action?project=${project} (services/prism-service/prism_service/web/src/pages/MemoryDetailPage.tsx:136)
`services/prism-service/prism_service/web/src/pages/MemoryDetailPage.tsx:136` calls `POST /api/memory/entry/${encodeURIComponent(id)}/action?project=${project}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/memory/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/staleness/resync?project=${encodeURIComponent(project)} (services/prism-service/prism_service/web/src/pages/DashboardPage.tsx:97)
`services/prism-service/prism_service/web/src/pages/DashboardPage.tsx:97` calls `POST /api/staleness/resync?project=${encodeURIComponent(project)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/staleness/resync` If…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `delete_project` without auth dependency — services/prism-service/prism_service/api/projects.py:153
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/projects.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_task` without auth dependency — services/prism-service/prism_service/api/tasks.py:280
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/tasks.py:280 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `advance` without auth dependency — services/prism-service/prism_service/api/conductor.py:75
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/conductor.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `apply` without auth dependency — services/prism-service/prism_service/api/update.py:33
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/update.py:33 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ask` without auth dependency — services/prism-service/prism_service/api/brain.py:109
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/brain.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `backfill` without auth dependency — services/prism-service/prism_service/api/consolidation.py:298
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/consolidation.py:298 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `check` without auth dependency — services/prism-service/prism_service/api/update.py:24
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/update.py:24 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear_client_id` without auth dependency — services/prism-service/prism_service/api/github_auth.py:136
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/github_auth.py:136 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clear` without auth dependency — services/prism-service/prism_service/api/github_auth.py:92
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/github_auth.py:92 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `configure` without auth dependency — services/prism-service/prism_service/api/github_auth.py:102
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/github_auth.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `configure` without auth dependency — services/prism-service/prism_service/api/understand.py:39
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/understand.py:39 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_project` without auth dependency — services/prism-service/prism_service/api/projects.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/projects.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_task` without auth dependency — services/prism-service/prism_service/api/tasks.py:112
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/tasks.py:112 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `device_poll` without auth dependency — services/prism-service/prism_service/api/github_auth.py:167
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/github_auth.py:167 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `device_start` without auth dependency — services/prism-service/prism_service/api/github_auth.py:142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/github_auth.py:142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `drain` without auth dependency — services/prism-service/prism_service/api/consolidation.py:310
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/consolidation.py:310 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `edges_between` without auth dependency — services/prism-service/prism_service/api/graph.py:193
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/graph.py:193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `enrich` without auth dependency — services/prism-service/prism_service/api/graph.py:153
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/graph.py:153 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `entry_action` without auth dependency — services/prism-service/prism_service/api/memory.py:146
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/memory.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `feedback` without auth dependency — services/prism-service/prism_service/api/retrievals.py:22
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/retrievals.py:22 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gate` without auth dependency — services/prism-service/prism_service/api/conductor.py:50
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/conductor.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_claude_memories` without auth dependency — services/prism-service/prism_service/api/memory.py:242
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/memory.py:242 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_transcripts` without auth dependency — services/prism-service/prism_service/api/sessions.py:27
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/sessions.py:27 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest` without auth dependency — services/prism-service/prism_service/api/agent_runs.py:27
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/agent_runs.py:27 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `prune_noise` without auth dependency — services/prism-service/prism_service/api/consolidation.py:331
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/consolidation.py:331 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rebuild` without auth dependency — services/prism-service/prism_service/api/graph.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/graph.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh` without auth dependency — services/prism-service/prism_service/api/understand.py:100
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/understand.py:100 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reindex` without auth dependency — services/prism-service/prism_service/api/brain.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/brain.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resync` without auth dependency — services/prism-service/prism_service/api/staleness.py:88
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/staleness.py:88 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_reflection` without auth dependency — services/prism-service/prism_service/api/consolidation.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.
services/prism-service/prism_service/api/consolidation.py:278 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_claude_config` without auth dependency — services/prism-service/prism_service/api/memory.py:219
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/memory.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_client_id` without auth dependency — services/prism-service/prism_service/api/github_auth.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/github_auth.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_policy` without auth dependency — services/prism-service/prism_service/api/learning.py:59
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/learning.py:59 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `understand` without auth dependency — services/prism-service/prism_service/api/brain.py:71
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
services/prism-service/prism_service/api/brain.py:71 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'exec_used' in services/prism-service/prism_service/__version__.py:582
Found a known-risky pattern (exec_used). Review and replace if possible.
services/prism-service/prism_service/__version__.py:582 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in services/prism-service/prism_service/main.py:516
Found a known-risky pattern (exec_used). Review and replace if possible.
services/prism-service/prism_service/main.py:516 Exec used
high System graph cicd CI/CD security conf 1.00 pip extra-index-url can enable dependency confusion
pip --extra-index-url searches an additional package index and can resolve public packages when a private package name is missing or has a lower version. Prefer a single controlled index or explicit hashes and package source policy.
services/prism-service/requirements.txt CI/CD securitySupply chainPypi
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — services/prism-service/prism_service/web/src/lib/project.ts:62
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: plugins/prism-devtools/skills/conductor/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.
plugins/prism-devtools/skills/conductor/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/execute-checklist/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.
plugins/prism-devtools/skills/execute-checklist/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/file-first/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.
plugins/prism-devtools/skills/file-first/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/initialize-architecture/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.
plugins/prism-devtools/skills/initialize-architecture/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/nfr-assess/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.
plugins/prism-devtools/skills/nfr-assess/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/qa-gate/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.
plugins/prism-devtools/skills/qa-gate/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/remember/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.
plugins/prism-devtools/skills/remember/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/sdlc-handoff/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.
plugins/prism-devtools/skills/sdlc-handoff/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/shared/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.
plugins/prism-devtools/skills/shared/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/validate/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.
plugins/prism-devtools/skills/validate/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: plugins/prism-devtools/skills/version-bump/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.
plugins/prism-devtools/skills/version-bump/SKILL.md VerificationSkill 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 hardware Security conf 1.00 Dockerfile runs as root: services/prism-service/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 6 occurrences Frontend route `/explore` has no Link/navigate to it — services/prism-service/prism_service/web/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
6 occurrences
repo-level (6 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
dtolnay/rust-toolchain@stable can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 6 locations
.github/workflows/release.yml:32, 35, 55, 115 (4 hits)
.github/workflows/release-tauri.yml:53, 143 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
3 files, 3 locations
.github/workflows/autotag.yml
.github/workflows/release-tauri.yml
.github/workflows/release.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in services/prism-service/prism_service/web/src/components/plan/Mermaid.tsx:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
services/prism-service/prism_service/web/src/components/plan/Mermaid.tsx:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in benchmarks/swebench/patch_run.py:83
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
benchmarks/swebench/patch_run.py:83 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmarks/run_experiments.py:80
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmarks/scorecard/run.py:50
`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 — benchmarks/swebench/evaluate_predictions.py:46
`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 — benchmarks/swebench/evaluate_predictions_wsl.py:22
`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 — benchmarks/swebench/paired_campaign.py:225
`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 — benchmarks/swebench/patch_run.py:98
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmarks/swebench/patch_scaffold_check.py:22
`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 — benchmarks/swebench/run.py:91
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — services/prism-service/prism_service/cli/prism_cli.py:81
`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 — services/prism-service/prism_service/engines/brain_engine.py:3559
`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 — services/prism-service/prism_service/inference/claude_cli.py:233
`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 28 placeholder/mock markers across 13 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 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
plugins/prism-devtools/skills/qa-gate/artifacts/story-001-post-implementation-gate.yaml Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
plugins/prism-devtools/skills/qa-gate/artifacts/story-001-post-implementation-gate.yaml Ports
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 353 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-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
services/prism-service/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.12-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
services/prism-service/Dockerfile:10 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 10 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 10 locations
.github/workflows/pr-checks.yml:24, 27, 37 (3 hits)
.github/workflows/release-tauri.yml:45, 48, 77 (3 hits)
.github/workflows/release.yml:29, 76, 81 (3 hits)
.github/workflows/autotag.yml:25
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 14 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: benchmarks/swebench/evaluate_predictions_wsl.py:main, benchmarks/swebench/evaluate_predictions.py:main 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…
14 occurrences
repo-level (14 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: benchmarks/contextpack/run.py:call, benchmarks/contextpack/run.py:call, benchmarks/contextpack/run.py:call 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 …
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: plugins/prism-devtools/scripts/validate-docs.py:validate, plugins/prism-devtools/scripts/validate-docs.py:validate, plugins/prism-devtools/scripts/validate-docs.py:validate, plugins/prism-devtools/scripts/validate-docs.py:validate This is *the* AI-co…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: plugins/prism-devtools/skills/skill-builder/scripts/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.
plugins/prism-devtools/skills/skill-builder/scripts/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: services/prism-service/desktop/tauri-shell/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.
services/prism-service/desktop/tauri-shell/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: services/prism-service/prism_service/web/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.
services/prism-service/prism_service/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_decay_unused` in services/prism-service/prism_service/services/governance.py:54
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 `a_to_legacy` in services/prism-service/tests/unit/test_brain_call_chain_call_site.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 `sha_old` in services/prism-service/tests/unit/test_source_service.py:124
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 `tour_builder_v1` in services/prism-service/tests/unit/test_analyzer_runner_classify.py:118
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 `tour_builder_v1` in services/prism-service/tests/unit/test_understand_drainer.py:66
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_entry
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/engines/mulch.py:31
low System graph software Dead code conf 1.00 Possibly dead Python function: attach_project_root
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/conductor_service.py:446
low System graph software Dead code conf 1.00 Possibly dead Python function: attach_task_service
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/conductor_service.py:422
low System graph software Dead code conf 1.00 Possibly dead Python function: build_instruction
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/conductor_service.py:457
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_logs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/cli/prism_cli.py:267
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_update
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/cli/prism_cli.py:291
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_version
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/cli/prism_cli.py:299
low System graph software Dead code conf 1.00 Possibly dead Python function: encode_task_text
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/engines/brain_engine.py:76
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_mcp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/mcp/server.py:90
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_memory_written
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/event_handlers.py:145
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_recalled_outcome
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/event_handlers.py:66
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_session_imported
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/event_handlers.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: read_domain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/engines/mulch.py:7
low System graph software Dead code conf 1.00 Possibly dead Python function: recompute_theta
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/scoring_service.py:148
low System graph software Dead code conf 1.00 Possibly dead Python function: reindex
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/conductor_service.py:494
low System graph software Dead code conf 1.00 Possibly dead Python function: search_feedback
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/brain_service.py:139
low System graph software Dead code conf 1.00 Possibly dead Python function: start_adaptive_policy_worker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/adaptive_policy.py:331
low System graph software Dead code conf 1.00 Possibly dead Python function: start_governance_timer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/main.py:144
low System graph software Dead code conf 1.00 Possibly dead Python function: start_mcp_server
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/main.py:138
low System graph software Dead code conf 1.00 Possibly dead Python function: start_memory_summary_worker
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/memory_summary_worker.py:225
low System graph software Dead code conf 1.00 Possibly dead Python function: start_quality_timer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/main.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: start_transcript_importer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/claude_transcripts.py:616
low System graph software Dead code conf 1.00 Possibly dead Python function: start_trash_sweeper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/trash.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: unstage_doc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/services/graph_service.py:548
low System graph software Dead code conf 1.00 Possibly dead Python function: write_domain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/prism-service/prism_service/engines/mulch.py:23
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — services/prism-service/prism_service/web/src/components/understand/PrismDomainGraph.tsx:130
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — services/prism-service/prism_service/web/src/components/understand/PrismEntityGraph.tsx:113
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — services/prism-service/prism_service/web/src/components/understand/PrismFileGraph.tsx:203
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — services/prism-service/prism_service/web/src/components/understand/PrismLayerGraph.tsx:170
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
low System graph frontend Frontend quality conf 1.00 React Flow <MiniMap> without dark background — services/prism-service/prism_service/web/src/components/understand/PrismDomainGraph.tsx:144
A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.minimap.no-bg
Fq minimap no bg
low System graph frontend Frontend quality conf 1.00 React Flow <MiniMap> without dark background — services/prism-service/prism_service/web/src/components/understand/PrismEntityGraph.tsx:125
A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.minimap.no-bg
Fq minimap no bg
low System graph frontend Frontend quality conf 1.00 React Flow <MiniMap> without dark background — services/prism-service/prism_service/web/src/components/understand/PrismFileGraph.tsx:217
A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.minimap.no-bg
Fq minimap no bg
low System graph frontend Frontend quality conf 1.00 React Flow <MiniMap> without dark background — services/prism-service/prism_service/web/src/components/understand/PrismLayerGraph.tsx:184
A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.minimap.no-bg
Fq minimap no bg
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 — plugins/prism-devtools/skills/skill-builder/scripts/validate-skill.js:51
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 quality Integrity conf 1.00 Stub function `apply_verdict` (body is just `pass`/`return`) — services/prism-service/prism_service/services/memory_ops_worker.py:176
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{name}
`services/prism-service/prism_service/api/projects.py` declares `DELETE /{name}` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`services/prism-service/prism_service/main.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 /activity
`services/prism-service/prism_service/api/dashboard.py` declares `GET /activity` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/learning
`services/prism-service/prism_service/api/learning.py` declares `GET /api/learning` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/learning/policy
`services/prism-service/prism_service/api/learning.py` declares `GET /api/learning/policy` 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: GET /api/tasks
`services/prism-service/prism_service/api/tasks.py` declares `GET /api/tasks` 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/tasks/next
`services/prism-service/prism_service/api/tasks.py` declares `GET /api/tasks/next` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/tasks/{task_id}
`services/prism-service/prism_service/api/tasks.py` declares `GET /api/tasks/{task_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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /central
`services/prism-service/prism_service/api/graph.py` declares `GET /central` 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 /claude-config
`services/prism-service/prism_service/api/memory.py` declares `GET /claude-config` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /client-id
`services/prism-service/prism_service/api/github_auth.py` declares `GET /client-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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /communities
`services/prism-service/prism_service/api/graph.py` declares `GET /communities` 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 /community-files
`services/prism-service/prism_service/api/graph.py` declares `GET /community-files` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /domains
`services/prism-service/prism_service/api/understand.py` declares `GET /domains` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /enrich/status
`services/prism-service/prism_service/api/graph.py` declares `GET /enrich/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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /entries
`services/prism-service/prism_service/api/memory.py` declares `GET /entries` 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 /entry/{entry_id}
`services/prism-service/prism_service/api/memory.py` declares `GET /entry/{entry_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 consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /fading
`services/prism-service/prism_service/api/memory.py` declares `GET /fading` 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 /file-detail
`services/prism-service/prism_service/api/graph.py` declares `GET /file-detail` 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 /layers
`services/prism-service/prism_service/api/understand.py` declares `GET /layers` 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 /onboarding
`services/prism-service/prism_service/api/understand.py` declares `GET /onboarding` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /repos
`services/prism-service/prism_service/api/github_auth.py` declares `GET /repos` 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 /search
`services/prism-service/prism_service/api/brain.py` declares `GET /search` 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 /state
`services/prism-service/prism_service/api/dashboard.py` declares `GET /state` 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 /summary
`services/prism-service/prism_service/api/graph.py` declares `GET /summary` 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 /tour
`services/prism-service/prism_service/api/understand.py` declares `GET /tour` 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 /violations
`services/prism-service/prism_service/api/understand.py` declares `GET /violations` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{full_path:path}
`services/prism-service/prism_service/main.py` declares `GET /{full_path:path}` 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 /{run_id}
`services/prism-service/prism_service/api/claude_runs.py` declares `GET /{run_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{run_id}/stream
`services/prism-service/prism_service/api/claude_runs.py` declares `GET /{run_id}/stream` 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 c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`services/prism-service/prism_service/api/projects.py` declares `POST /` 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/tasks
`services/prism-service/prism_service/api/tasks.py` declares `POST /api/tasks` 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 /ask
`services/prism-service/prism_service/api/brain.py` declares `POST /ask` 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 /claude-config
`services/prism-service/prism_service/api/memory.py` declares `POST /claude-config` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /clear
`services/prism-service/prism_service/api/github_auth.py` declares `POST /clear` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /client-id
`services/prism-service/prism_service/api/github_auth.py` declares `POST /client-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 consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /client-id/clear
`services/prism-service/prism_service/api/github_auth.py` declares `POST /client-id/clear` 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 /configure
`services/prism-service/prism_service/api/understand.py` declares `POST /configure` 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 consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /device/poll
`services/prism-service/prism_service/api/github_auth.py` declares `POST /device/poll` 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 /device/start
`services/prism-service/prism_service/api/github_auth.py` declares `POST /device/start` 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 /edges-between
`services/prism-service/prism_service/api/graph.py` declares `POST /edges-between` 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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /enrich
`services/prism-service/prism_service/api/graph.py` declares `POST /enrich` 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 /entry/{entry_id}/action
`services/prism-service/prism_service/api/memory.py` declares `POST /entry/{entry_id}/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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /import-claude-memories
`services/prism-service/prism_service/api/memory.py` declares `POST /import-claude-memories` 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 /ingest
`services/prism-service/prism_service/api/agent_runs.py` declares `POST /ingest` 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 i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /rebuild
`services/prism-service/prism_service/api/graph.py` declares `POST /rebuild` 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 /refresh
`services/prism-service/prism_service/api/understand.py` declares `POST /refresh` 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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /reindex
`services/prism-service/prism_service/api/brain.py` declares `POST /reindex` 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 /resync
`services/prism-service/prism_service/api/staleness.py` declares `POST /resync` 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 /understand
`services/prism-service/prism_service/api/brain.py` declares `POST /understand` 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: plugins/prism-devtools/scripts/validate-docs.py (1636 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/__version__.py (2086 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/engines/brain_engine.py (4184 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/mcp/tools.py (3636 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/routes/graph_static.py (1930 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/services/conductor_service.py (2479 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/services/graph_service.py (1611 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: services/prism-service/prism_service/web/src/pages/SettingsPage.tsx (2985 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/c29b6bec-a3e5-4519-aed4-201c953bff7c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c29b6bec-a3e5-4519-aed4-201c953bff7c/

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.