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.

swissgiant/Netbuddy

https://github.com/swissgiant/Netbuddy · scanned 2026-06-16 00:27 UTC (2 months, 2 weeks ago)

122 raw signals (0 security + 122 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

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

high System graph security auth conf 1.00 FastAPI DELETE `delete_credential` without auth dependency — backend/src/netbuddy/api/routes/credentials.py:102
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/credentials.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_device` without auth dependency — backend/src/netbuddy/api/routes/devices.py:198
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_site` without auth dependency — backend/src/netbuddy/api/routes/sites.py:155
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/sites.py:155 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_subnet` without auth dependency — backend/src/netbuddy/api/routes/sites.py:146
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/sites.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_user` without auth dependency — backend/src/netbuddy/api/routes/users.py:37
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/users.py:37 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `unlink_credential` without auth dependency — backend/src/netbuddy/api/routes/devices.py:239
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:239 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_device` without auth dependency — backend/src/netbuddy/api/routes/devices.py:183
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:183 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_site` without auth dependency — backend/src/netbuddy/api/routes/sites.py:79
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/sites.py:79 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_vpn_tunnel` without auth dependency — backend/src/netbuddy/api/routes/devices.py:725
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:725 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_subnet` without auth dependency — backend/src/netbuddy/api/routes/sites.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/sites.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `backup_device_endpoint` without auth dependency — backend/src/netbuddy/api/routes/devices.py:587
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:587 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `crawl_endpoint` without auth dependency — backend/src/netbuddy/api/routes/discovery.py:34
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/discovery.py:34 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_credential` without auth dependency — backend/src/netbuddy/api/routes/credentials.py:76
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/credentials.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_device` without auth dependency — backend/src/netbuddy/api/routes/devices.py:164
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:164 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_site` without auth dependency — backend/src/netbuddy/api/routes/sites.py:64
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/sites.py:64 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_user` without auth dependency — backend/src/netbuddy/api/routes/users.py:29
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/users.py:29 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `discover_device_endpoint` without auth dependency — backend/src/netbuddy/api/routes/devices.py:408
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:408 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_devices` without auth dependency — backend/src/netbuddy/api/routes/devices.py:261
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:261 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `link_credential` without auth dependency — backend/src/netbuddy/api/routes/devices.py:211
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:211 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lldp_enable_endpoint` without auth dependency — backend/src/netbuddy/api/routes/devices.py:668
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:668 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lldp_status_endpoint` without auth dependency — backend/src/netbuddy/api/routes/devices.py:654
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:654 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resolve_hosts` without auth dependency — backend/src/netbuddy/api/routes/discovery.py:72
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/discovery.py:72 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `setup_first_admin` without auth dependency — backend/src/netbuddy/api/routes/auth.py:52
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/auth.py:52 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `suggest_profile_endpoint` without auth dependency — backend/src/netbuddy/api/routes/devices.py:559
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:559 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_device_endpoint` without auth dependency — backend/src/netbuddy/api/routes/devices.py:313
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
backend/src/netbuddy/api/routes/devices.py:313 securityAuth fastapi unauth mutation
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. 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 'weak_hash' in backend/src/netbuddy/db/models/credential.py:20
Found a known-risky pattern (weak_hash). Review and replace if possible.
backend/src/netbuddy/db/models/credential.py:20 Weak hash
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 23 placeholder/mock markers across 8 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci. 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 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 Integrity conf 1.00 13 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/src/netbuddy/adapters/api_client.py:get_json, backend/src/netbuddy/adapters/api_client.py:get_json 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 …
13 occurrences
repo-level (13 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: backend/src/netbuddy/adapters/cato.py:get_lldp_neighbors, backend/src/netbuddy/adapters/watchguard.py:get_lldp_neighbors, backend/src/netbuddy/adapters/paloalto.py:get_lldp_neighbors This is *the* AI-coder failure mode (4× more duplication in vibe-co…
4 occurrences
repo-level (4 hits)
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: backend/src/netbuddy/adapters/cato.py:get_vpn_tunnels, backend/src/netbuddy/adapters/meraki.py:get_vpn_tunnels, backend/src/netbuddy/adapters/watchguard.py:get_vpn_tunnels, backend/src/netbuddy/adapters/unifi.py:get_vpn_tunnels This is *the* AI-coder…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `config_backup` in backend/alembic/versions/9866fd865f56_config_backup_and_audit_log.py:1
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 `config_backup` in backend/src/netbuddy/db/models/backup.py:13
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: authorize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/src/netbuddy/api/deps.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: do_run_migrations
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/env.py:49
low System graph software Dead code conf 1.00 11 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.
11 files, 11 locations
backend/alembic/versions/16614eab791f_users_and_auth_sessions.py:51
backend/alembic/versions/2523e7a92c2a_sites_device_site_id_credential_api_.py:54
backend/alembic/versions/3db5f7c39230_arp_entry_host_namensauflösung.py:54
backend/alembic/versions/46a0188f6ddd_site_mgmt_ip_template_namens_zu_ip_regel.py:28
backend/alembic/versions/720e220bdf56_lldp_remote_mgmt_address.py:28
backend/alembic/versions/843563cc7225_validation_check_table.py:46
backend/alembic/versions/878bb2414311_vpn_tunnel_relevant_flag.py:28
backend/alembic/versions/8c7971315c66_interface_parent_name_vlan_id_.py:29
low System graph software Dead code conf 1.00 Possibly dead Python function: hello
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/src/netbuddy/__init__.py:1
low System graph software Dead code conf 1.00 Possibly dead Python function: register_api_adapter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/src/netbuddy/adapters/registry.py:24
low System graph software Dead code conf 1.00 Possibly dead Python function: render_item
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/alembic/env.py:25
low System graph software Dead code conf 1.00 11 occurrences Possibly dead Python function: upgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
11 files, 11 locations
backend/alembic/versions/16614eab791f_users_and_auth_sessions.py:21
backend/alembic/versions/2523e7a92c2a_sites_device_site_id_credential_api_.py:22
backend/alembic/versions/3db5f7c39230_arp_entry_host_namensauflösung.py:21
backend/alembic/versions/46a0188f6ddd_site_mgmt_ip_template_namens_zu_ip_regel.py:21
backend/alembic/versions/720e220bdf56_lldp_remote_mgmt_address.py:21
backend/alembic/versions/843563cc7225_validation_check_table.py:21
backend/alembic/versions/878bb2414311_vpn_tunnel_relevant_flag.py:21
backend/alembic/versions/8c7971315c66_interface_parent_name_vlan_id_.py:21
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — frontend/src/TopologyGraph.tsx:104
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{credential_id}
`backend/src/netbuddy/api/routes/credentials.py` declares `DELETE /{credential_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{device_id}
`backend/src/netbuddy/api/routes/devices.py` declares `DELETE /{device_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: DELETE /{device_id}/credentials/{credential_id}
`backend/src/netbuddy/api/routes/devices.py` declares `DELETE /{device_id}/credentials/{credential_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 doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /{site_id}
`backend/src/netbuddy/api/routes/sites.py` declares `DELETE /{site_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: DELETE /{site_id}/subnets/{subnet_id}
`backend/src/netbuddy/api/routes/sites.py` declares `DELETE /{site_id}/subnets/{subnet_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: DELETE /{user_id}
`backend/src/netbuddy/api/routes/users.py` declares `DELETE /{user_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`backend/src/netbuddy/api/routes/adapters.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 /me
`backend/src/netbuddy/api/routes/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 /setup-status
`backend/src/netbuddy/api/routes/auth.py` declares `GET /setup-status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /suggestions
`backend/src/netbuddy/api/routes/discovery.py` declares `GET /suggestions` 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 /{device_id}
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{device_id}/arp
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/arp` 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 /{device_id}/backups
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/backups` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{device_id}/backups/{backup_id}
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/backups/{backup_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 wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{device_id}/config-diff
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/config-diff` 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 /{device_id}/interfaces
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/interfaces` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{device_id}/lldp-neighbors
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/lldp-neighbors` 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 con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{device_id}/mac-table
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/mac-table` 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: GET /{device_id}/validation
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/validation` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /{device_id}/vpn-tunnels
`backend/src/netbuddy/api/routes/devices.py` declares `GET /{device_id}/vpn-tunnels` 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: PATCH /{device_id}
`backend/src/netbuddy/api/routes/devices.py` declares `PATCH /{device_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{device_id}/vpn-tunnels/{tunnel_id}
`backend/src/netbuddy/api/routes/devices.py` declares `PATCH /{device_id}/vpn-tunnels/{tunnel_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 document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PATCH /{site_id}
`backend/src/netbuddy/api/routes/sites.py` declares `PATCH /{site_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /
`backend/src/netbuddy/api/routes/users.py` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /crawl
`backend/src/netbuddy/api/routes/discovery.py` declares `POST /crawl` 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 /import
`backend/src/netbuddy/api/routes/devices.py` declares `POST /import` 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 /login
`backend/src/netbuddy/api/routes/auth.py` declares `POST /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: POST /logout
`backend/src/netbuddy/api/routes/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
low System graph api Wiring conf 1.00 Unused endpoint: POST /resolve-hosts
`backend/src/netbuddy/api/routes/discovery.py` declares `POST /resolve-hosts` 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 /setup
`backend/src/netbuddy/api/routes/auth.py` declares `POST /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: POST /{device_id}/backup
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/backup` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{device_id}/credentials
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/credentials` 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: POST /{device_id}/discover
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/discover` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{device_id}/lldp/enable
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/lldp/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 consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{device_id}/lldp/status
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/lldp/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 consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{device_id}/suggest-profile
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/suggest-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 c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{device_id}/validate
`backend/src/netbuddy/api/routes/devices.py` declares `POST /{device_id}/validate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /{site_id}/subnets
`backend/src/netbuddy/api/routes/sites.py` declares `POST /{site_id}/subnets` 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/277e40e4-f9d3-4317-ad75-26136341076e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/277e40e4-f9d3-4317-ad75-26136341076e/

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.