Bun HTTP Server
Warn
Audited by Snyk on Feb 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's Bun.serve examples explicitly parse and handle arbitrary incoming HTTP request content (see "Body Parsing" with req.json()/req.formData()/req.text() and "Request Handling" reading headers and query params), which are untrusted, user-provided inputs the agent would read/interpret at runtime.
Audit Metadata