openlicense-images
Warn
Audited by Snyk on May 31, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The skill fetches outsider-authored free text at runtime by downloading the image bytes from a public GitHub repository (
curl .../images/$image_name) and then extracting the embeddedLicense:string viastrings ... | grep -o "License:.*" ..., which is then read into the agent context when the license terms are printed (... | xargs less ... | cat).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata