spring-boot-crud-patterns
Facilitates the implementation of structured CRUD workflows in Spring Boot 3 applications, enhancing REST API development with best practices.
Install this skill
or
88/100
Security score
The spring-boot-crud-patterns skill was audited on May 29, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 178
Curl to non-GitHub URL
SourceSKILL.md
| 178 | curl -X DELETE http://localhost:8080/api/products/prod-123 |
medium line 190
Curl to non-GitHub URL
SourceSKILL.md
| 190 | curl "http://localhost:8080/api/products?page=0&size=10&sort=name,asc" |
low line 178
External URL reference
SourceSKILL.md
| 178 | curl -X DELETE http://localhost:8080/api/products/prod-123 |
low line 190
External URL reference
SourceSKILL.md
| 190 | curl "http://localhost:8080/api/products?page=0&size=10&sort=name,asc" |
Scanned on May 29, 2026
View Security Dashboard