minecraft-world-generation
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive educational content regarding Minecraft world generation formats (Datapacks, NeoForge, Fabric) and registration patterns.
- [COMMAND_EXECUTION]: The included validation script (
scripts/validate-worldgen-json.sh) and its companion Node.js shim (scripts/jq-shim.mjs) perform file system traversal and JSON parsing using standard commands (find,node). These operations are restricted to the user-provided root directory and are used solely for identifying structural errors in Minecraft data files. Proper shell quoting is utilized throughout the scripts to prevent accidental command injection from file paths. - [EXTERNAL_DOWNLOADS]: The documentation references official Minecraft resources and community-trusted tools such as the Minecraft Wiki, NeoForge documentation, and Fabric Wiki. These references are provided for informational purposes and do not involve automated execution of remote code.
Audit Metadata