test-gap-analyzer
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill describes a standard software quality assurance and testing workflow. It provides structured steps for identifying coverage gaps, ranking them by risk, and generating test specifications.
- [COMMAND_EXECUTION]: The skill instructs the agent to run standard testing commands such as
pytestfor Python andvitestvianpxfor frontend code. These are routine development operations restricted to local project directories. - [EXTERNAL_DOWNLOADS]: The use of
npx vitestis a standard Node.js pattern that may download the test runner from the official registry if not present, which is expected behavior for developer tools.
Audit Metadata