CtrlK
BlogDocsLog inGet started
Tessl Logo

baoyu-danger-x-to-markdown

Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.

94

1.88x
Quality

88%

Does it follow best practices?

Impact

100%

1.88x

Average score across 6 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). This skill explicitly fetches and parses arbitrary X/Twitter content from https://x.com (see scripts/graphql.ts: fetchXTweet/fetchXArticle and scripts/http.ts: fetchHomeHtml) and downloads embedded media (scripts/media-localizer.ts), and that untrusted, user-generated content is interpreted to determine further fetches/downloads (e.g., resolveReferencedTweetsFromArticle) as part of the required conversion workflow in SKILL.md.

Report incorrect finding
Repository
jimliu/baoyu-skills
Audited
Security analysis
Snyk

Is this your skill?

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.