Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Clock Video Production

v1.0.0

create images or footage into polished product videos with this skill. Works with MP4, MOV, JPG, PNG files up to 500MB. product marketers use it for producin...

0· 60·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's name/description (cloud video creation/export) aligns with its runtime instructions (upload files, start render, download MP4). Requesting a single service token (NEMO_TOKEN) is proportional. However, SKILL.md's YAML frontmatter declares a config path (~/.config/nemovideo/) while the registry metadata listed no required config paths — a mismatch worth checking.
!
Instruction Scope
The SKILL.md instructs the agent to automatically obtain an anonymous token and to call multiple external endpoints on mega-api-prod.nemovideo.ai (auth, upload, SSE, render). It also derives headers from local install paths and references a local config path (~/.config/nemovideo/), which implies the agent may read local paths to populate headers. The skill stores session_id for subsequent requests and instructs not to display raw tokens — these are expected for a remote service but increase the data/network footprint and deserve review. There is no explicit guidance about where session_id or tokens are stored (file vs memory).
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk by an installer step. This minimizes on-device install risk.
Credentials
Only NEMO_TOKEN is declared as required, which is consistent with a remote rendering service. Still, SKILL.md will auto-generate an anonymous token by POSTing to an external endpoint if NEMO_TOKEN is not set, meaning the skill will create/use credentials on the user's behalf. The presence of a config path in the frontmatter suggests possible access to ~/.config/nemovideo/, which could contain unrelated sensitive configuration. Confirm whether that local config access is necessary.
Persistence & Privilege
The skill is not marked always:true and does not request permanent agent-wide privileges. It does instruct storing a session_id for the render session, but there is no instruction to persistently modify other skills or global agent settings.
What to consider before installing
What to consider before installing: - Provenance: The skill has no listed homepage or source and was published by an unknown owner. Confirm the service (nemovideo / mega-api-prod.nemovideo.ai) is legitimate and review its privacy and data-retention policies before uploading media. - Network activity: The skill instructs the agent to call external endpoints (auth, upload, SSE, render). If you run sensitive footage through it, assume those files are transmitted to that external service. - Auto-generated credentials: If NEMO_TOKEN is not provided, the skill will generate an anonymous token by contacting the service and use it. Consider providing a dedicated token/account rather than allowing anonymous provisioning, and verify what the token permits and how long it is valid. - Local file/config access: SKILL.md references ~/.config/nemovideo/ and derives headers from install paths (e.g., ~/.clawhub/). Ask the author whether the skill will read those paths and why; only allow access if necessary. - Lack of code to inspect: This skill is instruction-only, so there is no code to audit. If you need higher assurance, request the skill's source code, a service SLA, or a privacy statement from the publisher. - Practical steps: (1) Verify the external domain and service operator, (2) avoid uploading highly sensitive media until you confirm data handling, (3) use an isolated account/token or ephemeral token with limited scope, and (4) ask the publisher to reconcile the configPath metadata mismatch and to document where tokens/session IDs are stored.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dy4cpv538zvqw711qfvrzd584p2kb

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🕰️ Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments