bun-test-patterns
Facilitates Jest-compatible testing with Bun, enabling mocks, snapshots, and coverage for robust JavaScript applications.
Install this skill
or
74/100
Security score
The bun-test-patterns skill was audited on Mar 1, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 651
Template literal with variable interpolation in command context
SourceSKILL.md
| 651 | ? `expected ${received} not to be within range ${floor} - ${ceiling}` |
medium line 652
Template literal with variable interpolation in command context
SourceSKILL.md
| 652 | : `expected ${received} to be within range ${floor} - ${ceiling}`, |
medium line 750
Template literal with variable interpolation in command context
SourceSKILL.md
| 750 | const response = await fetch(`http://localhost:${server.port}/users`); |
medium line 759
Template literal with variable interpolation in command context
SourceSKILL.md
| 759 | const response = await fetch(`http://localhost:${server.port}/users`, { |
low line 113
Access to .env file
SourceSKILL.md
| 113 | test.if(process.env.CI)("only in CI", () => { |
low line 118
Access to .env file
SourceSKILL.md
| 118 | test.skipIf(!process.env.DB_URL)("needs database", () => { |
low line 453
Access to .env file
SourceSKILL.md
| 453 | return process.env.API_URL || "http://localhost:3000"; |
low line 453
External URL reference
SourceSKILL.md
| 453 | return process.env.API_URL || "http://localhost:3000"; |
low line 750
External URL reference
SourceSKILL.md
| 750 | const response = await fetch(`http://localhost:${server.port}/users`); |
low line 759
External URL reference
SourceSKILL.md
| 759 | const response = await fetch(`http://localhost:${server.port}/users`, { |
Scanned on Mar 1, 2026
View Security Dashboard