用于搜索英文社交平台,包括 Reddit 帖子、Twitter/X 推文和 YouTube 视频。
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/sn-search-social-en/SKILL.mdLow
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
At runtime the required workflow calls public web APIs (Reddit JSON at scripts/reddit_search.py:36-39, TikHub→Twitter at scripts/twitter_search.py:29-33, YouTube Data API at scripts/youtube_search.py:27-31), then copies outsider-authored free text fields (e.g., `selftext`/tweet `full_text`/YouTube `description`) into the JSON that the agent would ingest.
179fea1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.