144-java-data-oriented-programming
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides architectural guidance for Java development and does not contain any malicious code, hidden payloads, or exfiltration patterns.- [COMMAND_EXECUTION]: The skill requires the use of shell commands to compile and verify the Java project using the Maven build tool (e.g.,
./mvnw compile,mvn clean verify). These are standard developer operations intended to act as safety barriers before and after refactoring code. The commands are static and do not interpolate unvalidated user input.- [PROMPT_INJECTION]: The skill includes a surface for indirect prompt injection as it processes external Java source code. * Ingestion points: Java source files and project configuration files (e.g., pom.xml) in the user's workspace. * Boundary markers: The skill does not explicitly use delimiters to separate user code from instructions. * Capability inventory: The skill can write to the filesystem and execute Maven commands. * Sanitization: No specific sanitization of the input code is defined. * Risk Assessment: The risk is minimal as the instructions are focused on structural Java patterns (records, pure functions) and the workflow mandates compilation and verification steps.
Audit Metadata