Skip to main content

crud-rest-controller

Generates a Spring REST controller with CRUD endpoints, simplifying the creation of backend services for applications.

Install this skill

or
70/100

Security score

The crud-rest-controller skill was audited on May 1, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 368

Template literal with variable interpolation in command context

SourceSKILL.md
368Inject `${ObjectMapperFqn}` field (resolved in Step 1: `tools.jackson.databind.ObjectMapper` for Jackson 3.x, `com.fasterxml.jackson.databind.ObjectMapper` for Jackson 2.x).
high line 436

Template literal with variable interpolation in command context

SourceSKILL.md
436- [ ] Jackson FQNs use `tools.jackson.databind.*` for Jackson 3.x (Spring Boot 4.x) and `com.fasterxml.jackson.databind.*` for Jackson 2.x (Spring Boot 2.x/3.x). NEVER hardcode one or the other — alwa
Scanned on May 1, 2026
View Security Dashboard
Installation guide →