Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Movie Maker Free Export
v1.0.0Skip the learning curve of professional editing software. Describe what you want — trim the clips, add background music, and export as MP4 for free — and get...
⭐ 0· 36·0 current·0 all-time
by@mory128
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The described capability (remote AI video editing and exporting) aligns with the API endpoints and upload/export workflow in SKILL.md and the single credential (NEMO_TOKEN). However the manifest declares a required env var (NEMO_TOKEN) while the instructions also include an anonymous-token flow to mint a token if none is present — this mismatch is unexplained and unnecessary for a strictly coherent manifest. The frontmatter also lists a config path (~/.config/nemovideo/) that the runtime instructions never reference.
Instruction Scope
The runtime instructions stay within the expected scope for a cloud video-editing skill: they describe authenticating, creating a session, uploading files, SSE for edits, polling an export endpoint, and returning a download URL. They do not instruct reading arbitrary local files or other unrelated environment variables. The only slight scope creep is the expectation to 'auto-detect' X-Skill-Platform from an install path (implies reading an install path), though no explicit filesystem reads are described.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be written to disk by default. That lowers installation risk compared to remote downloads or packages.
Credentials
Only one credential (NEMO_TOKEN) is declared, which is appropriate for an API-backed service. But the SKILL.md both checks for NEMO_TOKEN and also instructs generating an anonymous token via the backend if the env var is absent — this contradicts the manifest's 'required env var' claim. The manifest's listed config path (~/.config/nemovideo/) is not used in the instructions; its presence increases the surface area for potential unexpected access if implemented.
Persistence & Privilege
The skill does not request always:true and is user-invocable. The instructions say to store session_id and token for subsequent requests, which is normal for session workflows. There is no instruction to modify other skills or system-wide settings.
What to consider before installing
This skill appears to do what it says (upload videos to a remote AI-rendering service and return downloadable MP4s), but there are a few red flags you should consider before installing or using it:
- Provenance: There is no homepage, documentation, or clear publisher identity. Ask for the service's privacy policy, terms of service, and who operates mega-api-prod.nemovideo.ai before trusting uploads.
- Token handling: The manifest requires NEMO_TOKEN but the runtime instructions will mint an anonymous token if none is present. Decide whether you want the agent to automatically create and store tokens for you. If you prefer control, provision your own NEMO_TOKEN and verify what permissions it grants and how long tokens are retained.
- Data privacy: Using this skill uploads potentially sensitive video files (up to 500MB) to a third-party server. Confirm retention/deletion policy and whether content is used for model training.
- Config path / platform detection: The manifest lists a config path that the instructions don’t use; verify the implementation will not read arbitrary files like ~/.config/nemovideo/ or agent install paths unless you explicitly allow it.
If you need higher assurance: request the skill's source or official homepage, a description of where tokens and session data are stored, and a privacy/security statement from the publisher. If you don't get satisfactory answers, prefer reputable alternatives or local editing tools.Like a lobster shell, security has layers — review code before you run it.
latestvk9742t956aq5cce9sgtxrmhwpd84v8h9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN
