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.

ScientiaCapital/epiphan-storyboard

https://github.com/ScientiaCapital/epiphan-storyboard · scanned 2026-06-16 00:04 UTC (2 months, 3 weeks ago)

130 raw signals (0 security + 130 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 103 actionable findings from 1 signal source. 27 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 49.4/100 with 100.0% coverage. It contains 2860 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 130 findings — concentrated in quality (50), api (32), cicd (15). Risk profile is high: 0 critical, 15 high, 24 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 91 of 103 actionable findings. 130 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 auth conf 1.00 FastAPI DELETE `disconnect` without auth dependency — src/routers/connectors.py:983
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/routers/connectors.py:983 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_session` without auth dependency — src/api.py:315
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/api.py:315 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `connect_api_key` without auth dependency — src/routers/connectors.py:743
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/routers/connectors.py:743 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_code_storyboard` without auth dependency — src/storyboard/router.py:338
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/storyboard/router.py:338 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_meeting_recap` without auth dependency — src/storyboard/router.py:509
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/storyboard/router.py:509 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_roadmap_storyboard` without auth dependency — src/storyboard/router.py:381
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/storyboard/router.py:381 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_storyboard` without auth dependency — src/demo/router.py:337
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/demo/router.py:337 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_transcript_storyboard` without auth dependency — src/storyboard/router.py:424
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/storyboard/router.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `manual_upload` without auth dependency — src/routers/connectors.py:1033
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/routers/connectors.py:1033 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `route_task` without auth dependency — src/router/api.py:174
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/router/api.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_agent` without auth dependency — src/api.py:223
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/api.py:223 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_demo_pipeline` without auth dependency — src/tools/video/demo_pipeline_router.py:220
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/tools/video/demo_pipeline_router.py:220 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_oauth` without auth dependency — src/routers/connectors.py:602
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/routers/connectors.py:602 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_survey` without auth dependency — src/storyboard/router.py:696
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/storyboard/router.py:696 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_sync` without auth dependency — src/routers/connectors.py:841
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/routers/connectors.py:841 securityAuth fastapi unauth mutation
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/go.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/commands/go.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/interrupt.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/commands/interrupt.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/review.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/commands/review.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/ship.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/commands/ship.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/simplify.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/commands/simplify.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/status.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/commands/status.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/hooks.json
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/hooks.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/observers/ARCH.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/observers/ARCH.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/observers/QUALITY.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/observers/QUALITY.md VerificationClaude 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: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 11 occurrences GitHub Action is tag-pinned rather than SHA-pinned
peter-evans/create-pull-request@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 11 locations
.github/workflows/dev.yml:26, 29, 32, 38, 53 (5 hits)
.github/workflows/release.yml:32, 35, 38, 44, 68 (5 hits)
.github/workflows/CI-runpod_dep.yml:61
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 22 placeholder/mock markers across 7 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 22 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CATALOG_INCLUDE_LOCAL`, `CATALOG_INCLUDE_PRICING`, `CLASSIFIER_LLM_MODEL`, `GONG_CLIENT_ID`, `GONG_CLIENT_SECRET`, `OAUTH_REDIRECT_URI`, `QUOTA_BASIC_DAILY`, `QUOTA_BASIC_HOURLY` + 14 more. Add them (with a placeholder/comment) to .env.example so …
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 129 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: nvidia/cuda:12.1.0-base-ubuntu22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 3 locations
.github/workflows/CI-runpod_dep.yml:18
.github/workflows/dev.yml:16
.github/workflows/release.yml:22
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: shared/providers/base.py:get_available_models, shared/providers/base.py:get 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.
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/connectors/fireflies/connector.py:get_required_config_fields, src/connectors/close/connector.py:get_required_config_fields, src/connectors/hubspot/connector.py:get_required_config_fields This is *the* AI-coder failure mode (4× more duplication in…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: shared/providers/anthropic.py:analyze_image, shared/providers/gemini.py:analyze_image, shared/providers/base.py:analyze_image, shared/providers/openrouter.py:analyze_image This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos —…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: shared/agents/tools.py:execute, shared/agents/tools.py:execute, shared/agents/tools.py:execute, shared/agents/tools.py:execute This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolid…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: src/router/chains.py:chain_type, src/router/chains.py:chain_type, src/router/chains.py:chain_type, src/router/chains.py:chain_type This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Cons…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in src/tools/storyboard/gemini_client.py:795
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_find_hero_competitors_empty_for_clean_copy` in tests/tools/storyboard/test_quality_gate_brand.py:119
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: add_local_model
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/model_catalog.py:582
low System graph software Dead code conf 1.00 Possibly dead Python function: batch_extract
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/agents/orchestrator.py:596
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/providers/base.py:521
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_models_compare_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/model_catalog.py:716
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_models_list_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/model_catalog.py:689
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_models_recommend_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/model_catalog.py:722
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_models_retrieve_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/model_catalog.py:705
low System graph software Dead code conf 1.00 Possibly dead Python function: print_gate_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/audit/logger.py:277
low System graph software Dead code conf 1.00 Possibly dead Python function: quick_extract
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/agents/orchestrator.py:576
low System graph software Dead code conf 1.00 Possibly dead Python function: run_agent_loop
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/agents/orchestrator.py:273
low System graph software Dead code conf 1.00 Possibly dead Python function: test_anthropic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/providers/anthropic.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: test_gemini
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/providers/gemini.py:194
low System graph software Dead code conf 1.00 Possibly dead Python function: test_openrouter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/providers/openrouter.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: to_openai_schema
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
shared/agents/schema.py:165
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 api Wiring conf 1.00 Unused endpoint: DELETE /instances/{instance_id}
`src/routers/connectors.py` declares `DELETE /instances/{instance_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 /
`src/api.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 /agents/{session_id}
`src/api.py` declares `GET /agents/{session_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 /chains
`src/router/api.py` declares `GET /chains` 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 /demo-pipeline/jobs/{job_id}
`src/tools/video/demo_pipeline_router.py` declares `GET /demo-pipeline/jobs/{job_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 /examples
`src/demo/router.py` declares `GET /examples` 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 /examples/{name}
`src/demo/router.py` declares `GET /examples/{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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /font/{key}.otf
`src/brand/fonts.py` declares `GET /font/{key}.otf` 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 /fonts.css
`src/brand/fonts.py` declares `GET /fonts.css` 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 /instances
`src/routers/connectors.py` declares `GET /instances` 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 /instances/{instance_id}
`src/routers/connectors.py` declares `GET /instances/{instance_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 /instances/{instance_id}/sync-history
`src/routers/connectors.py` declares `GET /instances/{instance_id}/sync-history` 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 /jobs/{job_id}
`src/storyboard/router.py` declares `GET /jobs/{job_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 /options
`src/demo/router.py` declares `GET /options` 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 /survey/templates/{vertical}
`src/storyboard/router.py` declares `GET /survey/templates/{vertical}` 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 /tools
`src/api.py` declares `GET /tools` 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 /{job_id}
`src/router/api.py` declares `GET /{job_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: POST /
`src/router/api.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 /agents/run
`src/api.py` declares `POST /agents/run` 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 /agents/{session_id}/cancel
`src/api.py` declares `POST /agents/{session_id}/cancel` 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 /code
`src/storyboard/router.py` declares `POST /code` 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 /demo-pipeline
`src/tools/video/demo_pipeline_router.py` declares `POST /demo-pipeline` 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 /generate
`src/demo/router.py` declares `POST /generate` 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 /instances/{instance_id}/sync
`src/routers/connectors.py` declares `POST /instances/{instance_id}/sync` 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 /instances/{instance_id}/upload
`src/routers/connectors.py` declares `POST /instances/{instance_id}/upload` 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 /meeting-recap
`src/storyboard/router.py` declares `POST /meeting-recap` 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 /roadmap
`src/storyboard/router.py` declares `POST /roadmap` 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 /survey/submit
`src/storyboard/router.py` declares `POST /survey/submit` 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 /transcript
`src/storyboard/router.py` declares `POST /transcript` 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 /{connector_type}/connect
`src/routers/connectors.py` declares `POST /{connector_type}/connect` 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 /{connector_type}/oauth/authorize
`src/routers/connectors.py` declares `POST /{connector_type}/oauth/authorize` 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 /{connector_type}/oauth/callback
`src/routers/connectors.py` declares `POST /{connector_type}/oauth/callback` 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: src/tools/storyboard/epiphan_presets.py (2691 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/tools/storyboard/gemini_client.py (1326 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/tools/storyboard/vertical_surveys.py (1457 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/7294d1fd-7183-4349-a594-80c935670f22/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7294d1fd-7183-4349-a594-80c935670f22/

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.