test-grab
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill executes commands using
npmandnpxto manage the project lifecycle, such as installing dependencies, starting a development server, and running automated tests. These are typical operations for a development-focused skill. - External Dependency Installation: The skill runs
npm run fresh:install, which downloads Node.js packages from a registry. This is a standard part of setting up the environment for the provided examples. - Data Ingestion Surface: The skill parses JSON output from CLI commands and monitors browser logs to verify test assertions. While this involves reading external data, it is used strictly for validation logic within the testing framework.
Audit Metadata