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 grep and cat to inspect gradle.properties and build.gradle for 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
Risk Level
SAFE
Analyzed
Mar 28, 2026, 05:38 PM
Security Audit — agent-trust-hub — minecraft-modding