扫描报告
5 /100
collab-offer-polisher
优化合作邀约与商务沟通的AI skill,读取剪贴板内容进行润色
A focused, single-purpose skill that reads macOS clipboard via pbpaste. All behavior is declared and necessary for functionality.
可以安装
No action needed. Skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | WRITE | ✓ 一致 | scripts/read_clipboard.mjs:3 |
| 文件系统 | READ | READ | ✓ 一致 | scripts/read_clipboard.mjs - read-only script access |
| 网络访问 | NONE | NONE | — | No network calls found |
| 环境变量 | NONE | NONE | — | No env access found |
| 剪贴板 | READ | READ | ✓ 一致 | SKILL.md declares pbpaste usage; code executes pbpaste |
目录结构
4 文件 · 1.7 KB · 83 行 Markdown 3f · 64L
JavaScript 1f · 19L
├─
▾
scripts
│ └─
read_clipboard.mjs
JavaScript
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Single, focused functionality with clear purpose
✓ All behavior declared in SKILL.md
✓ No network access, credential access, or file writing
✓ No obfuscation or suspicious patterns
✓ Plain JavaScript with no encoded payloads
✓ macOS-only tool (pbpaste) - scoped execution
✓ Error handling present for empty clipboard