141-java-refactoring-with-modern-features
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute Maven build commands (
mvn compile,./mvnw clean verify) to ensure the project compiles and passes tests. This is a standard and necessary procedure for a code refactoring tool.- [SAFE]: No malicious patterns, such as prompt injection, obfuscation, or unauthorized data exfiltration, were detected within the skill's instructions or references.- [SAFE]: The skill presents an indirect prompt injection surface as it processes untrusted project source files while having access to shell commands. (1) Ingestion points: Local Java source files. (2) Boundary markers: Absent. (3) Capability inventory: Execution of Maven commands via the shell. (4) Sanitization: Absent. This risk is inherent to refactoring tools and is considered safe given the standard build environment usage.
Audit Metadata