image-2-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.90). The skill explicitly suggests passing API keys via a --api-key CLI flag and shows the sk-api-* format, which encourages embedding secrets verbatim in commands/outputs (an exfiltration risk); alternatives like env vars are mentioned but the CLI-flag pattern is insecure.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime workflow ingests outsider-provided free text via the
--promptCLI argument and forwards it in the JSON body to the provider endpointPOST /openapi/v1/generation/image(AiHiveClient.generate_image → scripts/imagegen.pycmd_image).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata