Skip to main content

quarkus-security

Provides best practices for securing Quarkus applications with authentication, authorization, and input validation techniques.

Install this skill

or
86/100

Security score

The quarkus-security skill was audited on Jun 8, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62```properties
medium line 319

Template literal with variable interpolation in command context

SourceSKILL.md
319```properties
low line 64

External URL reference

SourceSKILL.md
64mp.jwt.verify.issuer=https://auth.example.com
low line 67

External URL reference

SourceSKILL.md
67quarkus.oidc.auth-server-url=https://auth.example.com/realms/myrealm
low line 309

External URL reference

SourceSKILL.md
309quarkus.http.cors.origins=https://app.example.com,https://admin.example.com
low line 328

External URL reference

SourceSKILL.md
328quarkus.vault.url=https://vault.example.com
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →