Scan timing: clone 2.79s · analysis 0.4s · 0.1 MB · GitHub preflight 419ms
https://github.com/smartqa-api/smartqa-api.git
· scanned 2026-05-28 05:37 UTC (1 week, 1 day ago)
· 10 languages
118 findings (50 legacy + 68 scanner) 25th percentile · Python · tiny (<2K LoC) Scanner says 65 (lower by 16)
Last scanned 1 week, 1 day ago · v2 · 84 findings from 2 sources. 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 |
80.0 | 0.15 | 12.00 |
security_score |
75.4 | 0.25 | 18.85 |
testing_score |
0.0 | 0.20 | 0.00 |
documentation_score |
22.0 | 0.15 | 3.30 |
practices_score |
52.0 | 0.15 | 7.80 |
code_quality |
78.0 | 0.10 | 7.80 |
| Overall | 1.00 | 49.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": 635, "gap_fingerprint": "...",
"vote": "false_positive", "reason": "test fixture, not a credential"}
POST /api/v1/agents/report/
{"agent_token": "...", "repo_id": 635, "title": "...",
"severity": "high", "layer": "security", "file": "x.py", "line": 12,
"suggested_detector": "regex: ..."}
This page is publicly accessible at:
https://repobility.com/scan/c0c32f91-de68-4edd-b837-1420c0881687/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/c0c32f91-de68-4edd-b837-1420c0881687/
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.