515-frameworks-micronaut-mongodb
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
./mvnw compile,mvn compile,./mvnw clean verify, andmvn clean verifyto validate project changes. This is standard behavior for development-oriented skills and is used to ensure code correctness. - [PROMPT_INJECTION]: No malicious prompt injection or behavior override patterns were detected. Role-play instructions are used benignly to define the agent's expertise as a senior engineer.
- [DATA_EXFILTRATION]: No attempts to access sensitive local files (e.g., SSH keys, credentials) or perform unauthorized network exfiltration were found.
- [EXTERNAL_DOWNLOADS]: The skill references standard dependencies in the Java ecosystem, including
micronaut-data-mongodb,mongodb-driver-sync, andtestcontainers, which are managed through official Maven repositories. - [SAFE]: The skill explicitly instructs against NoSQL injection by mandating the use of bound parameters in queries and avoiding raw string concatenation of user input.
Audit Metadata