test-review
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill suggests using standard system and development commands such as find, git, and various language-specific test runners (e.g., pytest, cargo, npm). These commands are intended for repository analysis and test verification within the local project context.
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions for installing reputable, well-known testing utilities like cargo-tarpaulin and cargo-llvm-cov from official package registries. These are standard tools for coverage analysis in the Rust ecosystem.
- [DATA_EXPOSURE]: File system interactions are limited to scanning for project-specific configuration files (such as pyproject.toml or package.json) and test directories. The skill does not attempt to access sensitive system paths, credentials, or environment variables.
Audit Metadata