test-suite-ensure
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard build and test commands across multiple ecosystems, including
npm,npx,pytest,go test,cargo test,mvn, andgradlew. These operations are limited to the project's testing and build lifecycle. - [EXTERNAL_DOWNLOADS]: Installs necessary testing dependencies (e.g.,
vitest,jest,pytest-cov) using official package registries like NPM and PyPI. These are well-known services and essential for the skill's stated purpose of scaffolding test environments. - [REMOTE_CODE_EXECUTION]: Generates unit and E2E test files based on existing project logic and executes them. It includes a 2-round auto-fix mechanism that attempts to resolve test failures by modifying code, which is a standard feature for AI-driven development tools.
- [DATA_EXFILTRATION]: Performs local project analysis by scanning metadata files such as
package.json,go.mod, andpyproject.tomlto determine the tech stack. No evidence of data being transmitted to external or untrusted domains was found.
Audit Metadata