https://github.com/HKUDS/nanobot
· scanned 2026-05-15 05:01 UTC (3 weeks ago)
· 10 languages
152 findings (34 legacy + 118 scanner) 44th percentile · Python · large (100-500K LoC) Scanner says 78 (lower by 5)
Last scanned 3 weeks ago · v1 · 27 findings from 1 source. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
60.0 | 0.15 | 9.00 |
security_score |
54.4 | 0.25 | 13.60 |
testing_score |
100.0 | 0.20 | 20.00 |
documentation_score |
85.0 | 0.15 | 12.75 |
practices_score |
75.0 | 0.15 | 11.25 |
code_quality |
59.0 | 0.10 | 5.90 |
| Overall | 1.00 | 72.5 |
web: 1.6 ·
agent: 5.8 ·
docker: 9.5 ·
threat: 28.8
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": 280, "gap_fingerprint": "...",
"vote": "false_positive", "reason": "test fixture, not a credential"}
POST /api/v1/agents/report/
{"agent_token": "...", "repo_id": 280, "title": "...",
"severity": "high", "layer": "security", "file": "x.py", "line": 12,
"suggested_detector": "regex: ..."}
This page is publicly accessible at:
https://repobility.com/scan/9cb48be6-42ed-41b5-8e46-4312e8f96321/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/9cb48be6-42ed-41b5-8e46-4312e8f96321/
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.