last30days
Fail
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: HIGHCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses system utilities to access sensitive local storage.
- Evidence: In
scripts/lib/chrome_cookies.py, it executessecurity find-generic-password -w -s "Chrome Safe Storage"to retrieve the encryption key from the macOS Keychain. - Evidence: In
scripts/lib/setup_wizard.py, it executesbrew install yt-dlpto install external dependencies at runtime. - [DATA_EXFILTRATION]: The skill extracts private authentication tokens from local browser files.
- Evidence:
scripts/lib/chrome_cookies.py,scripts/lib/safari_cookies.py, andscripts/lib/cookie_extract.pycontain logic to copy and parse SQLite or binary cookie databases for Chrome, Safari, and Firefox to harvest session tokens for external APIs. - [CREDENTIALS_UNSAFE]: The skill contains a hardcoded functional Bearer token for the Twitter/X web application.
- Evidence: Found in
scripts/lib/vendor/bird-search/lib/twitter-client-base.js. - [PROMPT_INJECTION]: The skill ingests a large volume of untrusted content from social media platforms, creating an indirect prompt injection surface.
- Ingestion points: Social media posts and transcripts are fetched in
reddit.py,bird_x.py,youtube_yt.py,tiktok.py, andinstagram.py. - Boundary markers: Defensive tags (
<untrusted_content>) are used inscripts/lib/rerank.py, and safety warnings are included inscripts/lib/render.py. - Capability inventory: The skill possesses network access (
http.py) and subprocess execution capabilities (scripts/lib/subproc.py). - Sanitization: Content is processed via HTML stripping and length truncation in
scripts/lib/normalize.pybefore being sent to an LLM. - [EXTERNAL_DOWNLOADS]: The skill fetches data from various third-party services and package registries.
- Evidence: Network requests are made to
api.scrapecreators.com,gamma-api.polymarket.com,api.github.com, andopenrouter.aito retrieve research data.
Recommendations
- AI detected serious security threats
Audit Metadata