generate-classes

Pass

Audited by Gen Agent Trust Hub on Mar 13, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Command Execution: The skill executes Maven commands (./mvnw test) to run specific test cases. This is the primary mechanism for triggering the DSL compiler and is a standard practice for Java-based development workflows.
  • Bytecode Generation: It involves generating .class files from DSL scripts using tools like ANTLR4 and Javassist. While this involves dynamic code creation, it is performed within the local project context for the purpose of developer inspection and testing.
  • Decompilation Utility: The use of javap is provided as a suggested command for inspecting compiled Java bytecode, which is a standard utility for developers and does not pose a security risk.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 13, 2026, 12:36 AM