browsing
Fail
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The script
scripts/extract-cookies.pyis designed to harvest authentication cookies from local browser profiles, targeting paths such as~/Library/Application Support/Google/Chrome/Default/Cookiesand similar directories for Brave and Zen browsers. - [CREDENTIALS_UNSAFE]: The skill attempts to retrieve encryption keys for browser cookie storage by executing the
security find-generic-passwordcommand to access the macOS Keychain. - [COMMAND_EXECUTION]: Multiple components use
subprocess.runto execute shell commands, includinglsofandkillinscripts/cloak-launch.pyto manage browser processes, andnodeinengine/executor.pyto run JavaScript templates. - [REMOTE_CODE_EXECUTION]: Setup instructions in
references/insane-search/playwright.mdandreferences/agent-browser-setup.mddirect the user to execute commands that download and run code from remote registries, such asnpx @playwright/mcp@latest. - [EXTERNAL_DOWNLOADS]: The skill's components and documentation encourage the installation of several third-party dependencies and CLI tools from external sources, including
yt-dlp,curl_cffi, and specialized stealth Chromium binaries. - [PROMPT_INJECTION]: The skill ingests untrusted data from the public web via its fetching engine in
engine/fetch_chain.py. It implements a defensive evidence chain inengine/content_safety.pyusing hash-based delimiters ([BEGIN UNTRUSTED WEB CONTENT]) and a signal scanner to detect instruction overrides or credential access patterns in the fetched content. Boundary markers and sanitization reports are used to mitigate the risk of the agent obeying instructions embedded in web pages. - [DATA_EXFILTRATION]: The skill establishes a potential exfiltration path by combining the capability to read sensitive local files (browser cookies and Keychain data) with outbound network operations performed via the
curl_cffitransport layer.
Recommendations
- AI detected serious security threats
Audit Metadata