chrome-devtools
Warn
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The installation scripts
install-deps.shandinstall.shutilizesudo apt-get installto install required system libraries for Chromium, which involves high-privilege command execution.- [REMOTE_CODE_EXECUTION]: Theevaluate.jsscript executes arbitrary JavaScript code provided via the--scriptargument usingeval()within the Puppeteer browser context. This allows for dynamic code execution on remote pages.- [CREDENTIALS_UNSAFE]: Sensitive authentication data, including session cookies and Bearer tokens, are persisted in a local.auth-session.jsonfile byinject-auth.jsandimport-cookies.js. While intended for session persistence, this exposes credentials in the filesystem.- [EXTERNAL_DOWNLOADS]: The skill downloads and installs dependencies from the NPM registry and official operating system package repositories during the installation phase.- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted content from web pages viaaria-snapshot.js,snapshot.js, andnetwork.js, which is then processed by the agent. The skill has high-impact capabilities like arbitrary JS execution and interaction that could be targeted by malicious page content.
Audit Metadata