effective-java
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/checkstyle_setup.pyutility downloads the Checkstyle executable JAR file from the official releases page of the Checkstyle organization on GitHub. - [COMMAND_EXECUTION]: The setup script applies execution permissions (chmod +x) to the generated
run_checkstyle.shshell script to allow users to execute the linting tool. - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected. The skill's primary focus is providing architectural guidance and static analysis configuration for Java projects.
Audit Metadata