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.

tbrzr/Harbor-privacy-backend

https://github.com/tbrzr/Harbor-privacy-backend · scanned 2026-06-16 00:30 UTC (2 months, 2 weeks ago)

166 raw signals (0 security + 166 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

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

high System graph security auth conf 1.00 FastAPI POST `account_emails_add` without auth dependency — snippets/account_emails_routes.py:156
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
snippets/account_emails_routes.py:156 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `account_emails_remove` without auth dependency — snippets/account_emails_routes.py:204
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
snippets/account_emails_routes.py:204 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_customer_lookup` without auth dependency — snippets/account_emails_routes.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
snippets/account_emails_routes.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 Flask mutation route `_admin_login` without `@login_required` — admin_common.py:154
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
admin_common.py:154 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `_admin_logout` without `@login_required` — admin_common.py:189
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
admin_common.py:189 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `adjust_cover_letter` without `@login_required` — coverletter.py:587
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:587 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_flags` without `@login_required` — career_admin.py:202
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
career_admin.py:202 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_flags` without `@login_required` — fax_admin.py:227
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax_admin.py:227 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_job_delete` without `@login_required` — career_admin.py:122
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
career_admin.py:122 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_order_delete` without `@login_required` — fax_admin.py:144
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax_admin.py:144 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_resend_code` without `@login_required` — career_admin.py:139
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
career_admin.py:139 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_sweep` without `@login_required` — career_admin.py:163
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
career_admin.py:163 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `admin_sweep` without `@login_required` — fax_admin.py:175
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax_admin.py:175 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_start_magic` without `@login_required` — _archive/social_legacy.py:815
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
_archive/social_legacy.py:815 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `api_start_verify` without `@login_required` — _archive/social_legacy.py:839
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
_archive/social_legacy.py:839 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `checkout_adjust` without `@login_required` — coverletter.py:915
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:915 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `checkout_coverletter` without `@login_required` — coverletter.py:873
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:873 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `checkout_resume` without `@login_required` — coverletter.py:894
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:894 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_cover_letter` without `@login_required` — coverletter.py:45
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:45 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_payment_intent` without `@login_required` — fax.py:690
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax.py:690 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `create_resume_review` without `@login_required` — coverletter.py:86
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:86 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `extend_job_access` without `@login_required` — coverletter.py:503
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:503 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `fax_upload` without `@login_required` — fax.py:579
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax.py:579 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_cover_letter` without `@login_required` — coverletter.py:130
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:130 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `generate_resume_review` without `@login_required` — coverletter.py:366
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:366 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `pay_coverletter` without `@login_required` — coverletter.py:962
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:962 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `pay_resume` without `@login_required` — coverletter.py:992
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:992 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `resend_cover_letter` without `@login_required` — coverletter.py:650
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:650 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `send_free` without `@login_required` — fax.py:757
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax.py:757 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `stripe_pi_webhook` without `@login_required` — coverletter.py:1022
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:1022 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `stripe_webhook` without `@login_required` — coverletter.py:711
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:711 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `stripe_webhook` without `@login_required` — coverletter.py:712
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:712 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `stripe_webhook` without `@login_required` — fax.py:828
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax.py:828 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `telnyx_webhook` without `@login_required` — fax.py:857
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax.py:857 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `update_header` without `@login_required` — coverletter.py:531
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
coverletter.py:531 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `validate_promo` without `@login_required` — fax.py:644
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
fax.py:644 securityAuth flask unauth route
high System graph security security conf 1.00 Insecure pattern 'exec_used' in dashboard.py:7088
Found a known-risky pattern (exec_used). Review and replace if possible.
dashboard.py:7088 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in run_pending_wipes.py:4
Found a known-risky pattern (exec_used). Review and replace if possible.
run_pending_wipes.py:4 Exec used
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: CLAUDE.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.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 ci, tests. 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 security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/docs/index.html:197
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/docs/index.html:197 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/index.html:197
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/index.html:197 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in fax.html:449
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
fax.html:449 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in free-trial.html:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
free-trial.html:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in parental-control.html:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
parental-control.html:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in start-dashboard.html:417
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
start-dashboard.html:417 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in start-widgets.html:173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
start-widgets.html:173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in static/start/index.html:391
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
static/start/index.html:391 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — dashboard.py:3409
`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 — webhook.py:891
`subprocess.Popen(...)` 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 — weekly_email.py:80
`requests.post(...)` 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 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 data Coverage conf 1.00 ORM models found but no DB engine detected
The repo defines tables/models but no DB connection string was found. Likely lives in env vars or a config file the scanner didn't read.
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 42 placeholder/mock markers across 5 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 29 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: ci, tests. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 48 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 quality Integrity conf 1.00 17 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: dashboard.py:add_no_cache, dashboard.py:add 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.
17 occurrences
repo-level (17 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: dashboard.py:api_pause, dashboard.py:api_support_code, dashboard.py:api_rule 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: dashboard.py:update_customer_harbor_kids_flag, webhook.py:update_customer_family_safe, webhook.py:update_customer_harbor_kids, webhook.py:update_customer_harbor_kids_off This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — s…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: dashboard.py:get_kids_profiles, webhook.py:enable_family_safe, webhook.py:disable_family_safe, webhook.py:enable_harbor_kids This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidat…
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: add_harbor_kids_profile
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
webhook.py:615
low System graph software Dead code conf 1.00 Possibly dead Python function: add_pending_alias
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:183
low System graph software Dead code conf 1.00 Possibly dead Python function: clear_failed_logins
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
dashboard.py:232
low System graph software Dead code conf 1.00 Possibly dead Python function: disable_family_safe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
webhook.py:559
low System graph software Dead code conf 1.00 Possibly dead Python function: do_POST
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
webhook.py:876
low System graph software Dead code conf 1.00 Possibly dead Python function: email_in_use_elsewhere
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:237
low System graph software Dead code conf 1.00 Possibly dead Python function: find_customer_by_any_email
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:158
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_barcode
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:91
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_card
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:104
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_doc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:115
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_eye
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_mail
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:85
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_padlock
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:45
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_pricetag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_router
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:128
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_shield
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: illo_wifi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:78
low System graph software Dead code conf 1.00 Possibly dead Python function: is_client_allowed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/agh.py:73
low System graph software Dead code conf 1.00 Possibly dead Python function: layout_bleed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:301
low System graph software Dead code conf 1.00 Possibly dead Python function: layout_sidekick
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:317
low System graph software Dead code conf 1.00 Possibly dead Python function: layout_spotlight
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
card_engine.py:340
low System graph software Dead code conf 1.00 Possibly dead Python function: list_aliases
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
webhook.py:1105
low System graph software Dead code conf 1.00 Possibly dead Python function: mut
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:225
low System graph software Dead code conf 1.00 Possibly dead Python function: ntfy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fax.py:143
low System graph software Dead code conf 1.00 Possibly dead Python function: remove_alias
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:222
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
whoami_dns.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_alias
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
harbor_lib/data.py:206
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 /
`dashboard.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 /admin
`career_admin.py` declares `ANY /admin` 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 /admin/analytics
`dashboard.py` declares `ANY /admin/analytics` 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 /admin/customer/<client_id>
`dashboard.py` declares `ANY /admin/customer/<client_id>` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /admin/flags
`career_admin.py` declares `ANY /admin/flags` 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 /admin/job/<job_id>
`career_admin.py` declares `ANY /admin/job/<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 /admin/job/<job_id>/delete
`career_admin.py` declares `ANY /admin/job/<job_id>/delete` 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 /admin/job/<job_id>/resend_code
`career_admin.py` declares `ANY /admin/job/<job_id>/resend_code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /admin/links
`dashboard.py` declares `ANY /admin/links` 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 /admin/logout
`admin_common.py` declares `ANY /admin/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 /admin/sweep
`career_admin.py` declares `ANY /admin/sweep` 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/adblock-checkout
`dashboard.py` declares `ANY /api/adblock-checkout` 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/addon
`dashboard.py` declares `ANY /api/addon` 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/admin/addon
`dashboard.py` declares `ANY /api/admin/addon` 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/admin/delete-customer
`dashboard.py` declares `ANY /api/admin/delete-customer` 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/admin/links
`dashboard.py` declares `ANY /api/admin/links` 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/admin/reprovision
`dashboard.py` declares `ANY /api/admin/reprovision` 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/admin/resend-welcome
`dashboard.py` declares `ANY /api/admin/resend-welcome` 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/admin/revoke-code
`dashboard.py` declares `ANY /api/admin/revoke-code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/agh-status
`dashboard.py` declares `ANY /api/agh-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: ANY /api/decal-request
`dashboard.py` declares `ANY /api/decal-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: ANY /api/dns-analytics
`dashboard.py` declares `ANY /api/dns-analytics` 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/home-beacon
`dashboard.py` declares `ANY /api/home-beacon` 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/home-status
`dashboard.py` declares `ANY /api/home-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: ANY /api/pause
`dashboard.py` declares `ANY /api/pause` 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/profile
`dashboard.py` declares `ANY /api/profile` 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/rule
`dashboard.py` declares `ANY /api/rule` 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/service
`dashboard.py` declares `ANY /api/service` 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/signup-stats
`dashboard.py` declares `ANY /api/signup-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: ANY /api/sticker-checkout
`dashboard.py` declares `ANY /api/sticker-checkout` 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/support-code
`dashboard.py` declares `ANY /api/support-code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/weekly-email
`dashboard.py` declares `ANY /api/weekly-email` 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/windows/send-code
`dashboard.py` declares `ANY /api/windows/send-code` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/windows/verify
`dashboard.py` declares `ANY /api/windows/verify` 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 /clear
`dashboard.py` declares `ANY /clear` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /dashboard
`dashboard.py` declares `ANY /dashboard` 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 /dns-check
`dashboard.py` declares `ANY /dns-check` 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 /dns-whoami/<token>
`dashboard.py` declares `ANY /dns-whoami/<token>` 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 /forgot
`dashboard.py` declares `ANY /forgot` 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
`dashboard.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
`dashboard.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 /reset
`dashboard.py` declares `ANY /reset` 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 /settings
`dashboard.py` declares `ANY /settings` 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 /settings/2fa/disable
`dashboard.py` declares `ANY /settings/2fa/disable` 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 /settings/2fa/enable
`dashboard.py` declares `ANY /settings/2fa/enable` 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 /settings/2fa/setup
`dashboard.py` declares `ANY /settings/2fa/setup` 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 /settings/data-request
`dashboard.py` declares `ANY /settings/data-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: ANY /settings/password
`dashboard.py` declares `ANY /settings/password` 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 /setup
`dashboard.py` declares `ANY /setup` 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 /setup/2fa-prompt
`dashboard.py` declares `ANY /setup/2fa-prompt` 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: _archive/social_legacy.py (1044 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: dashboard.py (7165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: webhook.py (1110 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/b1fc2671-0fbe-429a-9584-26c042a9d9d6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b1fc2671-0fbe-429a-9584-26c042a9d9d6/

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.