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.

raphaelredes/ferramentasderede

https://github.com/raphaelredes/ferramentasderede · scanned 2026-06-15 23:46 UTC (2 months, 4 weeks ago)

199 raw signals (0 security + 199 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 4 weeks ago · v1 · 193 actionable findings from 1 signal source. 6 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 47.6/100 with 88.9% coverage. It contains 904 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 199 findings — concentrated in quality (60), api (50), security (44). Risk profile is high: 1 critical, 39 high, 27 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in electron/src/pages/Security.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
electron/src/pages/Security.tsx:450
high System graph security auth conf 1.00 FastAPI DELETE `delete_backup` without auth dependency — python/api/routes/settings.py:424
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_credential` without auth dependency — python/api/routes/security.py:120
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/security.py:120 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_host` without auth dependency — python/api/routes/network.py:679
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:679 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_trusted_host_endpoint` without auth dependency — python/api/routes/settings.py:206
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:206 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_host` without auth dependency — python/api/routes/network.py:307
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:307 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_credential` without auth dependency — python/api/routes/security.py:112
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/security.py:112 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_host` without auth dependency — python/api/routes/network.py:627
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:627 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_trusted_host` without auth dependency — python/api/routes/settings.py:195
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:195 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `configure_trusted_hosts` without auth dependency — python/api/routes/system.py:721
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:721 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_manual_backup` without auth dependency — python/api/routes/settings.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.
python/api/routes/settings.py:408 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `decrypt_credential` without auth dependency — python/api/routes/security.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/security.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `diagnose_target` without auth dependency — python/api/routes/system.py:187
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:187 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_session` without auth dependency — python/api/routes/system.py:591
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:591 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `discover_network` without auth dependency — python/api/routes/network.py:759
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:759 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `factory_reset` without auth dependency — python/api/routes/settings.py:358
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:358 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_logs` without auth dependency — python/api/routes/system.py:391
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:391 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_teamviewer_id` without auth dependency — python/api/routes/system.py:513
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:513 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `host_probe` without auth dependency — python/api/routes/system.py:420
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:420 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `import_hosts` without auth dependency — python/api/routes/settings.py:251
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:251 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `list_services` without auth dependency — python/api/routes/system.py:296
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:296 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `list_sessions` without auth dependency — python/api/routes/system.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.
python/api/routes/system.py:559 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `lock_vault` without auth dependency — python/api/routes/security.py:93
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/security.py:93 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `manage_service` without auth dependency — python/api/routes/system.py:317
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:317 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `manage_spooler` without auth dependency — python/api/routes/system.py:361
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:361 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `open_external_terminal` without auth dependency — python/api/routes/network.py:962
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:962 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `power_action` without auth dependency — python/api/routes/system.py:618
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:618 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pre_power_check` without auth dependency — python/api/routes/system.py:481
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:481 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_host` without auth dependency — python/api/routes/network.py:203
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:203 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_vault` without auth dependency — python/api/routes/security.py:145
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/security.py:145 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resolve_via_specific_dns` without auth dependency — python/api/routes/network.py:731
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:731 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `restore_backup` without auth dependency — python/api/routes/settings.py:416
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:416 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_ping` without auth dependency — python/api/routes/network.py:845
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:845 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_traceroute` without auth dependency — python/api/routes/network.py:866
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:866 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `save_settings` without auth dependency — python/api/routes/settings.py:154
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/settings.py:154 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_tool` without auth dependency — python/api/routes/network.py:887
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:887 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `system_info` without auth dependency — python/api/routes/system.py:237
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:237 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_connection` without auth dependency — python/api/routes/system.py:730
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/system.py:730 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unlock_vault` without auth dependency — python/api/routes/security.py:75
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/security.py:75 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `wake_on_lan` without auth dependency — python/api/routes/network.py:892
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/api/routes/network.py:892 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — electron/src/components/Tools/NetworkScanner.tsx:64
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 — electron/src/contexts/MonitoringContext.tsx:36
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 — electron/src/contexts/ToolsContext.tsx:459
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 — electron/src/hooks/useHostData.ts:149
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 — electron/src/pages/Dashboard.tsx:279
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 — electron/src/pages/HostDetails.tsx:222
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 — electron/src/pages/Security.tsx:131
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 — electron/src/pages/Settings.tsx:146
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 — electron/src/pages/Terminal.tsx:36
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 — electron/src/pages/Tools.tsx:98
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 — electron/src/utils/teamviewer.ts:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.local.json
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/settings.local.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph quality Integrity conf 1.00 2 occurrences Frontend route `/dashboard` has no Link/navigate to it — electron/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in electron/dist-electron/main.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
electron/dist-electron/main.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in electron/electron/main.ts:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
electron/electron/main.ts:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in python/main.py:30
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
python/main.py:30 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/api/routes/network.py:979
`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 — python/main.py:41
`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 — python/src/network/ping.py:427
`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 — python/src/network/tools.py:266
`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 — python/src/network/traceroute.py:41
`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 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 quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 73 placeholder/mock markers across 20 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
6 test file(s) for 111 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 45 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 cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 20, 50, 83, 94
.github/workflows/ci.yml:20, 50, 83, 94 (4 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: python/api/routes/network.py:get_hosts_list, python/api/routes/network.py:get_hosts 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.
3 occurrences
repo-level (3 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: python/api/routes/network.py:event_generator, python/api/routes/network.py:event_generator, python/api/routes/network.py:event_generator This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: python/api/routes/system.py:event_generator, python/api/routes/system.py:event_generator, python/api/routes/system.py:event_generator, python/api/routes/system.py:event_generator 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 quality Integrity conf 1.00 Old/deprecated-named symbol `create_manual_backup` in python/api/routes/settings.py:409
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 `files_to_backup` in python/src/system/backup.py:21
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: check_port
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: cleanup
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:58
low System graph software Dead code conf 1.00 Possibly dead Python function: connect_winrm
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/api/routes/network.py:1064
low System graph software Dead code conf 1.00 Possibly dead Python function: filter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/api/server.py:186
low System graph software Dead code conf 1.00 Possibly dead Python function: find_host_by_name
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:452
low System graph software Dead code conf 1.00 Possibly dead Python function: getLocalDomain
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_host_update
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/api/server.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: initialize_shim
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: initiate_msra
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:268
low System graph software Dead code conf 1.00 Possibly dead Python function: initiate_rdp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:261
low System graph software Dead code conf 1.00 Possibly dead Python function: launchMsra
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:189
low System graph software Dead code conf 1.00 Possibly dead Python function: launchRdp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:177
low System graph software Dead code conf 1.00 Possibly dead Python function: launchTeamViewer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:221
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.
python/main_webview.py:124
low System graph software Dead code conf 1.00 Possibly dead Python function: open_url
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:148
low System graph software Dead code conf 1.00 Possibly dead Python function: openExternal
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:237
low System graph software Dead code conf 1.00 Possibly dead Python function: producer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/api/routes/network.py:1095
low System graph software Dead code conf 1.00 Possibly dead Python function: resolve_and_check_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: run_daily_backup_check
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/system/backup.py:324
low System graph software Dead code conf 1.00 Possibly dead Python function: run_traceroute
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:133
low System graph software Dead code conf 1.00 Possibly dead Python function: saveFileAs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:262
low System graph software Dead code conf 1.00 Possibly dead Python function: scan_host
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:567
low System graph software Dead code conf 1.00 Possibly dead Python function: scan_port
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/scanner.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: showItemInFolder
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: start_ping
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:112
low System graph software Dead code conf 1.00 Possibly dead Python function: start_server
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: start_static_server
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/main_webview.py:130
low System graph software Dead code conf 1.00 Possibly dead Python function: test_specific_ports
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/src/network/tools.py:182
low System graph software Dead code conf 1.00 Possibly dead Python function: translate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
python/api/routes/system.py:43
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — electron/dist-electron/main.js:2
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — electron/electron/main.ts:56
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — electron/src/contexts/VaultContext.tsx:155
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `log_message` (body is just `pass`/`return`) — python/main_webview.py:124
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /hosts/{address}
`python/api/routes/network.py` declares `DELETE /hosts/{address}` 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 /security/credentials/{entry_id}
`python/api/routes/security.py` declares `DELETE /security/credentials/{entry_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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /settings/backups/{filename}
`python/api/routes/settings.py` declares `DELETE /settings/backups/{filename}` 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 /settings/trusted-hosts
`python/api/routes/settings.py` declares `DELETE /settings/trusted-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: GET /
`python/api/server.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 /hosts
`python/api/routes/network.py` declares `GET /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: GET /network/interfaces
`python/api/routes/network.py` declares `GET /network/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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /network/local
`python/api/routes/network.py` declares `GET /network/local` 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 /network/monitor
`python/api/routes/network.py` declares `GET /network/monitor` 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 /network/status
`python/api/routes/network.py` declares `GET /network/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 /security/credentials
`python/api/routes/security.py` declares `GET /security/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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /security/hint
`python/api/routes/security.py` declares `GET /security/hint` 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 /security/status
`python/api/routes/security.py` declares `GET /security/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 /settings
`python/api/routes/settings.py` declares `GET /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: GET /settings/backups
`python/api/routes/settings.py` declares `GET /settings/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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /settings/export
`python/api/routes/settings.py` declares `GET /settings/export` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /settings/trusted-hosts
`python/api/routes/settings.py` declares `GET /settings/trusted-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: GET /trusted-hosts
`python/api/routes/system.py` declares `GET /trusted-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: PATCH /hosts/{address}
`python/api/routes/network.py` declares `PATCH /hosts/{address}` 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 /diagnose-target
`python/api/routes/system.py` declares `POST /diagnose-target` 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 /disconnect
`python/api/routes/system.py` declares `POST /disconnect` 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 /host-probe
`python/api/routes/system.py` declares `POST /host-probe` 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 /hosts
`python/api/routes/network.py` declares `POST /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 /hosts/{address}/refresh
`python/api/routes/network.py` declares `POST /hosts/{address}/refresh` 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 /logs
`python/api/routes/system.py` declares `POST /logs` 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 /network/discovery
`python/api/routes/network.py` declares `POST /network/discovery` 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 /network/dns/resolve
`python/api/routes/network.py` declares `POST /network/dns/resolve` 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 /network/wol
`python/api/routes/network.py` declares `POST /network/wol` 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 /power
`python/api/routes/system.py` declares `POST /power` 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 /pre-power-check
`python/api/routes/system.py` declares `POST /pre-power-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: POST /security/credentials
`python/api/routes/security.py` declares `POST /security/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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /security/credentials/decrypt
`python/api/routes/security.py` declares `POST /security/credentials/decrypt` 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 /security/lock
`python/api/routes/security.py` declares `POST /security/lock` 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 /security/reset
`python/api/routes/security.py` declares `POST /security/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: POST /security/unlock
`python/api/routes/security.py` declares `POST /security/unlock` 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 /services
`python/api/routes/system.py` declares `POST /services` 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 /services/manage
`python/api/routes/system.py` declares `POST /services/manage` 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 /sessions
`python/api/routes/system.py` declares `POST /sessions` 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 /settings
`python/api/routes/settings.py` declares `POST /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: POST /settings/backups/create
`python/api/routes/settings.py` declares `POST /settings/backups/create` 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 /settings/backups/{filename}/restore
`python/api/routes/settings.py` declares `POST /settings/backups/{filename}/restore` 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: POST /settings/import
`python/api/routes/settings.py` declares `POST /settings/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 /settings/reset
`python/api/routes/settings.py` declares `POST /settings/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: POST /settings/trusted-hosts
`python/api/routes/settings.py` declares `POST /settings/trusted-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 /spooler/manage
`python/api/routes/system.py` declares `POST /spooler/manage` 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 /teamviewer
`python/api/routes/system.py` declares `POST /teamviewer` 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 /tools/ping
`python/api/routes/network.py` declares `POST /tools/ping` 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 /tools/stop
`python/api/routes/network.py` declares `POST /tools/stop` 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 /tools/terminal/external
`python/api/routes/network.py` declares `POST /tools/terminal/external` 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 /tools/traceroute
`python/api/routes/network.py` declares `POST /tools/traceroute` 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: python/api/routes/network.py (1201 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/b33256c8-781d-4dda-a5ed-c652ba3f8a1e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b33256c8-781d-4dda-a5ed-c652ba3f8a1e/

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.