xray
Warn
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The file
lib/api.tsprogrammatically reads sensitive file paths, specifically~/.env.keysand~/.config/env/global.env, to extract theX_BEARER_TOKENfor API authentication. While this is the documented method for the tool to function, it involves accessing a global secret store. - [PROMPT_INJECTION]: The skill ingests untrusted data from the X API and syndication endpoints, creating an indirect prompt injection surface.
- Ingestion points: Data is fetched from
api.x.com(search, profiles, threads) andcdn.syndication.twimg.com(syndication endpoint) inlib/api.tsandlib/syndication.ts. - Boundary markers: No specific delimiters or instructions to ignore embedded commands are present in the
SKILL.mdor the script logic when presenting tweet content to the agent. - Capability inventory: The skill can perform network requests to the X API and write configuration and research reports to the local file system.
- Sanitization: The tool performs basic cleaning of text in
lib/format.tsbut does not sanitize for malicious instructions within fetched tweet content.
Audit Metadata