ultimate-browsing
Fail
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/extract_cookies.pyand its associated modules (cookie_crypto.py,cookie_paths.py) are designed to locate, read, and decrypt browser session cookies from local databases including Google Chrome, Brave, Chromium, and Firefox. It employs platform-specific decryption techniques such as accessing the macOS Keychain via thesecurityutility, using DPAPI (CryptUnprotectData) on Windows, and interacting with the SecretService on Linux to retrieve master keys and decrypt plain-text session tokens. - [COMMAND_EXECUTION]: The skill frequently uses
subprocess.runand other shell execution methods to perform sensitive operations. Specifically: scripts/cookie_crypto.pyexecutes thesecuritycommand on macOS to extract passwords from the Keychain.engine/executor.pyspawnsnodeprocesses to run local JavaScript templates.scripts/extract_cookies.pyexecutesnodeto perform cookie injection into a Chrome DevTools Protocol (CDP) session.engine/fetch_chain.pyandreferences/chrome-stealth.mdcontain logic or instructions to executepip installandnpm installat runtime to satisfy dependencies.- [EXTERNAL_DOWNLOADS]: The skill facilitates the download and installation of external tools and binaries at runtime.
references/chrome-stealth.mdprovides instructions for the agent to installcloakbrowser(a patched stealth Chromium) andagent-browser. Theengine/fetch_chain.pyscript attempts to silently install Python dependencies likecurl_cffiif they are missing. - [REMOTE_CODE_EXECUTION]: The
engine/executor.pymodule facilitates dynamic execution by running bundled Node.js templates (playwright_real_chrome.js,playwright_mobile_chrome.js) and passing them JSON-encoded arguments via stdin. While the templates are local, this pattern executes script logic determined at runtime based on the targeted website's profile.
Recommendations
- AI detected serious security threats
Audit Metadata