501-frameworks-micronaut-core
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute build commands such as
./mvnw compile,mvn compile, and./mvnw clean verify. These are standard industry practices for verifying Java project integrity during refactoring and development workflows. - [EXTERNAL_DOWNLOADS]: Execution of Maven commands (
mvnw) typically triggers the download of the Maven wrapper and project dependencies from well-known, trusted registries like Maven Central. This is expected behavior for Java development tools. - [PROMPT_INJECTION]: As a code review and refactoring tool, the skill is designed to process untrusted project files. While it lacks explicit boundary markers to separate user data from instructions, the risks are mitigated by the specific scope of Micronaut-related tasks and the use of standard build environments.
Audit Metadata