Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
policy-to-checklist
把征稿启事、通知、比赛规则等转成可执行检查清单与时间线
该技能功能简单明确,仅读取 macOS 剪贴板内容并输出,无恶意行为,仅存在文档夸大功能的问题(声称转清单但实际只输出原文)
Safe to install
可安全使用。如需完整功能(转清单),当前代码不完整,建议补充 AI 处理逻辑或修正文档描述
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | 功能描述与实际行为不符 Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | 无文件读写操作 |
| Network | NONE | NONE | — | 无网络请求 |
| Shell | WRITE | READ | ✓ Aligned | scripts/read_clipboard.mjs:6 仅执行 pbpaste 读取剪贴板 |
| Environment | NONE | NONE | — | 无环境变量访问 |
| Skill Invoke | NONE | NONE | — | 无嵌套调用 |
| Clipboard | READ | READ | ✓ Aligned | scripts/read_clipboard.mjs:6-8 execSync('pbpaste') |
| Browser | NONE | NONE | — | 无浏览器操作 |
| Database | NONE | NONE | — | 无数据库操作 |
File Tree
4 files · 1.7 KB · 84 lines Markdown 3f · 65L
JavaScript 1f · 19L
├─
▾
scripts
│ └─
read_clipboard.mjs
JavaScript
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 无网络请求,无数据外泄风险
✓ 无文件读写操作,不访问敏感路径
✓ 无凭证收割、环境变量遍历等高危行为
✓ 无代码混淆、Base64 编码等反分析技术
✓ 无外部依赖,仅使用 Node.js 内置模块
✓ shell 执行仅限于读取剪贴板的标准命令