502-frameworks-micronaut-rest
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run build and verification commands.
- Evidence: Found in SKILL.md and the reference file, specifically
./mvnw compileand./mvnw clean verify. - Context: These are standard development practices for Micronaut projects to ensure code integrity and functionality after refactoring.
- [EXTERNAL_DOWNLOADS]: The skill references external plugins and dependencies managed by Maven.
- Evidence: Reference to
openapi-generator-maven-pluginin the API-first development section. - Context: Maven downloads dependencies from Maven Central (a well-known repository). The OpenAPI Generator is a standard tool for contract-first development.
Audit Metadata