500-frameworks-micronaut-create-project
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use shell commands for managing SDK versions (
sdk), generating project structures (mn), and running build verifications (mvnw). These operations are consistent with the primary purpose of the skill and include safety checks to prevent overwriting existing files. - [EXTERNAL_DOWNLOADS]: Fetches Java and Micronaut distributions from SDKMAN and project dependencies from Maven Central. These are standard development practices using well-known services.
- [PROMPT_INJECTION]: User-provided project coordinates and feature selections are interpolated into command-line arguments. While this represents a surface for indirect prompt injection, the risk is minimal in the context of project generation and is handled by the agent's inherent command execution safety boundaries.
Audit Metadata