Bun TanStack Start
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The skill provides instructional content and code templates for the TanStack Start framework using the Bun runtime. No malicious behaviors were identified.
- [COMMAND_EXECUTION] (SAFE): Includes standard shell commands for project initialization and development workflows (e.g.,
bun install,bun run dev,bunx create-tanstack-start). These are routine for the described development task. - [EXTERNAL_DOWNLOADS] (SAFE): References standard, reputable packages from the npm registry, including official TanStack and React libraries.
- [DATA_EXFILTRATION] (SAFE): Server-side logic correctly utilizes parameterized queries with
bun:sqlite(e.g.,db.run("INSERT INTO users (name) VALUES (?)", [name])), which protects against SQL injection. No suspicious external network requests or credential exposure patterns were found. - [PROMPT_INJECTION] (SAFE): No instructions targeting agent behavior or attempting to bypass system constraints were detected.
Audit Metadata