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.
63 of your 94 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 11.56s · analysis 6.71s · 13.6 MB · GitHub API rate-limit (preflight)

ultraworkers/claw-code

https://github.com/ultraworkers/claw-code · scanned 2026-06-05 04:30 UTC (13 hours, 6 minutes ago) · 10 languages

179 findings (91 legacy + 88 scanner) 25th percentile · Rust · large (100-500K LoC) Scanner says 72 (lower by 13)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 13 hours, 6 minutes ago · v2 · 135 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 65.0 0.15 9.75
security_score 35.8 0.25 8.95
testing_score 51.0 0.20 10.20
documentation_score 84.0 0.15 12.60
practices_score 85.0 0.15 12.75
code_quality 38.9 0.10 3.89
Overall 1.00 58.1
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
Possible secret in rust/crates/api/src/providers/anthropic.rs
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in rust/crates/api/src/providers/anthropic.rs:1748; move to env var / secrets manager.
rust/crates/api/src/providers/anthropic.rs:1748
#2
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml:72
#3
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml
#4
Dockerfile runs as root: rust/crates/claw-rag-service/Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#5
Network/subprocess call without timeout or try/except — scripts/generate_cc2_board.py:518
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 scripts/generate_cc2_board.py:518 to prevent hung calls.
#6
Network/subprocess call without timeout or try/except — scripts/cc2_board.py:16
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 scripts/cc2_board.py:16 to prevent hung calls.
#7
Network/subprocess call without timeout or try/except — rust/scripts/run_mock_parity_diff.py:35
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 rust/scripts/run_mock_parity_diff.py:35 to prevent hung calls.
#8
Possibly dead Python function: render_markdown_panel
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in src/ink.py:4; if framework-registered, add a docstring.
src/ink.py:4
#9
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 src/query_engine.py:141; if framework-registered, add a docstring.
src/query_engine.py:141
#10
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 src/commands.py:53; if framework-registered, add a docstring.
src/commands.py:53

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/8cfe9283-d3dd-47e9-97dc-f9c53760eeed/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8cfe9283-d3dd-47e9-97dc-f9c53760eeed/

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.