X Tweet Fetcher

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill 'x-tweet-fetcher' is designed to fetch tweets from X/Twitter using the FxTwitter public API. The `fetch_tweet.py` script uses standard Python libraries (`urllib.request`, `json`, `re`) to make network requests exclusively to `https://api.fxtwitter.com`. There is no evidence of data exfiltration, malicious execution (e.g., `eval`/`exec` of untrusted input), persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md`. The code's behavior is fully aligned with its stated purpose, and it does not introduce any high-risk capabilities beyond its declared function of querying a specific third-party API.