fe-code-style
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- Standard Development Workflows: The skill provides instructions for running
mvn checkstyle:checkand a local./build.shscript. These are typical operations for Java developers to ensure code compliance with project standards before submission. - Local Resource Management: Configuration for style rules, such as
checkstyle.xmlandimport-control.xml, is sourced from local project directories. This is a common and secure method for managing project-specific settings. - No Remote Connectivity: There are no detected instances of the skill attempting to download external scripts, connect to remote servers, or exfiltrate data from the local environment.
- Transparent Operation: All commands and file references are clearly documented, and the skill's behavior aligns directly with its stated purpose of diagnosing and fixing code style issues.
Audit Metadata