minecraft-datapack
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is dedicated to providing technical guidance on the Minecraft 1.21.x datapack format, including JSON structures and .mcfunction scripting.
- [COMMAND_EXECUTION]: The skill includes a helper script
scripts/validate-datapack.sh. This script is used locally to verify the integrity of datapack files using standard system utilities likefindandjq. The script follows safety best practices, including variable quoting and the use ofset -euo pipefailto handle errors gracefully. - [EXTERNAL_DOWNLOADS]: No remote code downloads or external dependencies are initiated by the skill. It documentation-only with the exception of the local validator script.
- [DATA_EXFILTRATION]: There are no network operations, credential access, or sensitive file interactions detected. The skill's scope is limited to the user's Minecraft datapack directories.
Audit Metadata