security-supply-chain
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill automates security best practices by configuring
minimum-release-ageandfrozen-lockfilein pnpm projects. These features provide a quarantine period for new packages and ensure reproducible builds. - [COMMAND_EXECUTION]: The skill uses the Bash tool to check the current
pnpmversion (pnpm --version) and provides an option to upgrade vianpm install -g pnpm@latest. These operations are standard for the skill's utility and are guarded by user confirmation steps. - [EXTERNAL_DOWNLOADS]: Facilitates the update of the
pnpmpackage manager from the official npm registry, which is a standard and trusted source for Node.js tooling. - [PROMPT_INJECTION]: Employs a defensive strategy by explicitly instructing the agent to ignore any external arguments provided with the command, reducing the surface area for injection attacks.
- [DATA_EXPOSURE]: Interacts with
.npmrcand CI/CD configuration files to read and update specific security settings. The instructions are scoped to extracting only relevant configuration keys, and no network exfiltration patterns were detected.
Audit Metadata