CtrlK
BlogDocsLog inGet started
Tessl Logo

generate-wenyan-theme

Generate custom WeChat CSS themes from natural language descriptions, WeChat article URLs, or recent articles from a WeChat Official Account. Produces a valid CSS file conforming to wenyan and ready for wx-mp-publisher.

60

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./crews/main/skills/generate-wenyan-theme/SKILL.md
SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

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

Required runtime flow for the URL/Account modes runs `wx-mp-hunter fetch ... --html` and `wx-mp-hunter search/account-posts` to obtain outsider-authored WeChat article `content_html`, which is then written to `wenyan-theme-sources.json` and subsequently read by the agent for “分析样式/映射特征”(i.e., free-form HTML prose from public/outsider content enters the LLM context indirectly via the analysis step).

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill invokes runtime fetches of WeChat article HTML from https://mp.weixin.qq.com (via the wx-mp-hunter wrapper) and injects the returned content_html into its analysis pipeline to drive CSS generation, so external article content can directly influence model outputs.

Repository
TeamWiseFlow/xiaobei
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.