angular-ssr
Warn
Audited by Snyk on Feb 17, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's prerendering examples (app.routes.server.ts) explicitly fetch external data — e.g., fetch('https://api.example.com/products') and fetchBlogPosts() — which the SSR prerender pipeline consumes to generate pages, so untrusted third-party content is retrieved and interpreted at runtime.
Audit Metadata