可信 — 风险评分 0/100
上次扫描:18 小时前 重新扫描
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.
技能名称image-compression
分析耗时34.5s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 compress_image.sh reads input image files
文件系统 WRITE WRITE ✓ 一致 compress_image.sh writes compressed output files
命令执行 WRITE WRITE ✓ 一致 Uses sips command for image processing, documented and necessary
网络访问 READ READ ✓ 一致 Uses openclaw CLI for Telegram, documented messaging integration
1 项发现
📧
提示 邮箱 邮箱地址
[email protected]
SKILL.md:5

目录结构

5 文件 · 5.9 KB · 222 行
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

安全亮点

✓ 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