imagekit-upload
Facilitates image uploads to ImageKit CDN from file paths or clipboard, providing instant CDN URLs for easy sharing.
Install this skill
or
79/100
Security score
The imagekit-upload skill was audited on Feb 12, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 16
Access to hidden dotfiles in home directory
SourceSKILL.md
| 16 | cd ~/.claude/skills/imagekit-upload/scripts |
low line 33
Access to hidden dotfiles in home directory
SourceSKILL.md
| 33 | cd ~/.claude/skills/imagekit-upload/scripts |
low line 46
Access to hidden dotfiles in home directory
SourceSKILL.md
| 46 | node ~/.claude/skills/imagekit-upload/scripts/upload.js --file "/path/to/image.jpg" |
low line 59
Access to hidden dotfiles in home directory
SourceSKILL.md
| 59 | node ~/.claude/skills/imagekit-upload/scripts/upload.js --clipboard |
medium line 13
Access to .env file
SourceSKILL.md
| 13 | Before using this skill, configure your ImageKit credentials. Create a `.env` file in the scripts directory: |
low line 17
Access to .env file
SourceSKILL.md
| 17 | cp .env.example .env |
medium line 20
Access to .env file
SourceSKILL.md
| 20 | Then edit `.env` and add your credentials: |
medium line 77
Access to .env file
SourceSKILL.md
| 77 | - **Missing credentials**: Verify `.env` file exists with all required variables |
low line 24
External URL reference
SourceSKILL.md
| 24 | - `IMAGEKIT_URL_ENDPOINT`: Your ImageKit URL endpoint (e.g., `https://ik.imagekit.io/your_id`) |
Scanned on Feb 12, 2026
View Security Dashboard