cURL
curl --request GET \ --url https://api.example.com/v1/security/check/{content_hash}
{ "content_hash": "<string>", "security_status": "pass", "security_score": 123, "findings": [ {} ] }
Check if a content hash has been scanned. Returns cached scan result or 404 if not found.
SHA-256 content hash of the package
Successful Response
pass
warn
block