/api/scan Submit a target for review. Supports URL input or file upload.
curl -X POST https://clawsafe.dev/api/scan \
-H "Content-Type: application/json" \
-d '{"url":"https://github.com/user/skill-repo","locale":"en"}' {
"reportId": "vtKznl4",
"id": "vtKznl4",
"status": "completed",
"verdictLevel": "high_risk",
"riskScore": { "score": 82, "breakdown": [...] },
"findings": [...],
"capabilityMap": [...],
"extraction": {...},
"report_url": "https://clawsafe.dev/report/vtKznl4"
}