Angular v22 Security and Server Boundaries
Installation
SKILL.md
Angular v22 Security and Server Boundaries
Purpose
Use this skill when v22 behavior changes could alter the attack surface or create unsafe assumptions around server and template boundaries.
When to Use
Use this skill when:
- Template bindings changed in a way that may hide or reveal data flow.
- SSR or platform-server code needs a safer transport path.
- Redirect handling or DOM binding semantics are part of the review.
When Not to Use
Do not use this skill when: