image-edit
Fail
Audited by Snyk on Aug 12, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill explicitly instructs users to "use --api-key" and describes the API key format (sk-api-*), which encourages embedding secret values directly in command lines or outputs — an insecure pattern that can lead to secret exfiltration.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The required runtime workflow ingests outsider-authored free text via the user-supplied
--prompt(and optional--system) inscripts/imagegen.pyand sends it asmessages/prompttochat/text/generation/image.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata