Spring Security patterns — authentication, authorization, JWT, CORS, secrets management, OWASP scanning, security review for MVC and WebFlux applications. Use when configuring SecurityFilterChain or SecurityWebFilterChain, implementing JWT authentication, setting up CORS, applying method-level security, managing secrets, or reviewing OWASP compliance.
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Spring Security patterns — authentication, authorization, JWT, CORS, secrets management, OWASP scanning, security review for MVC and WebFlux applications. Use when configuring SecurityFilterChain or SecurityWebFilterChain, implementing JWT authentication, setting up CORS, applying method-level security, managing secrets, or reviewing OWASP compliance.
HIGH 90%+: SecurityFilterChain edit OR auth flow change OR @PreAuthorize add
HIGH 80%+: CORS allowlist OR JWT config tweak
MEDIUM 40-79%: endpoint added to existing auth scheme
LOW 1-39%: caller of secured method, no auth change
ZERO: no Spring Security dep (verify build.gradle)