Render and publish Markdown articles to WeChat Official Account (公众号) draft box via wiseflow-relay. Supports multi-account (alias) and image-only posts (小绿书). Credentials stored locally in accounts.json; relay is stateless.
62
74%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./crews/main/skills/wx-mp-publisher/SKILL.mdSecurity
2 findings: 1 critical severity, 1 high severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
High risk: the skill intentionally collects WeChat AppID/AppSecret (and user content) and transmits them to an external relay service (and instructs users to send secrets to an "Agent"), which constitutes credential exfiltration and potential misuse.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
The skill explicitly asks the agent to prompt the user for AppID/AppSecret, write those values into accounts.json, and forwards credentials through the relay, which requires handling and transmitting secret values verbatim.
Low
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.
SKILL 的运行工作流在发布时会直接读取用户提供的 Markdown 文件内容(`scripts/publish_wx_mp.py` 里 `md_path.read_text(...)`),并将其中的文本/图片引用打包并 POST 给 relay 接入点,从而使 LLM 处理到的自由文本来源属于可由外部用户作者控制。
fdc03d6
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.