511-frameworks-micronaut-jdbc
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the execution of Maven build commands (./mvnw compile, mvn clean verify) to validate code changes, which is a standard procedure in Java development and poses no security risk in this context.
- [SAFE]: The documentation emphasizes the use of PreparedStatements to prevent SQL injection, which is a critical security best practice for database applications.
- [SAFE]: Resource management is correctly handled using try-with-resources, preventing connection leaks.
- [SAFE]: No unauthorized data access, exfiltration, or persistence mechanisms were detected.
Audit Metadata