api-load-tester
Fail
Audited by Snyk on Apr 10, 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 asks the agent to accept user-provided secrets (Bearer tokens, API keys, cookies) and shows/uses them directly in generated command-line invocations (curl/hey/ab headers and examples), which requires the LLM to include secret values verbatim in outputs — an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill explicitly sends requests to user-provided HTTP(S) endpoints and ingests their responses as part of the required workflow (see "Step 2: Validate Endpoints" and "Step 4: Execute Progressive Load Tests"), using response status/body/headers to decide whether to skip endpoints, reduce concurrency on 429s, stop tests, and drive subsequent actions—thus exposing the agent to untrusted third-party content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill may install the external tool at runtime using "go install github.com/rakyll/hey@latest", which fetches and executes remote code as a required dependency for running the tests.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata