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.

TheReallyRealComedian/CONVERTER

https://github.com/TheReallyRealComedian/CONVERTER · scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)

114 raw signals (0 security + 114 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 105 of 114 actionable findings. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/conversions/${CONVERSION_ID} (static/js/library_detail.js:247)
`static/js/library_detail.js:247` calls `DELETE /api/conversions/${CONVERSION_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/conversions/${CONVERSION_ID}/tags/${tagId} (static/js/library_detail.js:576)
`static/js/library_detail.js:576` calls `DELETE /api/conversions/${CONVERSION_ID}/tags/${tagId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/tags/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/conversions/${id} (static/js/library.js:125)
`static/js/library.js:125` calls `DELETE /api/conversions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` 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: DELETE /api/highlights/${id} (static/js/library_detail.js:1277)
`static/js/library_detail.js:1277` calls `DELETE /api/highlights/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/highlights/<p>` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/highlights/${id}/tags/${tagId} (static/js/library_detail.js:1224)
`static/js/library_detail.js:1224` calls `DELETE /api/highlights/${id}/tags/${tagId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/highlights/<p>/tags/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/tags/${tagId} (static/js/tags.js:61)
`static/js/tags.js:61` calls `DELETE /api/tags/${tagId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/tags/<p>` 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: GET /api/conversions/${CONVERSION_ID}/highlights (static/js/library_detail.js:775)
`static/js/library_detail.js:775` calls `GET /api/conversions/${CONVERSION_ID}/highlights` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/highlights` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /podcast-download/${jobId} (static/js/audio_converter.js:1186)
`static/js/audio_converter.js:1186` calls `GET /podcast-download/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/podcast-download/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /podcast-status/${jobId} (static/js/audio_converter.js:1080)
`static/js/audio_converter.js:1080` calls `GET /podcast-status/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/podcast-status/<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 /podcast-status/${jobId} (static/js/audio_converter.js:1307)
`static/js/audio_converter.js:1307` calls `GET /podcast-status/${jobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/podcast-status/<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 /static/css/pdf_styles/${theme}.css (static/js/markdown_converter.js:300)
`static/js/markdown_converter.js:300` calls `GET /static/css/pdf_styles/${theme}.css` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/static/css/pdf_styles/<p>.css` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversions/${CONVERSION_ID}/progress (static/js/library_detail.js:1437)
`static/js/library_detail.js:1437` calls `PATCH /api/conversions/${CONVERSION_ID}/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/progress` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/conversions/${CONVERSION_ID}/progress (static/js/library_detail.js:1519)
`static/js/library_detail.js:1519` calls `PATCH /api/conversions/${CONVERSION_ID}/progress` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/progress` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/highlights/${id} (static/js/library_detail.js:1251)
`static/js/library_detail.js:1251` calls `PATCH /api/highlights/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/highlights/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversions/${CONVERSION_ID}/highlights (static/js/library_detail.js:746)
`static/js/library_detail.js:746` calls `POST /api/conversions/${CONVERSION_ID}/highlights` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/highlights` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversions/${CONVERSION_ID}/queue (static/js/library_detail.js:117)
`static/js/library_detail.js:117` calls `POST /api/conversions/${CONVERSION_ID}/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/queue` 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/conversions/${CONVERSION_ID}/send-to-notion (static/js/library_detail.js:463)
`static/js/library_detail.js:463` calls `POST /api/conversions/${CONVERSION_ID}/send-to-notion` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/send-to-notion` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/conversions/${CONVERSION_ID}/tags (static/js/library_detail.js:544)
`static/js/library_detail.js:544` calls `POST /api/conversions/${CONVERSION_ID}/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/tags` 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/conversions/${id}/queue (static/js/library.js:154)
`static/js/library.js:154` calls `POST /api/conversions/${id}/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/queue` 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: POST /api/conversions/${id}/queue (static/js/library.js:195)
`static/js/library.js:195` calls `POST /api/conversions/${id}/queue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>/queue` 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: POST /api/highlights/${id}/tags (static/js/library_detail.js:1179)
`static/js/library_detail.js:1179` calls `POST /api/highlights/${id}/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/highlights/<p>/tags` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /podcast-cancel/${podcastJobId} (static/js/audio_converter.js:910)
`static/js/audio_converter.js:910` calls `POST /podcast-cancel/${podcastJobId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/podcast-cancel/<p>` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/conversions/${CONVERSION_ID} (static/js/library_detail.js:143)
`static/js/library_detail.js:143` calls `PUT /api/conversions/${CONVERSION_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/conversions/${CONVERSION_ID} (static/js/library_detail.js:173)
`static/js/library_detail.js:173` calls `PUT /api/conversions/${CONVERSION_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/conversions/${CONVERSION_ID} (static/js/library_detail.js:54)
`static/js/library_detail.js:54` calls `PUT /api/conversions/${CONVERSION_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/conversions/${CONVERSION_ID} (static/js/library_detail.js:92)
`static/js/library_detail.js:92` calls `PUT /api/conversions/${CONVERSION_ID}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/conversions/${id} (static/js/library.js:27)
`static/js/library.js:27` calls `PUT /api/conversions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` 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: PUT /api/conversions/${id} (static/js/library.js:51)
`static/js/library.js:51` calls `PUT /api/conversions/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/conversions/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph security auth conf 1.00 Flask mutation route `api_ingest_conversion` without `@login_required` — app_pkg/ingest.py:117
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app_pkg/ingest.py:117 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `login` without `@login_required` — app_pkg/auth.py:17
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
app_pkg/auth.py:17 securityAuth flask unauth route
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — static/js/audio_converter.js:172
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 — static/js/library.js:27
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 — static/js/library_detail.js:54
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 — static/js/markdown_converter.js:128
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 instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, ci, operator-readme. 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/_utils.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/_utils.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/audio_converter.js:399
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/audio_converter.js:399 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/document_converter.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/document_converter.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/library.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/library.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/library_detail.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/library_detail.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/markdown_converter.js:425
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/markdown_converter.js:425 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/mermaid_converter.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/mermaid_converter.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/js/tags.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/js/tags.js:21 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — services/audio_chunker.py:51
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test_full_flow.py:47
`requests.get(...)` 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 security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 27 placeholder/mock markers across 3 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 5 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `DATABASE_URL`, `MCP_AUTH_TOKEN`, `NOTION_MCP_URL`, `NOTION_TOKEN`, `REDIS_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 15 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: mcr.microsoft.com/playwright/python:v1.44.0-jammy
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:2 containersPinned dependencies
low System graph security security conf 1.00 Insecure pattern 'debug_true' in app.py:78
Found a known-risky pattern (debug_true). Review and replace if possible.
app.py:78 Debug true
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: app_pkg/integrations/notion.py:fetch, app_pkg/integrations/notion.py:fetch 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.
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: models.py:to_dict, models.py:to_dict, models.py:to_dict 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.
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: app_pkg/library.py:api_update_conversion, app_pkg/library.py:api_update_conversion_progress, app_pkg/library.py:api_attach_conversion_tag, app_pkg/highlights.py:api_create_highlight This is *the* AI-coder failure mode (4× more duplication in vibe-cod…
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: services/pdf_extraction/detectors.py:detect, services/pdf_extraction/detectors.py:detect, services/pdf_extraction/detectors.py:detect, services/pdf_extraction/detectors.py:detect This is *the* AI-coder failure mode (4× more duplication in vibe-coded …
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 software Dead code conf 1.00 Possibly dead Python function: bbox_overlap_ratio
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pdf_extraction/utils.py:26
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.
app_pkg/decorators.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_camelot
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pdf_extraction/extractors.py:38
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_img2table
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pdf_extraction/extractors.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_pdfplumber
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pdf_extraction/extractors.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: extract_pymupdf
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
services/pdf_extraction/extractors.py:13
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app_pkg/markdown.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app_pkg/markdown.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: highlight_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app_pkg/markdown_render.py:16
low System graph software Dead code conf 1.00 Possibly dead Python function: pagination_args
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
app_pkg/library.py:41
low System graph quality Docs conf 1.00 README lacks setup or run instructions
A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin.
ReadmeRepo hardeningGenerated repo pattern
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: ANY /
`app_pkg/markdown.py` declares `ANY /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/conversions/<int:conversion_id>
`app_pkg/library.py` declares `ANY /api/conversions/<int:conversion_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: ANY /api/conversions/<int:conversion_id>/highlights
`app_pkg/highlights.py` declares `ANY /api/conversions/<int:conversion_id>/highlights` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/conversions/<int:conversion_id>/place
`app_pkg/library.py` declares `ANY /api/conversions/<int:conversion_id>/place` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/conversions/<int:conversion_id>/progress
`app_pkg/library.py` declares `ANY /api/conversions/<int:conversion_id>/progress` 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: ANY /api/conversions/<int:conversion_id>/queue
`app_pkg/library.py` declares `ANY /api/conversions/<int:conversion_id>/queue` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/conversions/<int:conversion_id>/send-to-notion
`app_pkg/integrations/notion.py` declares `ANY /api/conversions/<int:conversion_id>/send-to-notion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/conversions/<int:conversion_id>/tags
`app_pkg/library.py` declares `ANY /api/conversions/<int:conversion_id>/tags` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/conversions/<int:conversion_id>/tags/<int:tag_id>
`app_pkg/library.py` declares `ANY /api/conversions/<int:conversion_id>/tags/<int:tag_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: ANY /api/get-gemini-voices
`app_pkg/podcasts.py` declares `ANY /api/get-gemini-voices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/get-google-voices
`app_pkg/podcasts.py` declares `ANY /api/get-google-voices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/highlights/<int:highlight_id>
`app_pkg/highlights.py` declares `ANY /api/highlights/<int:highlight_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: ANY /api/highlights/<int:highlight_id>/tags
`app_pkg/tags.py` declares `ANY /api/highlights/<int:highlight_id>/tags` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/highlights/<int:highlight_id>/tags/<int:tag_id>
`app_pkg/tags.py` declares `ANY /api/highlights/<int:highlight_id>/tags/<int:tag_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: ANY /api/ingest/conversion
`app_pkg/ingest.py` declares `ANY /api/ingest/conversion` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tags
`app_pkg/tags.py` declares `ANY /api/tags` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/tags/<int:tag_id>
`app_pkg/tags.py` declares `ANY /api/tags/<int:tag_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: ANY /audio-converter
`app_pkg/audio.py` declares `ANY /audio-converter` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /convert-markdown
`app_pkg/markdown.py` declares `ANY /convert-markdown` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /document-converter
`app_pkg/documents.py` declares `ANY /document-converter` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /generate-podcast
`app_pkg/podcasts.py` declares `ANY /generate-podcast` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /library
`app_pkg/library.py` declares `ANY /library` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /library/<int:conversion_id>
`app_pkg/library.py` declares `ANY /library/<int:conversion_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: ANY /login
`app_pkg/auth.py` declares `ANY /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: ANY /logout
`app_pkg/auth.py` declares `ANY /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /mermaid-converter
`app_pkg/mermaid.py` declares `ANY /mermaid-converter` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /podcast-cancel/<job_id>
`app_pkg/podcasts.py` declares `ANY /podcast-cancel/<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: ANY /podcast-download/<job_id>
`app_pkg/podcasts.py` declares `ANY /podcast-download/<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: ANY /podcast-status/<job_id>
`app_pkg/podcasts.py` declares `ANY /podcast-status/<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: ANY /transform-document
`app_pkg/documents.py` declares `ANY /transform-document` 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: static/js/audio_converter.js (1467 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: static/js/library_detail.js (1599 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/b010d837-7da8-41f6-84e0-26fd9f9e0e9d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b010d837-7da8-41f6-84e0-26fd9f9e0e9d/

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.