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
69/100

Security score

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

Categories Tested

Security Issues

high line 378

Template literal with variable interpolation in command context

SourceSKILL.md
378Inject `${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 446

Template literal with variable interpolation in command context

SourceSKILL.md
446- [ ] 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
low line 14

External URL reference

SourceSKILL.md
14- If `amplicode-install` is not registered in your skill list, tell the user (in their language): *"This skill needs the Amplicode IntelliJ plugin and its MCP server. Install it from https://amplicode
Scanned on May 30, 2026
View Security Dashboard
Installation guide →