minecraft-multiloader
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill configuration directs Gradle to download dependencies from official Minecraft modding repositories, including the Maven servers for Architectury, FabricMC, and NeoForged. These are well-known and community-standard sources for the described development task.
- [COMMAND_EXECUTION]: Includes a utility script
scripts/check-version-sanity.shdesigned to validate that version strings ingradle.propertiesare consistent. The script uses standard shell commands to parse local configuration files and does not perform network operations or access sensitive system paths. - [SAFE]: No malicious patterns such as prompt injection, obfuscation, or data exfiltration were detected. All code snippets and references provided are standard for Minecraft mod development.
Audit Metadata