instant-id-ip-adapter
Generates stylized avatars from face photos in various styles like anime, 3D, and emoji using the Instant ID API.
Install this skill
or
78/100
Security score
The instant-id-ip-adapter skill was audited on Jun 5, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 16
Curl to non-GitHub URL
SourceSKILL.md
| 16 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
medium line 52
Curl to non-GitHub URL
SourceSKILL.md
| 52 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
medium line 71
Curl to non-GitHub URL
SourceSKILL.md
| 71 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
low line 13
External URL reference
SourceSKILL.md
| 13 | > Requires an each::labs API key. Get one at [eachlabs.ai](https://eachlabs.ai). |
low line 16
External URL reference
SourceSKILL.md
| 16 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
low line 23
External URL reference
SourceSKILL.md
| 23 | "image": "https://example.com/face-photo.jpg", |
low line 52
External URL reference
SourceSKILL.md
| 52 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
low line 59
External URL reference
SourceSKILL.md
| 59 | "image": "https://example.com/selfie.jpg", |
low line 71
External URL reference
SourceSKILL.md
| 71 | curl -X POST https://api.eachlabs.ai/v1/prediction \ |
low line 78
External URL reference
SourceSKILL.md
| 78 | "image": "https://example.com/portrait.jpg", |
Scanned on Jun 5, 2026
View Security Dashboard