Read Tweet
Analysis
This instruction-only skill is coherent for reading public X/Twitter posts, but it uses Bash/curl and a third-party proxy, so users should be aware of the network requests and broad tool access.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
allowed-tools: Bash, Read ... curl -s "https://api.fxtwitter.com/{username}/status/{tweet_id}"The workflow uses Bash to run curl with URL-derived values and send requests to a third-party tweet proxy. This is aligned with reading tweets, but users should notice the broad shell/network tool use.
如推文包含外链文章,可进一步用 curl 抓取外链内容
The skill optionally suggests fetching articles linked from a tweet with curl. That can be useful, but it expands network access from the Twitter/X proxy to arbitrary linked sites.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
allowed-tools: Bash, Read
The Read tool grants local file-read capability, but the documented tweet-reading workflow does not require reading local files.
