Skip to main content

crop-image

Enables AI agents to crop images via a dedicated API, supporting both URL-based and file-upload methods with error handling.

Install this skill

or
78/100

Security score

The crop-image skill was audited on Mar 8, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45curl -sS -X POST "https://api.imageclaw.net/crop" \
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -sS -X POST "https://api.imageclaw.net/crop/upload" \
low line 20

External URL reference

SourceSKILL.md
20homepage: "https://imageclaw.net"
low line 21

External URL reference

SourceSKILL.md
21docs: "https://api.imageclaw.net/docs"
low line 22

External URL reference

SourceSKILL.md
22api_base_url: "https://api.imageclaw.net"
low line 30

External URL reference

SourceSKILL.md
30- API Base URL: `https://api.imageclaw.net`
low line 31

External URL reference

SourceSKILL.md
31- Health: `https://api.imageclaw.net/health`
low line 32

External URL reference

SourceSKILL.md
32- Crop by URL: `https://api.imageclaw.net/crop`
low line 33

External URL reference

SourceSKILL.md
33- Crop by Upload: `https://api.imageclaw.net/crop/upload`
low line 34

External URL reference

SourceSKILL.md
34- Docs: `https://api.imageclaw.net/docs`
low line 45

External URL reference

SourceSKILL.md
45curl -sS -X POST "https://api.imageclaw.net/crop" \
low line 48

External URL reference

SourceSKILL.md
48"url": "https://picsum.photos/800/600",
low line 66

External URL reference

SourceSKILL.md
66curl -sS -X POST "https://api.imageclaw.net/crop/upload" \
low line 92

External URL reference

SourceSKILL.md
92"cropped_url": "https://crop.imagebee.net/crops/1772761350_b8050bd6ec26.jpg",
Scanned on Mar 8, 2026
View Security Dashboard