扫描报告
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.
可以安装
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
│ ├─
compress_and_send.sh
Shell
│ └─
compress_image.sh
Shell
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ 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