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 --prompt CLI argument and forwards it in the JSON body to the provider endpoint POST /openapi/v1/generation/image (AiHiveClient.generate_image → scripts/imagegen.py cmd_image).

Issues (2)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

Audit Metadata
Risk Level
HIGH
Analyzed
Aug 12, 2026, 12:19 PM
Issues
2
Security Audit — snyk — image-2-image-edit