nw-mutation-test
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes development-related commands including test runners (
pytest), mutation testing tools (cosmic-ray,PIT,Stryker), and version control (git checkout). These are standard operations for a software engineering agent and are scoped to the project's source and test files. - [COMMAND_EXECUTION]: The skill optionally executes a project-local script (
scripts/mutation/generate_scoped_configs.py) to automate configuration. This is a common pattern for project-specific automation and does not show signs of malicious intent. - [COMMAND_EXECUTION]: Includes a mandatory post-execution safety step to restore source files via
git checkout -- src/ tests/, which is a best practice for mutation testing to ensure no corrupted code remains in the workspace.
Audit Metadata