Scan Report
5 /100
nemo-shorts
Short video maker for TikTok, Instagram Reels, and YouTube Shorts - transforms footage into vertical 9:16 clips with auto-captions and music
Pure documentation-only skill describing a legitimate video processing API client with no executable code or security concerns.
Safe to install
This skill is safe to use. It describes a standard API client workflow for video processing without any shell access, credential harvesting, or suspicious behavior.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or implemented |
| Network | READ | READ | ✓ Aligned | Only documents API calls to https://mega-api-prod.nemovideo.ai |
| Shell | NONE | NONE | — | No shell execution described |
| Environment | READ | READ | ✓ Aligned | NEMOVIDEO_API_KEY environment variable only |
| Skill Invoke | NONE | NONE | — | No skill invocation |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser access |
| Database | NONE | NONE | — | No database access |
5 findings
Medium External URL 外部 URL
https://nemovideo.com SKILL.md:22 Medium External URL 外部 URL
https://mega-api-prod.nemovideo.ai SKILL.md:23 Medium External URL 外部 URL
https://cdn.nemovideo.ai/bgm/preview/bgm_upbeat_01.mp3 SKILL.md:284 Medium External URL 外部 URL
https://cdn.nemovideo.ai/outputs/job_short_112/short.mp4 SKILL.md:314 Medium External URL 外部 URL
https://cdn.nemovideo.ai/outputs/job_short_112/thumb.jpg SKILL.md:315 File Tree
1 files · 14.3 KB · 439 lines Markdown 1f · 439L
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ Clear API documentation with proper error handling
✓ No shell execution, credential harvesting, or file system manipulation
✓ Only standard HTTP API calls to documented endpoints
✓ No obfuscation, base64 encoding, or suspicious patterns
✓ Credentials limited to required NEMOVIDEO_API_KEY only
✓ Configuration path (~/.config/nemovideo/) is standard and expected