dev-workflow
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the use of
npm installto download and manage project dependencies from the standard npm registry. - [COMMAND_EXECUTION]: Provides instructions for running routine development commands such as
npm run build-tsfor TypeScript compilation andnpm run testfor executing test suites. - [COMMAND_EXECUTION]: Mentions the optional use of Husky for pre-commit hooks that trigger security scans using tools like Snyk and Talisman, which is a standard practice for maintaining code quality and security.
Audit Metadata