last30days
Fail
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill automatically extracts sensitive authentication tokens and session cookies from the user's local browser storage to authenticate with social media platforms.
scripts/lib/chrome_cookies.py: Accesses the macOS Keychain usingsecurity find-generic-passwordto retrieve the Chrome Safe Storage encryption key and utilizesopensslto decrypt private cookie values.scripts/lib/cookie_extract.py: Programmatically scans the file system forcookies.sqlite(Firefox) andCookies.binarycookies(Safari) to harvestauth_token,ct0, and_session_idcredentials.scripts/lib/env.py: Manages and aggregates these harvested secrets for use in outbound API requests to X/Twitter and Truth Social.- [COMMAND_EXECUTION]: The skill relies on executing various local binaries and shell commands for its core functionality and setup.
scripts/lib/github.py: Executes theghCLI tool to retrieve active GitHub authentication tokens.scripts/lib/youtube_yt.py: Runs theyt-dlpbinary to search for videos and extract transcript data.scripts/lib/subproc.py: Implements a wrapper aroundsubprocess.Popento execute arbitrary command lists with process group management.scripts/lib/xurl_x.py: Shells out to thexurlCLI tool for official X API integration.- [EXTERNAL_DOWNLOADS]: The skill manages software installations at runtime and communicates with many third-party services.
scripts/lib/setup_wizard.py: Automatically triggers the installation of system packages usingbrew install yt-dlpduring its first-run configuration.scripts/lib/apify.py: Executes remote scraping logic via Apify'srun-sync-get-dataset-itemsAPI for TikTok, Instagram, and Threads.scripts/lib/http.py: Centralizes network operations to numerous external domains including ScrapeCreators, Algolia, and various LLM providers.- [PROMPT_INJECTION]: The skill instructions attempt to override system tool behavior and process untrusted data.
SKILL.md: Contains a 'VOICE CONTRACT' that explicitly instructs the AI to 'SUPERSEDE' and 'IGNORE' the mandatory formatting and citation requirements of the system's core WebSearch tool.scripts/lib/rerank.py: Ingests and processes large volumes of untrusted content from social platforms, which represents a significant attack surface for indirect prompt injection.
Recommendations
- AI detected serious security threats
Audit Metadata