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.

spikesubingrui-design/CrewOS

https://github.com/spikesubingrui-design/CrewOS · scanned 2026-06-16 00:19 UTC (2 months, 2 weeks ago)

91 raw signals (0 security + 91 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 87 of 90 actionable findings. 91 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 `api_delete_agent` without auth dependency — crewos/web_server.py:785
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:785 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_add_provider` without auth dependency — crewos/web_server.py:621
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:621 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_agent_pause` without auth dependency — crewos/web_server.py:255
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:255 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_agent_resume` without auth dependency — crewos/web_server.py:264
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:264 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_approval_decide` without auth dependency — crewos/web_server.py:512
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:512 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_ceo` without auth dependency — crewos/web_server.py:422
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:422 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_dispatch` without auth dependency — crewos/web_server.py:402
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:402 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_eval_override` without auth dependency — crewos/web_server.py:392
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:392 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_eval_record` without auth dependency — crewos/web_server.py:380
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:380 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_new_agent` without auth dependency — crewos/web_server.py:752
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:752 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_provider_key` without auth dependency — crewos/web_server.py:594
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:594 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_task_budget` without auth dependency — crewos/web_server.py:473
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:473 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `api_task_cancel` without auth dependency — crewos/web_server.py:484
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:484 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `api_bind_agent` without auth dependency — crewos/web_server.py:806
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:806 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `api_put_agent` without auth dependency — crewos/web_server.py:718
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:718 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `api_put_file` without auth dependency — crewos/web_server.py:895
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:895 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `api_put_settings` without auth dependency — crewos/web_server.py:641
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
crewos/web_server.py:641 securityAuth fastapi unauth mutation
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 cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in crewos/web/index.html:795
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
crewos/web/index.html:795 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/index.html:255
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/index.html:255 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in crewos/web/index.html:874
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
crewos/web/index.html:874 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in docs/index.html:248
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
docs/index.html:248 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in crewos/web/index.html:1425
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
crewos/web/index.html:1425 Local storage auth token
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 14 placeholder/mock markers across 3 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality 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 quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: crewos/risk.py:check, crewos/risk.py:decide 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.
2 occurrences
repo-level (2 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: crewos/web_server.py:run, crewos/web_server.py:run, crewos/web_server.py:run This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
duplicatesduplication
low System graph quality 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 `mock_backup` in tests/test_phase0.py:38
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: cmd_approvals
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:220
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_cost
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:129
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_decide
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:232
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_dispatch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:159
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_doctor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_eval_behavior
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:195
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_evals
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:184
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_jobs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:171
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_mcp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_memory
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_onboard
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:34
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_pause
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:105
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_replay
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:154
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_resume
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_start
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:69
low System graph software Dead code conf 1.00 Possibly dead Python function: cmd_status
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cli.py:96
low System graph software Dead code conf 1.00 Possibly dead Python function: run_forever
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/cron.py:119
low System graph software Dead code conf 1.00 Possibly dead Python function: run_forever
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crewos/watchdog.py:93
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/agent/{name}
`crewos/web_server.py` declares `DELETE /api/agent/{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 /
`crewos/web_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 /api/agents
`crewos/web_server.py` declares `GET /api/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 /api/approvals
`crewos/web_server.py` declares `GET /api/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 /api/cost
`crewos/web_server.py` declares `GET /api/cost` 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 /api/cost/dashboard
`crewos/web_server.py` declares `GET /api/cost/dashboard` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/crew-usage
`crewos/web_server.py` declares `GET /api/crew-usage` 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 /api/estimate
`crewos/web_server.py` declares `GET /api/estimate` 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 /api/evals
`crewos/web_server.py` declares `GET /api/evals` 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 /api/file
`crewos/web_server.py` declares `GET /api/file` 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 /api/file/default
`crewos/web_server.py` declares `GET /api/file/default` 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 /api/heartbeat/{agent}
`crewos/web_server.py` declares `GET /api/heartbeat/{agent}` 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 /api/provider-models/{pid}
`crewos/web_server.py` declares `GET /api/provider-models/{pid}` 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 /api/providers
`crewos/web_server.py` declares `GET /api/providers` 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 /api/recent
`crewos/web_server.py` declares `GET /api/recent` 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 /api/recommendations
`crewos/web_server.py` declares `GET /api/recommendations` 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 /api/settings
`crewos/web_server.py` declares `GET /api/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 /api/task/{task_id}
`crewos/web_server.py` declares `GET /api/task/{task_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 /api/tasks
`crewos/web_server.py` declares `GET /api/tasks` 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 /api/u-memory
`crewos/web_server.py` declares `GET /api/u-memory` 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 /deliverables/{task_id}/{fname}
`crewos/web_server.py` declares `GET /deliverables/{task_id}/{fname}` 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 /api/agent
`crewos/web_server.py` declares `POST /api/agent` 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 /api/agent/{name}/pause
`crewos/web_server.py` declares `POST /api/agent/{name}/pause` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/agent/{name}/resume
`crewos/web_server.py` declares `POST /api/agent/{name}/resume` 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 /api/approval/{approval_id}
`crewos/web_server.py` declares `POST /api/approval/{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: POST /api/ceo
`crewos/web_server.py` declares `POST /api/ceo` 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 /api/dispatch
`crewos/web_server.py` declares `POST /api/dispatch` 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 /api/eval/override
`crewos/web_server.py` declares `POST /api/eval/override` 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 /api/eval/record
`crewos/web_server.py` declares `POST /api/eval/record` 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 /api/provider-key
`crewos/web_server.py` declares `POST /api/provider-key` 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 /api/providers
`crewos/web_server.py` declares `POST /api/providers` 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 /api/task/{task_id}/budget
`crewos/web_server.py` declares `POST /api/task/{task_id}/budget` 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 /api/task/{task_id}/cancel
`crewos/web_server.py` declares `POST /api/task/{task_id}/cancel` 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: PUT /api/agent/{name}
`crewos/web_server.py` declares `PUT /api/agent/{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: PUT /api/agent/{name}/bind
`crewos/web_server.py` declares `PUT /api/agent/{name}/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: PUT /api/file
`crewos/web_server.py` declares `PUT /api/file` 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: PUT /api/settings
`crewos/web_server.py` declares `PUT /api/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
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/f610a5a5-7ce5-456c-8cfe-3f9db295d584/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f610a5a5-7ce5-456c-8cfe-3f9db295d584/

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.