Publish content (text + images/video/link) to WeChat Work (企业微信) customer moments via wiseflow-relay. Credentials (corp_id + corp_secret) read from daemon.env and passed per-request; relay is stateless.
58
68%
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/wxwork-moments/SKILL.mdSecurity
1 critical severity finding. 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.
The code deliberately sends enterprise credentials (corp_id / corp_secret) from environment variables to an external relay service (relay.openclaw-for-business.com / IP 123.60.18.144), which constitutes intentional credential exfiltration and third‑party access risk.
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.
scripts/post_moments.py 在运行时直接消费用户提供的 CLI 文本参数(argparse 的 text)并在 payload 中原样作为朋友圈正文发送到 relay/api;若“正文”由外部自由文本作者(如社交聊天/工单输入)触发该 wrapper,则属于间接提示注入可用的未先选择具体条目的 free text 摄取。
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.