testing-mobile-api-authentication
Fail
Audited by Snyk on Apr 9, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill's examples and workflow instruct embedding bearer tokens, JWTs, and plaintext passwords directly into curl/echo commands (including placeholders like and a literal "pass"), which requires the agent to handle and output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's runtime code (scripts/agent.py and scripts/process.py) and the SKILL.md workflow explicitly send requests to an arbitrary base_url and API endpoints (e.g., discover_auth_endpoints, test_missing_auth, test_idor) and parse those responses, so it ingests and acts on untrusted third-party API content from the target service.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata