browser-cdp
Fail
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/setup-cdp-chrome.jsaccesses and copies highly sensitive browser files includingLogin Data(which contains encrypted passwords),Cookies, andWeb Datafrom the user's primary Chrome profile directory (~/Library/Application Support/Google/Chrome, ~/.config/google-chrome, etc.). - [DATA_EXFILTRATION]: The
SKILL.mdfile provides specific recipes for extracting authentication credentials from active web sessions, such as:agent-browser --cdp 9222 eval 'localStorage.getItem("token") || document.cookie'. While no automated network transmission is present in the code, the skill is designed to harvest credentials. - [EXTERNAL_DOWNLOADS]: The skill requires the manual installation of an external binary
agent-browservia npm, which is used to execute the browser control logic. - [COMMAND_EXECUTION]: The skill performs aggressive process management, including killing all running Chrome processes using
pkill -9ortaskkill /Fto facilitate the profile copy operation. It also relies onevalfor executing arbitrary JavaScript within the browser context.
Recommendations
- AI detected serious security threats
Audit Metadata