spotless
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for the legitimate purpose of managing project code formatting via the Spotless plugin.
- [SAFE]: The included helper script
scripts/inspect-project.pyperforms static analysis of local build configuration files (Gradle, Maven, and TOML) to extract configuration parameters. It does not perform network operations, execute dynamic code, or request elevated privileges. - [SAFE]: All external references target the official Spotless repository on GitHub, which is a well-known and trusted source for this development tool.
- [SAFE]: The instructions leverage standard build tool wrappers (
./gradlew,./mvnw) which is consistent with its stated purpose of project build integration management.
Audit Metadata