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.

vibeshub/vibeshub

https://github.com/vibeshub/vibeshub · scanned 2026-06-16 00:49 UTC (2 months, 1 week ago)

181 raw signals (74 security + 107 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 79 actionable findings from 2 signal sources. 253 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.2/100 with 100.0% coverage. It contains 2195 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 107 findings — concentrated in quality (59), api (22), software (14). Risk profile is high: 0 critical, 6 high, 27 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 64 of 79 actionable findings. 332 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 14 occurrences Foundry mined mock as real or placeholder: vibeshub/vibeshub
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…
14 occurrences
repo-level (14 hits)
critical Security checks security auth conf 0.78 16 occurrences Foundry mined security auth guardrail gaps: vibeshub/vibeshub
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…
16 occurrences
repo-level (16 hits)
high Security checks quality Practices conf 0.84 12 occurrences Foundry mined bad chains: vibeshub/vibeshub
Comment chain pattern product: bad_chains Repo: vibeshub/vibeshub Thread: vibeshub/vibeshub#94 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_has_…
12 occurrences
repo-level (12 hits)
high Security checks quality Quality conf 0.76 3 occurrences Foundry mined schema ui api mismatch: vibeshub/vibeshub
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: supported_by_verification_signal Repo…
3 occurrences
repo-level (3 hits)
high Security checks quality Testing conf 0.78 33 occurrences Foundry mined test ci gap after feedback: vibeshub/vibeshub
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: supported_by_high_confi…
33 occurrences
repo-level (33 hits)
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/github/my-repos${qs} (webapp/frontend/src/api.ts:222)
`webapp/frontend/src/api.ts:222` calls `GET /api/github/my-repos${qs}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/github/my-repos/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/github/repo-prs?${params.toString()} (webapp/frontend/src/api.ts:235)
`webapp/frontend/src/api.ts:235` calls `GET /api/github/repo-prs?${params.toString()}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/github/repo-prs` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/github/users/${encodeURIComponent(login)} (webapp/frontend/src/api.ts:110)
`webapp/frontend/src/api.ts:110` calls `GET /api/github/users/${encodeURIComponent(login)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/github/users/<p>` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/auth/logout (webapp/frontend/src/api.ts:100)
`webapp/frontend/src/api.ts:100` calls `POST /api/auth/logout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth/logout` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/github/users/${encodeURIComponent(login)}/repos?page=${page} (webapp/frontend/src/api.ts:120)
`webapp/frontend/src/api.ts:120` calls `POST /api/github/users/${encodeURIComponent(login)}/repos?page=${page}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/github/users/<p>/repos` If this points at an external AP…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI POST `ingest` without auth dependency — webapp/backend/app/api/ingest.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.
webapp/backend/app/api/ingest.py:39 securityAuth fastapi unauth mutation
medium Security checks quality Practices conf 0.62 96 occurrences Foundry mined assumption checks: vibeshub/vibeshub
Comment chain pattern product: assumption_checks Repo: vibeshub/vibeshub Thread: vibeshub/vibeshub#99 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_gra…
96 occurrences
repo-level (96 hits)
medium Security checks quality maintenance conf 0.70 51 occurrences Foundry mined blueprint gap alignment: vibeshub/vibeshub
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: …
51 occurrences
repo-level (51 hits)
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — webapp/frontend/src/components/trace/highlight.ts:58
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 — webapp/frontend/src/components/trace/ProvenanceView.tsx:278
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 — webapp/frontend/src/components/trace/tool/DiffView.tsx:36
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 — webapp/frontend/e2e/viewer.spec.ts:157
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 — webapp/frontend/src/api.ts:38
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/cli/skills/share-trace/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/cli/skills/share-trace/SKILL.md VerificationSkill file
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: deploy/azure/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 Frontend route `/blog/:slug` has no Link/navigate to it — webapp/frontend/src/tests/routes/Blog.test.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.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `:owner/:repo/pull/:number/:shortId` has no Link/navigate to it — webapp/frontend/src/tests/routes/TraceView.test.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.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `:owner/:repo/pull/:number` has no Link/navigate to it — webapp/frontend/src/tests/routes/PrTracesList.test.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.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `:owner` has no Link/navigate to it — webapp/frontend/src/tests/routes/Home.test.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.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 2 occurrences Frontend route `t/:shortId` has no Link/navigate to it — webapp/frontend/src/tests/routes/VibeViewer.test.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.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 7 occurrences Frontend route `upload` has no Link/navigate to it — webapp/frontend/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.
7 occurrences
repo-level (7 hits)
Orphan pageWiring
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/deploy.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in webapp/frontend/src/components/trace/ProvenanceView.tsx:278
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
webapp/frontend/src/components/trace/ProvenanceView.tsx:278 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in webapp/frontend/src/components/trace/tool/DiffView.tsx:36
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
webapp/frontend/src/components/trace/tool/DiffView.tsx:36 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in webapp/frontend/scripts/gen-og-vibeviewer.mjs:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
webapp/frontend/scripts/gen-og-vibeviewer.mjs:20 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — plugins/cli/vibeshub_client/pr_resolve.py:7
`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 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated 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: `CHROME_BIN`, `CLAUDE_CODE_SESSION_ID`, `CLAUDE_PLUGIN_ROOT`, `CLAUDE_SESSION_ID`, `CODEX_HOME`, `HOME`, `VIBESHUB_HOOK_LOG`, `VIBESHUB_SERVER_URL`. 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 41 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: python:3.13-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
deploy/azure/Dockerfile:1 containersPinned dependencies
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — webapp/frontend/src/components/trace/ProvenanceView.tsx:455
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Integrity conf 1.00 16 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: webapp/backend/app/github/public_client.py:get_json, webapp/backend/app/github/public_client.py:get_json_with_link This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or docum…
16 occurrences
repo-level (16 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: webapp/backend/app/storage/blob.py:put, webapp/backend/app/storage/blob.py:put, webapp/backend/app/storage/blob.py:put This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or d…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: plugins/cli/vibeshub_client/_vendor/truststore/_api.py:get_ca_certs, plugins/cli/vibeshub_client/_vendor/truststore/_api.py:get_ca_certs, plugins/cli/vibeshub_client/_vendor/truststore/_api.py:get_ca_certs, plugins/cli/vibeshub_client/_vendor/truststo…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ct_old` in webapp/backend/tests/test_auth_crypto.py:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_claude_upload_gets_no_converted_copy` in webapp/backend/tests/test_trace_service.py:277
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: cert_store_stats
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
plugins/cli/vibeshub_client/_vendor/truststore/_api.py:194
low System graph software Dead code conf 1.00 12 occurrences Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
12 files, 12 locations
webapp/backend/alembic/versions/380015a6acca_users_and_sessions.py:53
webapp/backend/alembic/versions/3a1f9c2b5e07_traces_repo_pr_nullable.py:57
webapp/backend/alembic/versions/7f3c1a9b2d4e_add_is_private_to_traces.py:38
webapp/backend/alembic/versions/9e191b25d172_initial_traces_and_renders.py:59
webapp/backend/alembic/versions/a7e2c4f81b39_rename_bhavya6187_vibeshub_to_vibeshub_.py:67
webapp/backend/alembic/versions/b319190103de_renders_composite_pk_trace_id_renderer_.py:76
webapp/backend/alembic/versions/b8d3f1a02c4e_add_source_format_to_traces.py:43
webapp/backend/alembic/versions/c1a2b3d4e5f6_add_title_to_traces.py:40
low System graph software Dead code conf 1.00 Possibly dead Python function: require_current_user
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
webapp/backend/app/auth/sessions.py:103
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: GET /
`webapp/backend/app/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 /api/health
`webapp/backend/app/api/health.py` declares `GET /api/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 /api/og/{short_id}.png
`webapp/backend/app/api/og.py` declares `GET /api/og/{short_id}.png` 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/repos/{owner}/{repo}
`webapp/backend/app/api/traces.py` declares `GET /api/repos/{owner}/{repo}` 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/traces/{short_id}/raw
`webapp/backend/app/api/traces.py` declares `GET /api/traces/{short_id}/raw` 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/users/{login}
`webapp/backend/app/api/traces.py` declares `GET /api/users/{login}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /github/callback
`webapp/backend/app/api/auth.py` declares `GET /github/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 api Wiring conf 1.00 Unused endpoint: GET /github/login
`webapp/backend/app/api/auth.py` declares `GET /github/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /me
`webapp/backend/app/api/auth.py` declares `GET /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 /my-repos
`webapp/backend/app/api/github_picker.py` declares `GET /my-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 /repo-prs
`webapp/backend/app/api/github_picker.py` declares `GET /repo-prs` 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 /users/{login}/contributions
`webapp/backend/app/api/github_stats.py` declares `GET /users/{login}/contributions` 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: GET /users/{login}/repos
`webapp/backend/app/api/github_stats.py` declares `GET /users/{login}/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 /{full_path:path}
`webapp/backend/app/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: POST /api/ingest
`webapp/backend/app/api/ingest.py` declares `POST /api/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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/uploads
`webapp/backend/app/api/uploads.py` declares `POST /api/uploads` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /logout
`webapp/backend/app/api/auth.py` declares `POST /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
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/8e28f91d-4bf8-4fc1-822e-a0ca09a69295/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8e28f91d-4bf8-4fc1-822e-a0ca09a69295/

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.