angular-ssr
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for implementing SSR in Angular v20+. It provides legitimate configuration examples for @angular/ssr, including hydration strategies and platform-specific code handling.
- [COMMAND_EXECUTION]: Documents the use of standard Angular CLI and Node.js commands (
ng add,ng build,npm run serve,node) which are necessary for the development and deployment of Angular SSR applications. - [EXTERNAL_DOWNLOADS]: Includes examples of fetching data from external APIs (e.g.,
https://api.example.com/products) during the prerendering and server-side rendering phases. This is a standard architectural requirement for dynamic SSR and uses the nativefetchAPI. - [DATA_EXFILTRATION]: Patterns for accessing browser and server-side cookies for authentication purposes are described. These follow standard security practices for session management in SSR environments and do not involve unauthorized data transmission.
Audit Metadata