auto-format-doc
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to perform file formatting. It uses a platform-aware check to choose between
ajustandsjust(wrappers for the Just command runner) to run project-specific formatting recipes. - [EXTERNAL_DOWNLOADS]: If the primary formatting command fails, the skill falls back to
npx --yes prettier@3. This operation fetches the Prettier package from the official npm registry (npmjs.com). This is a well-known and standard development practice for ensuring tool availability without manual installation.
Audit Metadata