scaffolding-test-foundation
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified in the skill instructions.
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of well-known testing libraries from the public npm registry. Evidence: Installation of
vitest,@vitejs/plugin-react,node-mocks-http, and@testing-library/reactvianpm install. - [COMMAND_EXECUTION]: The skill uses shell commands to install dependencies and configure the project environment, which is appropriate for its stated scaffolding purpose. Evidence:
npm install -D ...and file creation forvitest.config.ts.
Audit Metadata