bun-tanstack-start
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks detected.
- [EXTERNAL_DOWNLOADS]: The skill uses standard, well-known libraries from the TanStack and React ecosystems (e.g.,
@tanstack/start,react). These are official packages and commonly used in modern web development. - [COMMAND_EXECUTION]: The skill includes standard commands for project setup and lifecycle management, such as
bun install,bun run dev, andbun run build. It also usescreate-tanstack-startto initialize new projects. - [DATA_EXPOSURE]: The skill demonstrates server-side database interaction using Bun's built-in SQLite module. These operations are performed on a local database file (
data.sqlite) within the application's context, which is standard practice for full-stack framework documentation.
Audit Metadata