扫描报告
0 /100
wechat-public-auto
微信公众号自动发文一站式技能 - 内容策划+润色+存草稿一条龙
This skill is a pure skill-orchestration layer with no executable code — it chains other skills (content-operations, humanizer, draft-saving) for WeChat article writing. No scripts, no shell access, no data exfiltration, and credential usage is scoped and necessary.
可以安装
No action needed. The skill is safe to use as designed.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in any file |
| 网络访问 | NONE | NONE | — | No HTTP requests or network calls in any file |
| 命令执行 | NONE | NONE | — | No shell or subprocess calls in any file |
| 环境变量 | NONE | NONE | — | Environment variables referenced only as prerequisites; no iteration or harvesti… |
| 技能调用 | NONE | READ | ✓ 一致 | SKILL.md: lines 1-6 — chains operations-expert, humanizer, and draft-saving skil… |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
3 文件 · 2.8 KB · 81 行 Markdown 2f · 75L
JSON 1f · 6L
├─
_meta.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ No executable code present — skill is purely a workflow orchestrator
✓ No shell, subprocess, or direct system calls
✓ No file read/write operations
✓ No network requests or data exfiltration
✓ No obfuscation (no base64, no eval, no obfuscated strings)
✓ WeChat credentials (WECHAT_APPID, WECHAT_APPSECRET) are declared prerequisites, not harvested
✓ No supply-chain risk since there are no dependencies or scripts
✓ No hidden instructions or prompt injection