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.

selmanays/nodrat

https://github.com/selmanays/nodrat · scanned 2026-06-16 00:07 UTC (2 months, 2 weeks ago)

430 raw signals (212 security + 218 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 199 actionable findings from 2 signal sources. 489 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 54.1/100 with 100.0% coverage. It contains 5438 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 218 findings — concentrated in quality (90), api (50), software (24). Risk profile is high: 0 critical, 13 high, 14 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 126 of 199 actionable findings. 688 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Practices conf 0.82 5 occurrences Foundry mined mock as real or placeholder: selmanays/nodrat
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
5 occurrences
repo-level (5 hits)
critical Security checks security auth conf 0.78 27 occurrences Foundry mined security auth guardrail gaps: selmanays/nodrat
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
27 occurrences
repo-level (27 hits)
high Security checks quality Practices conf 0.84 40 occurrences Foundry mined bad chains: selmanays/nodrat
Comment chain pattern product: bad_chains Repo: selmanays/nodrat Thread: selmanays/nodrat#81 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has…
40 occurrences
repo-level (40 hits)
high Security checks quality Quality conf 0.76 49 occurrences Foundry mined schema ui api mismatch: selmanays/nodrat
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: weak_supervision_needs_review Repo: s…
49 occurrences
repo-level (49 hits)
high Security checks quality Testing conf 0.78 48 occurrences Foundry mined test ci gap after feedback: selmanays/nodrat
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: weak_supervision_needs_…
48 occurrences
repo-level (48 hits)
high System graph security auth conf 1.00 FastAPI POST `lemonsqueezy_webhook` without auth dependency — apps/api/app/modules/billing/webhooks.py:288
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/billing/webhooks.py:288 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `password_reset_request` without auth dependency — apps/api/app/modules/accounts/auth/routes.py:622
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/accounts/auth/routes.py:622 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `password_reset` without auth dependency — apps/api/app/modules/accounts/auth/routes.py:673
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/accounts/auth/routes.py:673 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh` without auth dependency — apps/api/app/modules/accounts/auth/routes.py:389
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/accounts/auth/routes.py:389 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_abuse` without auth dependency — apps/api/app/modules/legal/routes.py:232
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/legal/routes.py:232 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_copyright` without auth dependency — apps/api/app/modules/legal/routes.py:276
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/legal/routes.py:276 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_privacy_request` without auth dependency — apps/api/app/modules/legal/routes.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.
apps/api/app/modules/legal/routes.py:298 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_takedown` without auth dependency — apps/api/app/modules/legal/routes.py:254
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/legal/routes.py:254 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_challenge_2fa` without auth dependency — apps/api/app/modules/accounts/auth/two_factor.py:251
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/accounts/auth/two_factor.py:251 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_email` without auth dependency — apps/api/app/modules/accounts/auth/routes.py:536
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/accounts/auth/routes.py:536 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_resend` without auth dependency — apps/api/app/modules/accounts/auth/routes.py:574
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
apps/api/app/modules/accounts/auth/routes.py:574 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'eval_used' in .claude/skills/nodrat-dev/SKILL.md:244
Found a known-risky pattern (eval_used). Review and replace if possible.
.claude/skills/nodrat-dev/SKILL.md:244 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in .github/workflows/ci.yml:101
Found a known-risky pattern (eval_used). Review and replace if possible.
.github/workflows/ci.yml:101 Eval used
medium Security checks quality Practices conf 0.62 103 occurrences Foundry mined assumption checks: selmanays/nodrat
Comment chain pattern product: assumption_checks Repo: selmanays/nodrat Thread: selmanays/nodrat#60 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph…
103 occurrences
repo-level (103 hits)
medium Security checks quality maintenance conf 0.70 131 occurrences Foundry mined blueprint gap alignment: selmanays/nodrat
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
131 occurrences
repo-level (131 hits)
medium Security checks quality Practices conf 0.70 67 occurrences Foundry mined unresolved feedback: selmanays/nodrat
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
67 occurrences
repo-level (67 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/web/src/app/page.tsx:216
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/web/src/components/ui/chart.tsx:95
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/lib/admin-sft-api.ts:117
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/lib/api.ts:127
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/src/lib/api/research.ts:181
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/wiki-query.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/wiki-query.md VerificationClaude instruction
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 license. 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 cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
webfactory/[email protected] can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy.yml:238 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/wiki-source-sync.yml 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/publish-wiki.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/app/page.tsx:216
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/app/page.tsx:216 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/web/src/components/ui/chart.tsx:95
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/web/src/components/ui/chart.tsx:95 Dangerous innerhtml
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 112 placeholder/mock markers across 49 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 8 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CI`, `DEBUG_TIMING`, `EMBEDDING_PROVIDER`, `NEXT_PUBLIC_APP_VERSION`, `NEXT_PUBLIC_SENTRY_DSN`, `SENTRY_ORG`, `SENTRY_PROJECT`, `VPS_HOSTNAME`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
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 43 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 3 occurrences Docker base image is tag-pinned but not digest-pinned: node:20-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 7, 18, 27
apps/web/Dockerfile:7, 18, 27 (3 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences 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.
lines 7, 49
apps/api/Dockerfile:7, 49 (2 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 14 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 14 locations
.github/workflows/ci.yml:34, 83, 118, 145, 180, 205, 307, 375, +1 more (9 hits)
.github/workflows/wiki-source-sync.yml:32, 37, 143 (3 hits)
.github/workflows/deploy.yml:207
.github/workflows/publish-wiki.yml:31
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: apps/api/scripts/backfill_chunk_keywords.py:main, apps/api/scripts/backfill_chunk_keywords_parallel.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…
8 occurrences
repo-level (8 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: apps/api/app/providers/email/noop.py:send, apps/api/app/providers/email/base.py:send, apps/api/app/providers/email/resend.py:send This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Conso…
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: apps/api/app/providers/deepseek.py:generate_text, apps/api/app/providers/deepseek.py:generate_text_stream, apps/api/app/providers/gemini.py:generate_text, apps/api/app/providers/nim_chat.py:generate_text This is *the* AI-coder failure mode (4× more d…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `include_deprecated` in apps/api/app/api/admin_clusters.py:79
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `list_objects_v2` in apps/api/app/modules/ops/admin/system.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `niche_chunks_benchmark_v2` in apps/api/tests/eval/niche_chunks_benchmark_v2.py:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `nodrat_cookie_consent_v1` in apps/web/src/components/cookie-banner.tsx:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_cited_only_filters_unused` in apps/api/tests/unit/test_citation_validator.py:137
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: article_ids_from_urls
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/modules/media/media_suggest.py:253
low System graph software Dead code conf 1.00 Possibly dead Python function: build_nim_chat_provider
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/providers/nim_chat.py:273
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel_subscription
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/providers/lemonsqueezy.py:206
low System graph software Dead code conf 1.00 Possibly dead Python function: do_run_migrations
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/alembic/env.py:124
low System graph software Dead code conf 1.00 Possibly dead Python function: ensure_bucket
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/storage.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_structured_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/providers/gemini.py:317
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_structured_json
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/providers/base.py:224
low System graph software Dead code conf 1.00 5 occurrences Possibly dead Python function: healthcheck
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
5 files, 5 locations
apps/api/app/providers/deepseek.py:676
apps/api/app/providers/gemini.py:341
apps/api/app/providers/local_e5.py:166
apps/api/app/providers/local_embedding.py:137
apps/api/app/providers/nim_chat.py:257
low System graph software Dead code conf 1.00 Possibly dead Python function: json_default
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/json_utils.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: list_by_type
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/providers/registry.py:46
low System graph software Dead code conf 1.00 Possibly dead Python function: load_thresholds_from_settings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/retrieval_confidence.py:204
low System graph software Dead code conf 1.00 Possibly dead Python function: load_weights_from_settings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/retrieval_confidence.py:171
low System graph software Dead code conf 1.00 Possibly dead Python function: normalized_levenshtein_distance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/modules/style_profiles/text_metrics.py:53
low System graph software Dead code conf 1.00 Possibly dead Python function: reconcile_redis_from_db
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/modules/billing/services/quota.py:224
low System graph software Dead code conf 1.00 Possibly dead Python function: require_admin
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/modules/accounts/deps.py:94
low System graph software Dead code conf 1.00 Possibly dead Python function: require_foreign_transfer_consent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/modules/accounts/deps.py:108
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_count
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/prompts/content_generator.py:602
low System graph software Dead code conf 1.00 Possibly dead Python function: search_chunks_binary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/embedding_binary.py:74
low System graph software Dead code conf 1.00 Possibly dead Python function: suggest_image_for_post
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/modules/media/media_suggest.py:165
low System graph software Dead code conf 1.00 Possibly dead Python function: upload_bytes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
apps/api/app/core/storage.py:130
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 /app/me
`apps/api/app/api/app_me.py` declares `DELETE /app/me` 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: DELETE /app/me/consent/model-improvement
`apps/api/app/api/app_me.py` declares `DELETE /app/me/consent/model-improvement` 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: DELETE /research/conversations/{conversation_id}
`apps/api/app/api/app_research.py` declares `DELETE /research/conversations/{conversation_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 …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`apps/api/app/modules/legal/routes.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 /admin/clusters
`apps/api/app/api/admin_clusters.py` declares `GET /admin/clusters` 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 /admin/clusters/users/{user_id}
`apps/api/app/api/admin_clusters.py` declares `GET /admin/clusters/users/{user_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 /admin/rag/benchmark/history
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/benchmark/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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /admin/rag/benchmark/status
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/benchmark/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /admin/rag/cache-telemetry
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/cache-telemetry` 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 /admin/rag/citation-stats
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/citation-stats` 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 /admin/rag/health
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/health` 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 /admin/rag/ner-stats
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/ner-stats` 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 /admin/rag/pipeline-comparison
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/pipeline-comparison` 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 /admin/rag/raptor/clusters
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/raptor/clusters` 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 /admin/rag/rerank-stats
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/rerank-stats` 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 /admin/rag/ttft-stats
`apps/api/app/api/admin_rag.py` declares `GET /admin/rag/ttft-stats` 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 /admin/trends
`apps/api/app/api/admin_trends.py` declares `GET /admin/trends` 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 /app/me
`apps/api/app/api/app_me.py` declares `GET /app/me` 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 /app/me/consent/model-improvement
`apps/api/app/api/app_me.py` declares `GET /app/me/consent/model-improvement` 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 /app/me/export
`apps/api/app/api/app_me.py` declares `GET /app/me/export` 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 /app/me/pmf-survey/eligibility
`apps/api/app/api/app_me.py` declares `GET /app/me/pmf-survey/eligibility` 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 /app/me/research-history
`apps/api/app/api/app_me.py` declares `GET /app/me/research-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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /app/me/research-interests
`apps/api/app/api/app_me.py` declares `GET /app/me/research-interests` 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 /failed
`apps/api/app/modules/ops/admin/queue.py` declares `GET /failed` 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 /hourly
`apps/api/app/modules/ops/admin/dashboard.py` declares `GET /hourly` 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 /overview
`apps/api/app/modules/ops/admin/queue.py` declares `GET /overview` 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 /provider-calls
`apps/api/app/modules/ops/admin/dashboard.py` declares `GET /provider-calls` 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 /research/conversations
`apps/api/app/api/app_research.py` declares `GET /research/conversations` 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 /research/conversations/{conversation_id}
`apps/api/app/api/app_research.py` declares `GET /research/conversations/{conversation_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{ticket_id}
`apps/api/app/modules/legal/routes.py` declares `GET /{ticket_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: PATCH /app/me
`apps/api/app/api/app_me.py` declares `PATCH /app/me` 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: PATCH /research/conversations/{conversation_id}
`apps/api/app/api/app_research.py` declares `PATCH /research/conversations/{conversation_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 w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{ticket_id}
`apps/api/app/modules/legal/routes.py` declares `PATCH /{ticket_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 /abuse
`apps/api/app/modules/legal/routes.py` declares `POST /abuse` 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 /admin/rag/backfill-country
`apps/api/app/api/admin_rag.py` declares `POST /admin/rag/backfill-country` 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 /admin/rag/backfill-missing-chunks
`apps/api/app/api/admin_rag.py` declares `POST /admin/rag/backfill-missing-chunks` 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 /admin/rag/benchmark/run
`apps/api/app/api/admin_rag.py` declares `POST /admin/rag/benchmark/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 /admin/rag/inspect-query
`apps/api/app/api/admin_rag.py` declares `POST /admin/rag/inspect-query` 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 /admin/rag/raptor/trigger
`apps/api/app/api/admin_rag.py` declares `POST /admin/rag/raptor/trigger` 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 /app/me/consent/model-improvement
`apps/api/app/api/app_me.py` declares `POST /app/me/consent/model-improvement` 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 /app/me/pmf-survey
`apps/api/app/api/app_me.py` declares `POST /app/me/pmf-survey` 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 /copyright
`apps/api/app/modules/legal/routes.py` declares `POST /copyright` 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 /failed/bulk-retry
`apps/api/app/modules/ops/admin/queue.py` declares `POST /failed/bulk-retry` 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 /jobs/{failed_id}/retry
`apps/api/app/modules/ops/admin/queue.py` declares `POST /jobs/{failed_id}/retry` 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 /privacy-request
`apps/api/app/modules/legal/routes.py` declares `POST /privacy-request` 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 /research/conversations
`apps/api/app/api/app_research.py` declares `POST /research/conversations` 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 /research/conversations/{conversation_id}/messages
`apps/api/app/api/app_research_stream.py` declares `POST /research/conversations/{conversation_id}/messages` 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 o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /research/messages/{message_id}/action
`apps/api/app/api/app_research.py` declares `POST /research/messages/{message_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 who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /research/messages/{message_id}/flag-halu
`apps/api/app/api/app_research.py` declares `POST /research/messages/{message_id}/flag-halu` 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 /takedown
`apps/api/app/modules/legal/routes.py` declares `POST /takedown` 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: apps/api/app/api/admin_rag.py (1819 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/api/app/api/app_research_stream.py (1338 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/api/app/modules/settings_admin/routes.py (1721 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/api/tests/unit/test_extractor.py (1878 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/web/src/lib/__tests__/api.test.ts (2955 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/8c725f15-903f-4dbf-aec1-64ace71eeeec/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8c725f15-903f-4dbf-aec1-64ace71eeeec/

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.