start-server-core
Pass
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation for the
@tanstack/start-server-corelibrary. All code samples and external references point to official TanStack packages and repositories. - [SAFE]: Session management documentation correctly emphasizes the requirement for encryption passwords via environment variables (
process.env.SESSION_SECRET) rather than hardcoded strings, and notes the importance of secure cookie configurations (HTTPS) in production environments. - [SAFE]: Input handling examples demonstrate best practices by using
zodfor validating untrusted data from query strings, which mitigates risks associated with processing external input.
Audit Metadata