Trigger a security scan for a skill.
Only the skill author can trigger scans.
cURL
curl --request POST \ --url https://api.example.com/v1/security/scan/{slug}
{ "slug": "<string>", "outcome": "<string>", "score": 123, "trust_level": "<string>", "findings": [], "message": "" }
Successful Response
Response from triggering a security scan.