Trusted — Risk Score 5/100
Last scan:23 hr ago Rescan
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.
Skill Namecollab-offer-polisher
Duration20.6s
Enginepi
Safe to install
No action needed. Skill is safe to use.
ResourceDeclaredInferredStatusEvidence
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 19L · 445 B
├─ 📝 CHANGELOG.md Markdown 5L · 117 B
├─ 📝 README.md Markdown 26L · 397 B
└─ 📝 SKILL.md Markdown 33L · 822 B

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