angular-ssr
Warn
Audited by Runlayer on Feb 26, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
angular-ssr/SKILL.mdMEDIUM
76.9%
Tool passed security scan
Malicious tool definition detected
Description: if (this.transferState.hasKey(PRODUCTS_KEY)) { const products = this.transferState.get(PRODUCTS_KEY, []); this.transferState.remove(PRODUCTS_KEY); return of(products); } return this.http.get<Product[]>('/api/products').pipe( tap(products => { // Store for transfer on server if (isPlatformServer(this.platformId)) { this.transferState.set(PRODUCTS_KEY, products); } }) ); } } ``` ## Build and Deploy ### Build Commands ```bash # Build with SSR ng build # Output structure dist/ ├── my-ap
Passed Files (1)Click to expand
angular-ssr/references/ssr-patterns.mdOK
44.7%
Tool passed security scan
Audit Metadata