start-server-core
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation for the TanStack Start server-side runtime, focusing on request/response utilities and session management.
- [SAFE]: The documentation adheres to security best practices by recommending the use of environment variables (e.g.,
process.env.SESSION_SECRET) for session encryption keys rather than hardcoding credentials. - [SAFE]: The skill includes usage examples for
getValidatedQuery, which promotes the use of Standard Schemas (like Zod) to validate and sanitize untrusted input from request query parameters.
Audit Metadata