Security Bun

Review Bun runtime security audit patterns. Use for auditing Bun-specific vulnerabilities including shell injection, SQL injection, server security, and process spawning. Use proactively when reviewing Bun apps (bun.lockb, bunfig.toml, or bun:* imports present). Examples: - user: "Review this Bun shell script" → audit `$` usage and argument injection - user: "Check my bun:sqlite queries" → verify `sql` tagged template usage - user: "Audit my Bun.serve() setup" → check path traversal and request limits - user: "Is my Bun.spawn() usage safe?" → audit command injection and input validation - user: "Review WebSocket security in Bun" → check authentication before upgrade

igorwarzocha f541dac 2 files · 15.3 KB Updated

File contents

igorwarzocha/opencode-workflows/tree/main/agents/security-reviewer/.opencode/skill/security-bun commit f541dac3b2

Frequently asked questions

npx skillmds@latest add igorwarzocha/security-bun