Skip to main content

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

Jump to install

Source facts

Repository
jal-co/jalco-opencode
Last source activity
January 26, 2026 at 05:26
Detected SKILL.md language
English
Stars
7
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.