make-it-pretty
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development tools and formatters via the shell, including
git,npx prettier,black,gofmt, andcargo fmt. These are used for their intended purpose of code analysis and formatting within the project scope. - [COMMAND_EXECUTION]: Uses
git diffto identify recently changed files andgit stashto create safety checkpoints before modifying code. - [DATA_EXPOSURE]: The skill reads project configuration files (e.g., style guides, formatter configs) to ensure consistency with existing project standards.
Audit Metadata