What does this skill do?
The Quarkus Security Skill provides a comprehensive guide to best practices for securing Quarkus applications, covering authentication with JWT/OIDC, declarative authorization with roles, strict input validation, and SQL injection prevention. It securely manages secrets using environment variables or HashiCorp Vault and implements security headers, rate limiting, and protection against CSRF/XSS.
