521-frameworks-micronaut-testing-unit-tests
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill directs the agent to execute standard Maven build commands, specifically
./mvnw compileand./mvnw clean verify, to ensure project stability during the testing refactor process. These operations are performed within the local project environment. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection attack surface as it is designed to ingest and process untrusted user code while having the authority to execute shell-based build tools.
- Ingestion points: The skill reads user-provided Java source code and Micronaut configuration files from the project being analyzed.
- Boundary markers: The instructions do not define specific delimiters or instructions to ignore embedded malicious prompts within the processed user code.
- Capability inventory: The skill allows the agent to execute shell commands through the Maven build system (
mvnand./mvnw). - Sanitization: No explicit sanitization or validation of the user-provided code is mentioned before the code is processed or used to trigger build lifecycle events.
Audit Metadata