reporter-setup
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to facilitate the integration of Testomat.io with common testing frameworks. Its operations, such as environment detection and configuration updates, align with its stated purpose.
- [EXTERNAL_DOWNLOADS]: The skill utilizes official NPM packages including
@testomatio/reporterand thecheck-testsutility. These are standard resources provided by the vendor to enable the reporting service. - [COMMAND_EXECUTION]: The skill executes routine package management and test execution commands (e.g.,
npm install,npx check-tests). These actions are performed to install necessary dependencies and verify project configuration. - [CREDENTIALS_UNSAFE]: The instructions explicitly recommend using
.envfiles for managing API keys and S3 credentials, specifically cautioning against passing sensitive tokens directly in command arguments. This promotes secure secret management practices.
Audit Metadata