test
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were identified during the analysis. The skill adheres to its stated purpose of improving test quality.
- [COMMAND_EXECUTION]: The skill detects and suggests execution of standard testing and coverage commands (e.g.,
npm run test:coverage,pytest --cov,go test -cover) based on a project's existing configuration. These commands are typical for development environments and are used strictly for identifying coverage gaps. - [DATA_EXPOSURE]: The skill reads project-specific files such as
package.json,pyproject.toml, and staged code viagit diff. These operations are limited to the current project context and do not attempt to access sensitive system directories, environment variables, or credentials.
Audit Metadata