Scan Report
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.
Safe to install
No action needed. Skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | scripts/read_clipboard.mjs:3 |
| Filesystem | READ | READ | ✓ Aligned | scripts/read_clipboard.mjs - read-only script access |
| Network | NONE | NONE | — | No network calls found |
| Environment | NONE | NONE | — | No env access found |
| Clipboard | READ | READ | ✓ Aligned | SKILL.md declares pbpaste usage; code executes pbpaste |
File Tree
4 files · 1.7 KB · 83 lines Markdown 3f · 64L
JavaScript 1f · 19L
├─
▾
scripts
│ └─
read_clipboard.mjs
JavaScript
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 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