mutation-testing
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references installation of official packages from the NPM registry, specifically
@stryker-mutator/coreand@stryker-mutator/jest-runner, which are standard tools for the mutation testing domain. - [COMMAND_EXECUTION]: The skill utilizes command-line operations such as
npx stryker initandnpx stryker runto perform its primary function. These are expected behaviors for a tool-based mutation testing skill. - [SAFE]: The inclusion of a formal JSON schema (
schemas/output.json) and a comprehensive evaluation suite (evals/mutation-testing.yaml) indicates a high standard of development and validation, ensuring consistent and predictable behavior.
Audit Metadata