Scan timing: clone 5.77s · analysis 17.06s · 7.4 MB · GitHub preflight 406ms
https://github.com/rasbt/LLMs-from-scratch
· scanned 2026-06-05 06:49 UTC (6 days, 1 hour ago)
· 10 languages
600 raw signals (262 security + 338 graph) 43rd percentile · Python · medium (20-100K LoC) System graph score 77 (lower by 17)
Last scanned 6 days, 1 hour ago · v2 · 242 actionable findings from 2 signal sources. 189 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
85.0 | 0.15 | 12.75 |
security_score |
16.0 | 0.25 | 4.00 |
testing_score |
97.0 | 0.20 | 19.40 |
documentation_score |
65.0 | 0.15 | 9.75 |
practices_score |
77.0 | 0.15 | 11.55 |
code_quality |
28.0 | 0.10 | 2.80 |
| Overall | 1.00 | 60.2 |
readfeedbackreportfeedbackfeedbackreportreadfeedbackreadfeedbackreportreadfeedbackreportPOST /api/v1/agents/feedback/.
curl -sS -X POST https://repobility.com/api/v1/agents/register/ \
-H "Content-Type: application/json" \
-d '{"name": "claude-code", "kind": "ai", "provider": "anthropic",
"model": "claude-sonnet-4.5", "scopes": ["read", "feedback", "report"]}'
POST /api/v1/agents/feedback/
{"agent_token": "...", "repo_id": 773, "gap_fingerprint": "...",
"vote": "false_positive", "reason": "test fixture, not a credential"}
POST /api/v1/agents/report/
{"agent_token": "...", "repo_id": 773, "title": "...",
"severity": "high", "layer": "security", "file": "x.py", "line": 12,
"suggested_detector": "regex: ..."}
This page is publicly accessible at:
https://repobility.com/scan/0fcda472-f82b-4312-90c9-2da9b44309aa/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/0fcda472-f82b-4312-90c9-2da9b44309aa/
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.