Scan Report
5 /100
bg-remove
图片智能去背景工具,使用 AI 模型自动识别并移除图片背景
A legitimate image background removal tool using the rembg library with no suspicious or malicious behavior detected.
Safe to install
Skill is safe for use. Consider pinning specific versions of rembg and pillow in dependencies for better reproducibility.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Unpinned Dependencies Supply Chain | SKILL.md:89 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md declares file:read, code reads input images at lines 52-58 |
| Filesystem | WRITE | WRITE | ✓ Aligned | SKILL.md declares file:write, code writes output at lines 61-63 |
| Network | NONE | NONE | — | No network requests in script |
| Shell | NONE | NONE | — | No subprocess or shell execution |
| Environment | NONE | NONE | — | No os.environ access |
| Database | NONE | NONE | — | No database access |
File Tree
3 files · 9.9 KB · 369 lines Python 1f · 260L
Markdown 1f · 90L
JSON 1f · 19L
├─
▾
scripts
│ └─
bg-remove.py
Python
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Dependencies 2 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
rembg | * | pip | No | Version not pinned |
pillow | * | pip | No | Version not pinned |
Security Positives
✓ No shell execution or subprocess usage
✓ No credential harvesting or environment variable access
✓ No network requests or data exfiltration
✓ No obfuscation or base64-encoded payloads
✓ No access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ Clear documentation matching actual implementation
✓ Uses legitimate and well-known image processing libraries (rembg, PIL/Pillow)
✓ File operations are limited to declared input/output paths only