Bun HTTP Server
Facilitates building high-performance HTTP servers using Bun, enabling request handling, routing, and REST API creation.
Install this skill
or
84/100
Security score
The Bun HTTP Server skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 21
Template literal with variable interpolation in command context
SourceSKILL.md
| 21 | console.log(`Server running at http://localhost:${server.port}`); |
medium line 164
Template literal with variable interpolation in command context
SourceSKILL.md
| 164 | return new Response(`Error: ${error.message}`, { status: 500 }); |
medium line 229
Template literal with variable interpolation in command context
SourceSKILL.md
| 229 | const filePath = `./public${url.pathname.replace("/static", "")}`; |
low line 21
External URL reference
SourceSKILL.md
| 21 | console.log(`Server running at http://localhost:${server.port}`); |
Scanned on Feb 9, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry