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

jal-co a1f5096 2 files · 15.3 KB Updated

File contents

jal-co/jalco-opencode/tree/main/opencode/.config/opencode/skills/security-bun commit a1f5096b96

Frequently asked questions

npx skillmds@latest add jal-co/security-bun