webapp-testing
Fail
Audited by Snyk on Feb 19, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes hardcoded plaintext credentials in example tests (e.g., "SecurePassword123", "password123") and instructs filling them into forms, which requires the LLM to emit secret values verbatim in generated code or commands.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's core workflow examples (e.g., Core Testing Workflow showing page.goto("https://example.com"), navigation examples, and network monitoring that loads public URLs) explicitly direct the agent to fetch and read public web pages and DOM content, so untrusted third-party pages could be ingested and influence test logic and actions.
Audit Metadata