Skip to main content

Bun TanStack Start

Facilitates the creation of full-stack React applications using the Bun runtime and TanStack framework, enhancing development efficiency.

Install this skill

or
89/100

Security score

The Bun TanStack Start skill was audited on Feb 9, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 131

Template literal with variable interpolation in command context

SourceSKILL.md
131const response = await fetch(`/api/users/${params.userId}`);
medium line 298

Template literal with variable interpolation in command context

SourceSKILL.md
298const response = await fetch(`/api/users/${params.userId}`);
low line 104

Fetch to external URL

SourceSKILL.md
104const response = await fetch("/api/users");
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →