linter-formatter-init
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The setup script executes standard package managers (bun, npm, pnpm, or yarn) to install development dependencies and configure husky hooks. This behavior is consistent with the skill's primary purpose of project initialization.
- [EXTERNAL_DOWNLOADS]: The skill triggers the installation of well-known and trusted development packages (such as @biomejs/biome, eslint, and prettier) from the official NPM registry.
- [REMOTE_CODE_EXECUTION]: Analysis confirms the skill uses subprocess calls with argument lists for local package management tasks, avoiding unsafe shell execution patterns.
Audit Metadata