errors-api-e2e
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands to orchestrate the test environment. It uses
psqlto query and seed the local PostgreSQL database,curlto send data to ClickHouse and the local webapp API, andnodeto run the local CLI tool (packages/cli-v3/dist/esm/index.js). - [CREDENTIALS_UNSAFE]: The skill reads configuration from the
.envfile to retrieveDATABASE_URLandCLICKHOUSE_URL. It also queries the local database to extract a developmentapiKeyfrom theRuntimeEnvironmenttable to authenticate test requests againstlocalhost:3030.
Audit Metadata