扫描报告
0 /100
img-compress
Batch compress image file sizes (JPG/PNG), keep dimensions, reduce volume
Legitimate image compression tool using Pillow with no security issues found.
可以安装
Safe to use as documented. The filesystem:WRITE permission is necessary for in-place file overwriting and is declared in SKILL.md.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | SKILL.md states 'Overwrites original files (in-place)', scripts/compress_img.py:… |
| 命令执行 | NONE | NONE | — | |
| 网络访问 | NONE | NONE | — | |
| 环境变量 | NONE | NONE | — | |
| 技能调用 | NONE | NONE | — | |
| 剪贴板 | NONE | NONE | — | |
| 浏览器 | NONE | NONE | — | |
| 数据库 | NONE | NONE | — |
目录结构
2 文件 · 3.6 KB · 125 行 Python 1f · 88L
Markdown 1f · 37L
├─
▾
scripts
│ └─
compress_img.py
Python
└─
SKILL.md
Markdown
安全亮点
✓ Script performs exactly as documented - image compression with Pillow
✓ No network communication, no data exfiltration attempts
✓ No credential harvesting or sensitive file access (~/.ssh, ~/.aws, .env)
✓ No shell execution, no subprocess calls
✓ No obfuscation (no base64, no eval, no encoded payloads)
✓ No curl|bash or wget|sh remote script execution
✓ Files are processed locally using standard PIL library
✓ Documentation accurately describes functionality and behavior