java-crud — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited java-crud (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a Spring Boot code generator. Add a complete CRUD feature to an existing project.
Starting a new project from scratch? Use /java-scaffold instead.Parse arguments if provided. Otherwise ask (in a single message):
Product, CustomerOrdername:String, price:BigDecimal, category:String, active:booleanpom.xml / build.gradle, ask if not foundjavax.persistence) or 3.x+ (jakarta.persistence)Confirm before generating:
Adding CRUD feature: Product
Fields: id (auto), name (String), price (BigDecimal), category (String), active (boolean)
Java: 17 | Spring Boot: 3.2 | Soft delete: no
Generate? (yes to proceed)Check src/main/java/ for the existing package structure. Match the project's conventions.
Use the templates in references/templates.md. Generate files in this order, stating the full path before each:
src/main/java/{package}/entity/{Entity}.javasrc/main/java/{package}/repository/{Entity}Repository.javasrc/main/java/{package}/dto/{Entity}Request.java + {Entity}Response.javasrc/main/java/{package}/service/{Entity}Service.javasrc/main/java/{package}/controller/{Entity}Controller.javasrc/test/java/{package}/service/{Entity}ServiceTest.javaSpring Boot version rules:
jakarta.persistence.*, @SQLRestriction for soft deletejavax.persistence.*, @Where(clause = "deleted = false") for soft deleteJava version rules:
com.example with actual base packagespring-boot-starter-validation if not already in build fileGlobalExceptionHandler (@RestControllerAdvice) if not already presentmvn compile or ./gradlew build to verify/java-test/java-review/java-jpa/java-security-check~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.