network
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell-based commands (
chrome-use,npx chrome-use) to manage browser network routing, inspect traffic, and control HAR recording. - [EXTERNAL_DOWNLOADS]: Executes the
chrome-usepackage vianpx, which involves downloading code from the standard npm registry at runtime. - [DATA_EXPOSURE]: Includes functionality to record network traffic into HAR files (
chrome-use network har stop /tmp/trace.har). HAR files typically contain sensitive information such as cookies, session tokens, and request/response bodies which must be handled securely.
Audit Metadata