bun
Warn
Audited by Snyk on Aug 26, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill “bun” can ingest outsider-authored free text at runtime via HTTP request bodies/message payloads handled by
Bun.serve(... routes ... POST: async (req) => await req.json())and WebSocketmessage(ws, msg)handlers.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start directs running a remote installer via "curl -fsSL https://bun.sh/install | bash", which fetches and immediately executes remote code (https://bun.sh/install) during setup.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata