minecraft-modding
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a shell script (
scripts/check-build.sh) designed to verify the development environment and initiate a project build. It executes standard commands such asjava,grep,cat, and the local Gradle wrapper (./gradlew build). These operations are consistent with the skill's primary purpose of software development and do not exhibit malicious patterns. - [EXTERNAL_DOWNLOADS]: The build verification process relies on the Gradle build system. During execution, Gradle typically fetches dependencies from established, well-known registries such as the Maven Central Repository or official Gradle services. This is standard behavior for Java-based development projects.
- [SAFE]: The code patterns provided for both NeoForge and Fabric platforms follow official documentation and industry best practices. There is no evidence of prompt injection, data exfiltration, or obfuscation. All external links point to official documentation, trusted tools (e.g., Adoptium for JDKs), or community wikis.
Audit Metadata