What problem does it solve?
Java web applications often lack comprehensive, verifiable authentication auditing. This Skill helps identify authentication frameworks and implementations across a codebase, enabling secure-by-design reviews and risk exposure detection.
Core Features & Use Cases
- Identify authentication frameworks and implementations (Shiro, Spring Security, JWT, Filter/Interceptor, custom annotations) and map each route to their authentication state.
- Analyze both source and compiled code, with optional decompilation via MCP, to reveal authentication logic, access controls, and potential bypass patterns.
- Generate structured audit reports and route-to-auth mappings to support remediation, compliance workflows, and risk communication.
Quick Start
Run the java-auth-audit skill on your Java project to discover authentication architecture, assess risk, and produce audit artifacts. If sources are unavailable, enable decompilation to examine authentication paths and policies.