when-auditing-code-style-use-style-audit
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses various command-line tools such as
npx,eslint,prettier,tsc,jq, andgitto perform code analysis, automated formatting, and version control management. All commands are strictly utilized for the stated purpose of code quality auditing. - [EXTERNAL_DOWNLOADS]: Employs
npxto run development packages from the npm registry. These include well-known tools likeeslintandprettier, as well as the platform-specificclaude-flowutility for task orchestration. - [SAFE]: The skill's behavior is transparent and follows safe development practices. It includes explicit steps for creating file backups before applying automated corrections and verifies changes by running the project's existing test suite to prevent regressions.
Audit Metadata