Skip to main content

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
21console.log(`Server running at http://localhost:${server.port}`);
medium line 164

Template literal with variable interpolation in command context

SourceSKILL.md
164return new Response(`Error: ${error.message}`, { status: 500 });
medium line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229const filePath = `./public${url.pathname.replace("/static", "")}`;
low line 21

External URL reference

SourceSKILL.md
21console.log(`Server running at http://localhost:${server.port}`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →