verify-tests-fail-without-fix
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Automated Testing Workflow: The skill executes local PowerShell scripts (
BuildAndRunHostApp.ps1,EstablishBrokenBaseline.ps1) to build the application and run tests. This is a standard practice for automating developer verification tasks. - Version Control Operations: It utilizes git commands to detect changes between branches and temporarily revert files to their base state. This allows the tool to verify that tests fail as expected when the bug is still present.
- Pull Request Integration: The script interacts with the GitHub CLI (
gh) to gather pull request metadata, such as the PR number and target branch, which helps in organizing logs and reports correctly. - Dynamic Test Selection: Test classes are automatically identified from the codebase using regular expressions. The use of the
\w+pattern ensures that only valid alphanumeric characters and underscores are used for test filters, providing a layer of input validation.
Audit Metadata