browser-trace
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs browser observability and tracing as described in its documentation. It implements a read-only CDP client that records events to local files without interfering with the primary automation flow.
- [EXTERNAL_DOWNLOADS]: The documentation instructs users to install the
browseCLI utility (npm install -g browse) from the public npm registry. This is a standard requirement for the skill's operation. - [CREDENTIALS_UNSAFE]: The skill requires a
BROWSERBASE_API_KEYfor remote session support. The scripts correctly handle this as an environment variable, following security best practices for credential management in development tools.
Audit Metadata