bruno-api-testing
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides various shell commands for using the
bruCLI, including installing the package globally, running API test collections, generating HTML/JUnit reports, and passing environment variables. - [EXTERNAL_DOWNLOADS]: Recommends the installation of the
@usebruno/clipackage from the public npm registry. It also provides GitHub Actions workflow templates that utilize official and well-known actions such asactions/checkout,actions/setup-node, andactions/upload-artifact. - [REMOTE_CODE_EXECUTION]: Describes the core functionality of Bruno which allows the execution of JavaScript scripts (Chai.js) for pre-request logic and post-response assertions. It explicitly documents the CLI's sandbox modes, explaining that the
developermode allows scripts to access Node.js APIs likefsandrequirefor advanced testing needs.
Audit Metadata