511-frameworks-micronaut-jdbc
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill incorporates mandatory build and verification steps using the Maven wrapper (
./mvnw compile,./mvnw clean verify). These commands are used to validate the state of the project before and after applying JDBC refactors, which is a standard and expected workflow for a development-focused AI skill. - [SAFE]: The provided code examples and instructions explicitly enforce security best practices, such as using
PreparedStatementwith bind parameters to prevent SQL injection and employing try-with-resources to ensure proper closure of database connections, statements, and result sets.
Audit Metadata