Trusted — Risk Score 5/100
Last scan:18 hr ago Rescan
5 /100
keevx-image-to-video
Use the Keevx API to convert images to videos
This is a legitimate API integration skill for Keevx image-to-video conversion with no malicious behavior detected.
Skill Namekeevx-image-to-video
Duration30.5s
Enginepi
Safe to install
This skill is safe to use. Consider removing the hardcoded placeholder example from line 15 to avoid confusion, though it poses no security risk.

Findings 1 items

Severity Finding Location
Low
Placeholder credential in documentation Doc Mismatch
Line 15 shows KEEVX_API_KEY placeholder example. This is a documentation pattern, not actual credential theft risk.
export KEEVX_API_KEY="your_api_key_here"
→ Consider using a clearly marked placeholder format like '<YOUR_API_KEY>' to avoid confusion.
SKILL.md:15
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned API calls to api.keevx.com are declared and appropriate
Filesystem NONE NONE No file operations detected
Shell NONE NONE Only curl examples for API calls, no arbitrary execution
Environment READ READ ✓ Aligned Reads KEEVX_API_KEY from environment as declared
1 High 7 findings
🔑
High API Key 疑似硬编码凭证
API_KEY="your_api_key_here"
SKILL.md:15
🔗
Medium External URL 外部 URL
https://www.keevx.com/main/home.
SKILL.md:12
🔗
Medium External URL 外部 URL
https://docs.keevx.com
SKILL.md:12
🔗
Medium External URL 外部 URL
https://api.keevx.com/v1
SKILL.md:20
🔗
Medium External URL 外部 URL
https://api.keevx.com/v1/figure-resource/upload/file
SKILL.md:88
🔗
Medium External URL 外部 URL
https://api.keevx.com/v1/image_to_video
SKILL.md:116
🔗
Medium External URL 外部 URL
https://api.keevx.com/v1/image_to_video/i2v-xxxxxxxx
SKILL.md:156

File Tree

1 files · 7.9 KB · 276 lines
Markdown 1f · 276L
└─ 📝 SKILL.md Markdown 276L · 7.9 KB

Security Positives

✓ No arbitrary code execution or shell commands
✓ No credential harvesting beyond using user's own API key
✓ No data exfiltration to third-party servers
✓ No obfuscation or encoded payloads
✓ All network activity is limited to the legitimate Keevx API
✓ Skill purpose and implementation are clearly documented
✓ No sensitive path access (ssh, aws, .env files)
✓ No supply chain risks - no dependencies to install