可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
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.
技能名称img-compress
分析耗时31.7s
引擎pi
可以安装
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 88L · 2.7 KB
└─ 📝 SKILL.md Markdown 37L · 1004 B

安全亮点

✓ 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