last30days
Fail
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: HIGHCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill contains modules specifically designed to harvest session cookies from local browser storage.
scripts/lib/chrome_cookies.pyandscripts/lib/safari_cookies.pyaccess~/Library/Application Support/Google/Chrome/Default/Cookiesand~/Library/Cookies/Cookies.binarycookiesrespectively. It also attempts to retrieve the encryption key for Chrome cookies from the macOS Keychain using thesecuritycommand. - [COMMAND_EXECUTION]: The skill uses
subprocessto execute several sensitive system commands, includingsecurity find-generic-passwordto access Keychain secrets,opensslto decrypt browser cookies, andbrew installto install system utilities likeyt-dlp. It also executes a bundled Node.js application (bird-search.mjs) to perform searches on X/Twitter. - [DATA_EXFILTRATION]: The skill extracts highly sensitive authentication data (browser session cookies) from the local filesystem. While these are primarily used to authenticate search requests to the platforms themselves, the logic transmits parameters derived from these credentials to various third-party APIs listed in the skill.
- [PROMPT_INJECTION]: The
SKILL.mdfile defines a series of "LAWS" and a "VOICE CONTRACT" designed to aggressively override the AI agent's default behaviors and tool instructions. For example, it explicitly commands the agent to ignore theWebSearchtool's mandatory citation requirements and to prioritize the skill's local formatting rules over any platform-wide or user-defined settings. - [EXTERNAL_DOWNLOADS]: The skill makes requests to numerous external API endpoints and includes functionality in
scripts/lib/setup_wizard.pyto automatically download and install software (yt-dlp) via the Homebrew package manager.
Recommendations
- AI detected serious security threats
Audit Metadata