fix-dependency-security
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: No malicious patterns or security risks were detected. The skill follows security best practices for dependency management and supply chain hardening.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard package management and security auditing commands.
- Executes
pnpm audit,pnpm why, andpnpm outdatedto analyze dependencies. - Uses
sfw(Socket Firewall) to wrap installation commands (sfw pnpm install) for network-level protection. - Performs standard cleanup of local environment files (
rm -rf node_modules pnpm-lock.yaml) during troubleshooting. - [EXTERNAL_DOWNLOADS]: The skill references and downloads software from well-known security service providers.
- Installs the Socket Firewall CLI (
sfw) vianpm i -g sfwor by downloading binaries from the official SocketDev GitHub repository. - Integrates with StepSecurity's Harden-Runner and Socket's GitHub Actions for CI/CD security.
Audit Metadata