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.

WaynezProg/agentic-os

https://github.com/WaynezProg/agentic-os · scanned 2026-06-16 00:55 UTC (2 months, 1 week ago)

175 raw signals (0 security + 175 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 158 actionable findings from 1 signal source. 17 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 79.1/100 with 88.9% coverage. It contains 2985 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 175 findings — concentrated in security (67), quality (52), api (50). Risk profile is high: 0 critical, 48 high, 25 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 155 of 158 actionable findings. 175 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_profile` without auth dependency — src/agentic_os/api.py:768
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:768 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_run_template` without auth dependency — src/agentic_os/api.py:3309
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:3309 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remote_revoke_device` without auth dependency — src/agentic_os/remote_api.py:80
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/remote_api.py:80 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_approval` without auth dependency — src/agentic_os/api.py:1601
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1601 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_memory_review` without auth dependency — src/agentic_os/api.py:1755
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1755 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `attach_session` without auth dependency — src/agentic_os/api.py:1511
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1511 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bind_project_profile` without auth dependency — src/agentic_os/api.py:825
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:825 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `catalog_surfaces_patch` without auth dependency — src/agentic_os/api.py:2326
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `config_patch_endpoint` without auth dependency — src/agentic_os/api.py:2545
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2545 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_run_template` without auth dependency — src/agentic_os/api.py:3285
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:3285 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session_memory_review` without auth dependency — src/agentic_os/api.py:1743
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1743 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_session_memory_summary` without auth dependency — src/agentic_os/api.py:1725
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1725 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deprecate_mcp_server` without auth dependency — src/agentic_os/api.py:2018
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2018 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deprecate_policy` without auth dependency — src/agentic_os/api.py:2166
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deprecate_skill` without auth dependency — src/agentic_os/api.py:1876
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1876 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disable_mcp_server` without auth dependency — src/agentic_os/api.py:2003
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2003 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disable_skill` without auth dependency — src/agentic_os/api.py:1861
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1861 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `evaluate_policy` without auth dependency — src/agentic_os/api.py:2069
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2069 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `fleet_probe` without auth dependency — src/agentic_os/api.py:2759
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2759 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `harness_config_patch_endpoint` without auth dependency — src/agentic_os/api.py:2656
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2656 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mcp_copy` without auth dependency — src/agentic_os/api.py:534
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:534 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mcp_remove` without auth dependency — src/agentic_os/api.py:568
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:568 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mcp_rollback` without auth dependency — src/agentic_os/api.py:1979
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1979 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `patches_rollback` without auth dependency — src/agentic_os/api.py:2403
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2403 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `policy_rollback` without auth dependency — src/agentic_os/api.py:2142
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2142 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `registry_disable_agent` without auth dependency — src/agentic_os/api.py:2492
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2492 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `registry_upsert_agent` without auth dependency — src/agentic_os/api.py:2474
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2474 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_approval` without auth dependency — src/agentic_os/api.py:1698
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1698 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_memory_review` without auth dependency — src/agentic_os/api.py:1764
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1764 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remote_pairing_complete` without auth dependency — src/agentic_os/remote_api.py:55
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/remote_api.py:55 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remote_pairing_start` without auth dependency — src/agentic_os/remote_api.py:50
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/remote_api.py:50 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retry_session` without auth dependency — src/agentic_os/api.py:1423
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1423 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_session` without auth dependency — src/agentic_os/api.py:989
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:989 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sessions_bind` without auth dependency — src/agentic_os/api.py:1346
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1346 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sessions_discover` without auth dependency — src/agentic_os/api.py:1319
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1319 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `setup_import` without auth dependency — src/agentic_os/api.py:3166
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:3166 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `skill_rollback` without auth dependency — src/agentic_os/api.py:1837
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1837 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `stop_session` without auth dependency — src/agentic_os/api.py:1414
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1414 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `undeprecate_mcp_server` without auth dependency — src/agentic_os/api.py:2045
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2045 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `undeprecate_policy` without auth dependency — src/agentic_os/api.py:2193
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `undeprecate_skill` without auth dependency — src/agentic_os/api.py:1903
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1903 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_mcp_server` without auth dependency — src/agentic_os/api.py:1937
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1937 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_policy` without auth dependency — src/agentic_os/api.py:2098
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:2098 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_profile` without auth dependency — src/agentic_os/api.py:740
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:740 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_skill` without auth dependency — src/agentic_os/api.py:1796
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:1796 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `upsert_workspace` without auth dependency — src/agentic_os/api.py:3197
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:3197 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_active_workspace` without auth dependency — src/agentic_os/api.py:3210
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:3210 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_run_template` without auth dependency — src/agentic_os/api.py:3294
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/agentic_os/api.py:3294 securityAuth fastapi unauth mutation
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/web/api.js:183
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 — apps/web/ui/product-polish.js:76
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, lockfile. 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 apps/web/app.js:293
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/app.js:293 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/agentic-inventory.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/agentic-inventory.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/approval-workbench.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/approval-workbench.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/catalog-editor.js:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/catalog-editor.js:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/chat-launcher.js:166
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/chat-launcher.js:166 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/config-editor.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/config-editor.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/control-plane-editor.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/control-plane-editor.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/daily-dashboard.js:50
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/daily-dashboard.js:50 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/dashboard-v2.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/dashboard-v2.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/discover-bind.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/discover-bind.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/profile-editor.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/profile-editor.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/provider-switchboard.js:118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/provider-switchboard.js:118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/registry-editor.js:66
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/registry-editor.js:66 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/remote-console.js:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/remote-console.js:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/rollback.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/rollback.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/tool-discovery.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/tool-discovery.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/vibe-coding-launcher.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/vibe-coding-launcher.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/web/ui/workspace-manager.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/web/ui/workspace-manager.js:55 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/agentic_os/api.py:1563
`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 — src/agentic_os/evidence.py:339
`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 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
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. 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 Agent instructions conf 1.00 Multiple root agent instruction files without precedence
The repo has multiple top-level AI-coder instruction files. Without precedence rules, different agents may follow different policies.
Governance
low System graph quality Integrity conf 1.00 15 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/agentic_os/client.py:deprecate_mcp_server, src/agentic_os/control_plane.py:deprecate_mcp_server 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…
15 occurrences
repo-level (15 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/agentic_os/client.py:deprecate_skill, src/agentic_os/control_plane.py:deprecate_skill, src/agentic_os/control_plane.py:deprecate_skill_tracked This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-cod…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: src/agentic_os/cli.py:config_effective, src/agentic_os/cli.py:config_explain, src/agentic_os/cli.py:harness_config_effective_cmd, src/agentic_os/cli.py:harness_config_explain_cmd This is *the* AI-coder failure mode (4× more duplication in vibe-coded …
2 occurrences
repo-level (2 hits)
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 dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/desktop/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
apps/desktop/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `contract_from_agent_v2` in src/agentic_os/adapter_contract.py:179
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 `contract_from_agent_v2` in src/agentic_os/api.py:78
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 `contract_from_agent_v2` in tests/test_adapter_contract.py:11
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 `mcp_copy` in src/agentic_os/client.py:53
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 `mcp_copy` in tests/test_cli.py:117
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 `model_copy` in src/agentic_os/logs.py:140
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 `model_copy` in src/agentic_os/registry.py:170
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 `model_copy` in tests/test_storage.py:128
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 `skill_deprecated` in tests/test_api.py:934
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_skill_can_be_deprecated_and_upsert_resets_deprecated` in tests/test_control_plane.py:344
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_upsert_skill_creates_file_with_sidecar_backup` in tests/test_safe_edit.py:74
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 `tools_mcp_copy` in src/agentic_os/cli.py:361
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 `would_backup` in src/agentic_os/safe_edit.py:104
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: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/agentic_os/config_inventory.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: list_for_harnesses
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/agentic_os/usage.py:414
low System graph software Dead code conf 1.00 Possibly dead Python function: load_registry_document
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/agentic_os/registry.py:140
low System graph software Dead code conf 1.00 Possibly dead Python function: read_inventory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/agentic_os/config_inventory.py:263
low System graph software Dead code conf 1.00 Possibly dead Python function: require_remote_bearer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/agentic_os/remote_api.py:37
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 quality Integrity conf 1.00 Stub function `main` (body is just `pass`/`return`) — src/agentic_os/daemon.py:18
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 /profiles/{name}
`src/agentic_os/api.py` declares `DELETE /profiles/{name}` 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 /agentic/inventory
`src/agentic_os/api.py` declares `GET /agentic/inventory` 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 /agentic/inventory/{agent_id}
`src/agentic_os/api.py` declares `GET /agentic/inventory/{agent_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 /agents
`src/agentic_os/api.py` declares `GET /agents` 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 /agents/{agent_id}
`src/agentic_os/api.py` declares `GET /agents/{agent_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 /approvals
`src/agentic_os/api.py` declares `GET /approvals` 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 /approvals/{approval_id}
`src/agentic_os/api.py` declares `GET /approvals/{approval_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 /harness-contracts
`src/agentic_os/api.py` declares `GET /harness-contracts` 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 /harness-contracts/{harness_id}
`src/agentic_os/api.py` declares `GET /harness-contracts/{harness_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 /harnesses
`src/agentic_os/api.py` declares `GET /harnesses` 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 /harnesses/validate
`src/agentic_os/api.py` declares `GET /harnesses/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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /harnesses/{harness_id}
`src/agentic_os/api.py` declares `GET /harnesses/{harness_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 /harnesses/{harness_id}/activity
`src/agentic_os/api.py` declares `GET /harnesses/{harness_id}/activity` 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 /harnesses/{harness_id}/health
`src/agentic_os/api.py` declares `GET /harnesses/{harness_id}/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /harnesses/{harness_id}/logs
`src/agentic_os/api.py` declares `GET /harnesses/{harness_id}/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: GET /profiles
`src/agentic_os/api.py` declares `GET /profiles` 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 /profiles/{name}
`src/agentic_os/api.py` declares `GET /profiles/{name}` 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 /profiles/{name}/diff
`src/agentic_os/api.py` declares `GET /profiles/{name}/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 consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /sessions
`src/agentic_os/api.py` declares `GET /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: GET /sessions/live
`src/agentic_os/api.py` declares `GET /sessions/live` 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 /sessions/live/transcript
`src/agentic_os/api.py` declares `GET /sessions/live/transcript` 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 /sessions/{session_id}
`src/agentic_os/api.py` declares `GET /sessions/{session_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 /sessions/{session_id}/events
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/events` 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 /sessions/{session_id}/evidence
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/evidence` 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 /sessions/{session_id}/evidence.zip
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/evidence.zip` 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 /sessions/{session_id}/evidence/events
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/evidence/events` 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 /sessions/{session_id}/logs
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/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: GET /sessions/{session_id}/memory/summary
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/memory/summary` 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 /sessions/{session_id}/timeline
`src/agentic_os/api.py` declares `GET /sessions/{session_id}/timeline` 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 /tools/capabilities
`src/agentic_os/api.py` declares `GET /tools/capabilities` 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 /tools/discovery
`src/agentic_os/api.py` declares `GET /tools/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: GET /tools/inventory
`src/agentic_os/api.py` declares `GET /tools/inventory` 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 /tools/mcp/matrix
`src/agentic_os/api.py` declares `GET /tools/mcp/matrix` 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 /usage/quotas
`src/agentic_os/api.py` declares `GET /usage/quotas` 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 /usage/sessions/{session_id}
`src/agentic_os/api.py` declares `GET /usage/sessions/{session_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 /usage/summary
`src/agentic_os/api.py` declares `GET /usage/summary` 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 /approvals/{approval_id}/approve
`src/agentic_os/api.py` declares `POST /approvals/{approval_id}/approve` 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 /approvals/{approval_id}/reject
`src/agentic_os/api.py` declares `POST /approvals/{approval_id}/reject` 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 /profiles
`src/agentic_os/api.py` declares `POST /profiles` 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 /projects/{project_path:path}/bind-profile
`src/agentic_os/api.py` declares `POST /projects/{project_path:path}/bind-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…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /sessions
`src/agentic_os/api.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 /sessions/bind
`src/agentic_os/api.py` declares `POST /sessions/bind` 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/discover
`src/agentic_os/api.py` declares `POST /sessions/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 it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /sessions/live/open-terminal
`src/agentic_os/api.py` declares `POST /sessions/live/open-terminal` 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/{session_id}/attach
`src/agentic_os/api.py` declares `POST /sessions/{session_id}/attach` 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/{session_id}/memory/summary
`src/agentic_os/api.py` declares `POST /sessions/{session_id}/memory/summary` 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/{session_id}/retry
`src/agentic_os/api.py` declares `POST /sessions/{session_id}/retry` 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/{session_id}/stop
`src/agentic_os/api.py` declares `POST /sessions/{session_id}/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/mcp/copy
`src/agentic_os/api.py` declares `POST /tools/mcp/copy` 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/mcp/remove
`src/agentic_os/api.py` declares `POST /tools/mcp/remove` 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: apps/web/app.js (1490 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/agentic_os/api.py (3523 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/agentic_os/control_plane.py (1594 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_api.py (3184 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/test_cli.py (2391 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/536a3c60-c7ad-44c6-a4eb-5df2ac592c1d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/536a3c60-c7ad-44c6-a4eb-5df2ac592c1d/

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.