ultimate-browsing
Warn
Audited by Gen Agent Trust Hub on Jul 27, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill includes scripts for extracting and decrypting sensitive browser cookies. The file
scripts/extract_cookies.pytargets browsers like Chrome, Brave, and Firefox on macOS, Linux, and Windows. It utilizes platform-specific APIs for decryption, such as macOS Keychain (security find-generic-password), Linux libsecret/SecretService, and Windows DPAPI (win32crypt.CryptUnprotectData). - [DATA_EXFILTRATION]: While intended for local session maintenance in Tier 2 browsing, the capability to scan, read, and decrypt browser session tokens and cookies from local storage constitutes a significant data exposure risk. The
scripts/extract_cookies.pyscript specifically filters for 'IMPORTANT_COOKIES' like session IDs (SID, SSID, etc.) and provides an--injectflag to send these credentials to a local Chrome DevTools Protocol (CDP) port. - [COMMAND_EXECUTION]: The skill frequently executes shell commands and spawns subprocesses.
engine/executor.pyexecutes Node.js templates usingsubprocess.runto drive Playwright.scripts/cookie_crypto.pyexecutes the macOSsecuritytool via subprocess.- Various reference files (
social.md,video.md,dev.md) instruct the agent to execute third-party CLI tools likexhs,twitter,rdt,yt-dlp,gh,bili, andmcporter. - [EXTERNAL_DOWNLOADS]: The skill performs runtime installation of unverified dependencies.
SKILL.mdcontains a shell command to auto-installcurl_cffi,beautifulsoup4, andpyyamlvia pip if they are missing.references/chrome-stealth.mddirects the agent to installcloakbrowservia pip andagent-browservia npm, along with installing the Chrome binary for Playwright.
Audit Metadata