minecraft-modding
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard shell commands and build tools necessary for Java-based mod development.
- Uses
grepandcatto inspectgradle.propertiesandbuild.gradlefor platform identification. - Orchestrates development workflows through the Gradle wrapper (
./gradlew), including building the JAR, running the game client/server, and automated data generation. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by reading untrusted project files, though this is integral to its core functionality.
- Ingestion points: Reads local project files (
build.gradle,gradle.properties,settings.gradle) to detect if the project is NeoForge or Fabric. - Boundary markers: None identified in the provided instructions.
- Capability inventory: Can execute arbitrary code defined in the project's build scripts via
./gradlew. - Sanitization: No specific validation is performed on the content of the project files before ingestion.
Audit Metadata