router-core/ssr
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for implementing SSR within the TanStack Router framework. All code examples and library references are consistent with the official documentation and belong to the TanStack organization.
- [DYNAMIC_EXECUTION]: Includes examples of the ScriptOnce component, which is designed to execute scripts once during the initial server render to handle tasks like theme detection. This is a legitimate feature for preventing 'Flash of Unstyled Content' (FOUC) and does not involve executing untrusted remote code.
- [DATA_EXPOSURE]: Provides examples of accessing localStorage to handle authentication tokens or user preferences. These patterns are standard for web applications and the skill correctly warns developers to guard these browser-specific APIs during server-side execution.
Audit Metadata