router-core
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive documentation for TanStack Router core concepts, data loading, SSR, and type safety. Analysis of all files reveals only legitimate architectural patterns and framework usage guidelines.
- [SAFE]: The skill demonstrates defensive coding practices. Specifically, in
auth-and-guards/SKILL.md, it provides asanitizeRedirectfunction to prevent open redirect vulnerabilities when handling authenticated navigation. - [SAFE]: Data ingestion points (URLs, path params, search params) are properly addressed with validation patterns. The
search-paramsskill mandates the use of validation libraries (Zod, Valibot, ArkType) to ensure untrusted URL data is safely parsed before usage. - [SAFE]: External references in the frontmatter point exclusively to official TanStack documentation on GitHub, which is an established and trusted source for this library.
Audit Metadata