312-frameworks-spring-data-jdbc
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
./mvnw compileand./mvnw clean verify. These commands are standard in Java development and are explicitly used as safety gates to ensure that changes do not break the project's build or tests. - [PROMPT_INJECTION]: The skill includes robust safety instructions, such as 'CRITICAL SAFETY: If compilation fails, IMMEDIATELY STOP'. These are designed to enforce a safe operational workflow rather than bypassing any agent safety filters.
- [EXTERNAL_DOWNLOADS]: No external URLs or remote script execution patterns were identified. All recommended actions are performed locally within the user's development environment.
- [COMMAND_EXECUTION]: The skill provides clear guidance on preventing SQL injection by emphasizing the use of parameterized
@Queryannotations and@Parambindings instead of string concatenation.
Audit Metadata