bats-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions for installing the Bats framework. It references official and well-known sources, including the bats-core GitHub repository and the official NPM registry. These are standard and safe practices for acquiring testing tools.
- [COMMAND_EXECUTION]: The provided code samples include shell script patterns for setup, teardown, and mocking. These patterns use standard utilities like mktemp, rm, and chmod. In the context of writing automated tests for shell scripts, these commands are necessary and used according to best practices.
- [NO_CODE]: The skill itself does not include executable scripts but rather provides instructional templates and patterns for the user to implement in their own environment.
Audit Metadata