wendy-cloud-iterate

Fail

Audited by Snyk on Jun 14, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The prompt requires the agent to create/edit configs and commands that embed a JWT secret (PROVISIONING_JWT_SECRET / JWT_SECRET) and to read CLI auth outputs, which forces the LLM to include secret values verbatim in generated files/commands.

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

  • Third-party content exposure detected (high risk: 0.75). The skill’s runtime workflow clones and then reads outsider-authored repository content from GitHub (e.g., gh repo clone wendylabsinc/cloud ... and gh repo clone wendylabsinc/pki-core ...), and later ingests readable text from those repos into the agent context (e.g., cat .../docs/testing/ui-smoke-test.md and other repo files used for planning/smoke tests), which is indirect prompt-injection exposure from public GitHub sources.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
HIGH
Analyzed
Jun 14, 2026, 05:06 PM
Issues
3
Security Audit — snyk — wendy-cloud-iterate