weixin-article-to-obsidian-cn — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited weixin-article-to-obsidian-cn (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A bulleted imperative like {match} tells the agent to never reveal, disclose, or mention something to the user. Used adversarially it can instruct the agent to hide its tool calls or lie about what it did — stripping the transparency a user relies on to trust the agent.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
把微信公众号文章保存为 Obsidian 知识库里的 Markdown 文档,并把正文图片下载到本地资源目录。流程优先使用 opencli weixin download 获取正文,再解析页面源码补齐长图文章的图片和文章元信息。
当用户提出以下需求时使用本技能:
mp.weixin.qq.com 文章链接![[assets/标题/图片.png]]以下场景不应使用本技能:
opencli,先运行:opencli weixin download --url "https://mp.weixin.qq.com/s/example" --output /tmp/weixin-article --download-images true -f yamlopencli 没有抓全图片,或文章是长图页,运行本技能脚本:python3 scripts/download_weixin_article.py "https://mp.weixin.qq.com/s/example" \
--vault-root /path/to/obsidian-vault \
--target-dir "FrontEnd/安全"assets/<文档标题>/ 下的本地文件,并使用 Obsidian 双链语法。scripts/download_weixin_article.py 会执行以下操作:
opencli weixin download,在正文足够完整时复用其 Markdown 正文assets/<安全标题>/--target-dir常用参数:
--vault-root:Obsidian 知识库根目录,默认当前目录。--target-dir:知识库内的相对文档目录,默认知识库根目录。--title:覆盖自动提取到的标题,同时影响资源目录名。--locale:元信息标签语言,可选 zh 或 en,默认 zh。--overwrite:允许覆盖同名 Markdown 文档。assets/<文档标题>/ 下。rg "mmbiz|data:image|http" <文档> 只剩原文链接,没有远程图片引用。![[assets/...]]。~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.