bug-reproduction
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill guides the agent through standard development and testing workflows involving shell commands.
- It utilizes
git bisect runfor automated regression testing across the project's commit history. - It employs
npm test,npm ci, andnpm run buildto execute tests and maintain build integrity. - [SAFE]: The skill proactively implements reliability and security best practices through determinism recipes.
- It provides specific instructions for mocking external network calls using MSW and Playwright routing, ensuring tests are isolated from live services.
- It includes procedures for pinning the system clock and seeding random number generators (RNG) to ensure that reproduction steps are stable and reproducible.
Audit Metadata