Platform
Fail
Audited by Snyk on Feb 21, 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 includes example code that embeds an Authorization header with a literal bearer token ("Bearer token123"), which encourages placing secret values verbatim into requests/outputs and thus creates an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md "HTTP Client" section includes concrete code that performs GET/POST to external URLs (e.g., client.get("https://api.example.com/...")) and parses/validates response.json, so the agent can fetch and interpret untrusted/public web content as part of its workflow, enabling indirect prompt injection.
Audit Metadata