compiler
Audited by Gen Agent Trust Hub on Sep 16, 2026
The skill primarily interfaces with local build tools like ./gradlew to compile and test code. This is standard behavior for a development-focused skill. The verify_project capability executes a local shell script ./verify_all.sh. While executing shell scripts carries inherent risks if the script content is malicious, this script is part of the project's own codebase and no evidence of external downloads or malicious payloads was found. The skill instructions explicitly mandate that all scripts and tools must be local and resolvable, which is a good security practice to prevent path traversal or execution of unauthorized binaries. No obfuscation, prompt injection, or data exfiltration patterns were identified in the provided files.