515-frameworks-micronaut-mongodb
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Maven Wrapper (
./mvnw) to compile and verify the project. These commands are standard for Java development and are used here to ensure project integrity before and after changes. - [SAFE]: The skill provides structured guidance and examples for Micronaut and MongoDB development, emphasizing industry best practices.
- [SAFE]: It contains explicit safety constraints to prevent NoSQL injection by mandating the use of derived finders or
@MongoFindQuerywith bound parameters, and explicitly forbids string concatenation in queries. - [SAFE]: All referenced libraries (Micronaut, MongoDB, Testcontainers) are standard technologies from well-known sources.
Audit Metadata