Skip to main content

bun-patterns

Provides best practices for using Bun as a package manager and JavaScript runtime, enhancing efficiency and performance.

Install this skill

or
93/100

Security score

The bun-patterns skill was audited on Feb 9, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 125

Access to .env file

SourceSKILL.md
125// Env vars (auto-loads .env)
low line 126

Access to .env file

SourceSKILL.md
126const key = process.env.API_KEY
low line 191

External URL reference

SourceSKILL.md
191registry = "https://registry.npmjs.org/"
low line 194

External URL reference

SourceSKILL.md
194"@myorg" = { url = "https://registry.myorg.com" }
low line 216

External URL reference

SourceSKILL.md
216- [Bun Docs](https://bun.sh/docs)
low line 217

External URL reference

SourceSKILL.md
217- [Runtime APIs](https://bun.sh/docs/api/file-io)
low line 218

External URL reference

SourceSKILL.md
218- [Test Runner](https://bun.sh/docs/cli/test)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →