Trusted — Risk Score 0/100
Last scan:18 hr ago Rescan
0 /100
image-compression
自动检测图片大小,当图片超过 Telegram 发送限制时自动压缩。支持调整压缩后的宽度、质量和格式。
A straightforward image compression utility for macOS using the native `sips` command, with no malicious indicators, credential access, or data exfiltration. Documentation accurately reflects the implementation.
Skill Nameimage-compression
Duration34.5s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
Filesystem READ READ ✓ Aligned compress_image.sh reads input image files
Filesystem WRITE WRITE ✓ Aligned compress_image.sh writes compressed output files
Shell WRITE WRITE ✓ Aligned Uses sips command for image processing, documented and necessary
Network READ READ ✓ Aligned Uses openclaw CLI for Telegram, documented messaging integration
1 findings
📧
Info Email 邮箱地址
[email protected]
SKILL.md:5

File Tree

5 files · 5.9 KB · 222 lines
Shell 3f · 149L Markdown 1f · 66L JSON 1f · 7L
├─ 📁 scripts
│ ├─ 🔧 compress_and_send_telegram.sh Shell 30L · 658 B
│ ├─ 🔧 compress_and_send.sh Shell 30L · 694 B
│ └─ 🔧 compress_image.sh Shell 89L · 2.3 KB
├─ 📋 _meta.json JSON 7L · 138 B
└─ 📝 SKILL.md Markdown 66L · 2.2 KB

Security Positives

✓ Documentation accurately describes all script functionality
✓ Uses only built-in macOS tools (sips) with optional optipng
✓ No credential, SSH key, or sensitive path access
✓ No external network calls or data exfiltration
✓ No obfuscation or base64-encoded execution
✓ Creates new files instead of modifying originals
✓ Hardcoded paths reference trusted openclaw skill directory