Skill flagged — suspicious patterns detected

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

Highlight Editor Hd

v1.0.0

create raw video footage into HD highlight reels with this skill. Works with MP4, MOV, AVI, MKV files up to 500MB. sports creators, event videographers, cont...

0· 41·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill claims to render video highlights on cloud GPUs and requires a single API token (NEMO_TOKEN) and a nemovideo config path — this is consistent with a cloud video processing service. However, the SKILL.md also instructs detecting an agent install path (e.g., ~/.clawhub/ or ~/.cursor/skills/) to populate X-Skill-Platform headers, which is not clearly necessary for core functionality and could expose local install layout.
!
Instruction Scope
Instructions contain normal API flows (session creation, SSE, multipart upload) and an anonymous-token fallback if NEMO_TOKEN is absent. They also require inclusion of custom attribution headers and state that X-Skill-Platform is detected from local install paths — this implies the agent should inspect filesystem paths or runtime environment beyond the single declared env var. Uploading user video files to an external API is expected, but the install-path detection and automatic transmission of platform/paths risks unnecessary local information leakage.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only, so nothing is written to disk by the skill itself. This is the lowest-risk install mechanism.
Credentials
The only required env var is NEMO_TOKEN (declared as primaryEnv) which is appropriate for a third-party API. The metadata also lists a config path (~/.config/nemovideo/) which is consistent. Minor mismatch: SKILL.md expects detection of other install paths for platform headers but those paths are not listed in required configPaths; this is an unexplained extra data point the agent would need to access.
Persistence & Privilege
The skill does not request always:true and does not indicate modifying other skills or system-wide settings. Autonomous invocation (default) is allowed but not, by itself, a flag — only relevant in combination with other concerns.
What to consider before installing
This skill appears to do what it says — it uploads user-supplied video files to nemovideo.ai and returns rendered MP4s — but check a few things before installing or using it: - Data exposure: Uploaded videos will be sent to an external service (https://mega-api-prod.nemovideo.ai). Do not upload sensitive or private recordings unless you trust that service and have reviewed its privacy/retention policies. - Environment token: NEMO_TOKEN is the only credential requested; treat it like any API secret. Avoid reusing a high-privilege token and consider using a dedicated token with limited scope. - Local-info leak: The skill instructs sending X-Skill-Platform derived from local install paths (e.g., ~/.clawhub/). Ask the developer to confirm what local paths will be inspected and to avoid sending full filesystem paths — this can leak information about your environment. Prefer a sanitized platform string rather than raw path inspection. - Anonymous fallback: If no NEMO_TOKEN is present, the skill will obtain an anonymous token from the external API. That behaviour is reasonable but means work may proceed under an externally-issued short-lived token; check what data is associated with anonymous sessions. - Confirm headers and attribution: The skill says missing attribution headers will cause export to fail with 402. Request clarification why these headers are required and whether they can be minimal to avoid sending unnecessary agent/system metadata. If you need higher assurance, ask the publisher for the skill's source code or for a privacy/security statement. If you cannot confirm how local paths are determined or sanitized, be cautious about installing or running the skill in environments containing sensitive files or secrets.

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

latestvk979f2kscxm4w42m27d6pe1mxn84mk68

License

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

Runtime requirements

🎬 Clawdis
EnvNEMO_TOKEN
Primary envNEMO_TOKEN

Comments