Skip to main content

springboot-security

Provides best practices for implementing security in Java Spring Boot applications, covering authentication, authorization, and input validation.

Install this skill

or
93/100

Security score

The springboot-security skill was audited on May 14, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 154

Template literal with variable interpolation in command context

SourceSKILL.md
154```yaml
low line 169

External URL reference

SourceSKILL.md
169uri: https://vault.example.com
low line 194

External URL reference

SourceSKILL.md
194config.setAllowedOrigins(List.of("https://app.example.com"));
Scanned on May 14, 2026
View Security Dashboard
Installation guide →