springboot-security
Security review for Spring Boot apps covering JWT, OAuth2, RBAC, input validation, and SQL injection prevention.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-securityStats
| Total installs | 1,934 |
| Weekly installs | 1.9K |
| GitHub stars | 112.5K |
| First seen | Jan 30, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Covers authentication patterns (JWT, OAuth2, sessions with secure cookies), authorization via method security annotations, and token validation with filters
- Includes input validation with Bean Validation constraints, SQL injection prevention through parameterized queries, and password hashing with BCrypt or Argon2
- Provides CSRF, CORS, and security header configuration strategies tailored to stateless APIs versus browser-based sessions
- Addresses secrets management via environment variables and Spring Cloud Vault, rate limiting with Bucket4j, and CVE scanning in CI pipelines
- Includes pre-release checklist covering token expiration, authorization guards, input sanitization, and PII redaction in logs
Tags
Related skills
| Skill | Installs | vs springboot-security |
|---|---|---|
| wordpress-pro | 2,585 | +651 |
| clerk-testing | 2,561 | +627 |
| postgres-patterns | 2,387 | +453 |
| query-token-audit | 1,894 | -40 |
| firebase-firestore-standard | 2,877 | +943 |
FAQ
- How many installs does springboot-security have?
- springboot-security has 1,934 total installs and 1.9K installs this week.
- Where is springboot-security hosted?
- springboot-security is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does springboot-security have?
- springboot-security has 112.5K GitHub stars.
- When was springboot-security first indexed?
- OrangeBot.AI first indexed springboot-security on Jan 30, 2026.
- How do I install springboot-security?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill springboot-security