k6
Warn
Audited by Snyk on Apr 15, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The SKILL.md shows scripts that fetch and interpret public web content (e.g., http.get('https://test.k6.io'), browser.goto('https://test.k6.io/my_messages.php')) and import remote modules (e.g., https://jslib.k6.io/, raw.githubusercontent.com), meaning the skill describes runtime behavior that ingests untrusted third‑party content which can influence checks/flow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill contains runtime ES module imports that fetch and execute remote JavaScript (e.g., https://raw.githubusercontent.com/benc-uk/k6-reporter/main/dist/bundle.js and https://jslib.k6.io/papaparse/5.1.1/index.js), so external content is fetched at runtime and will execute in the k6 process.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata