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.

Scan timing: clone 2.89s · analysis 16.71s · 12.3 MB · GitHub API rate-limit (preflight)

agentforce314/clawcodex

https://github.com/agentforce314/clawcodex · scanned 2026-05-31 01:23 UTC (5 days, 9 hours ago) · 10 languages

597 findings (163 legacy + 434 scanner) 57th percentile · Python · large (100-500K LoC) Scanner says 93 (lower by 18)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 9 hours ago · v2 · last Δ +1.1 (diff) · 415 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 70.0 0.25 17.50
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 44.0 0.15 6.60
code_quality 38.1 0.10 3.81
Overall 1.00 75.7
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Insecure pattern 'tls_verify_false' in src/providers/deepseek_provider.py:56
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/providers/deepseek_provider.py:56
#2
Insecure pattern 'tls_verify_false' in src/providers/openai_provider.py:43
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/providers/openai_provider.py:43
#3
Insecure pattern 'tls_verify_false' in src/providers/openrouter_provider.py:65
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
src/providers/openrouter_provider.py:65
#4
No CI/CD pipelines detected
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
#5
Network/subprocess call without timeout or try/except — eval/run_compare.py:388
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in eval/run_compare.py:388 to prevent hung calls.
#6
Network/subprocess call without timeout or try/except — src/tool_system/tools/bash/background.py:79
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in src/tool_system/tools/bash/background.py:79 to prevent hung calls.
#7
Frontend route `/profile/:userId` has no Link/navigate to it — demos/linkedin-app/src/App.jsx
GapSeverity.MEDIUM Layer.QUALITY score 0.214
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in demos/linkedin-app/src/App.jsx, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#8
Possibly dead Python function: replay_user_messages
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in scripts/audit/query_engine.py:134; if framework-registered, add a docstring.
scripts/audit/query_engine.py:134
#9
Possibly dead Python function: command_names
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in scripts/audit/commands.py:51; if framework-registered, add a docstring.
scripts/audit/commands.py:51
#10
Possibly dead Python function: tool_names
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in scripts/audit/tools.py:45; if framework-registered, add a docstring.
scripts/audit/tools.py:45

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/a323da9b-bb32-4324-b9e5-662ea243eca9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a323da9b-bb32-4324-b9e5-662ea243eca9/

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.