preflight
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local development tools including
git,pnpm(for ESLint and markdownlint), andactionlintviaspawnSync. These commands use array-based arguments to prevent shell injection and are necessary for the skill's purpose of linting changed files. - [SAFE]: The skill adheres to the principle of least privilege by using only necessary Node.js built-in modules and avoiding external dependencies. It handles repository-specific configuration through standard files and provides clear, non-malicious logic for managing linting debt via an optional Linear integration.
Audit Metadata