Video Generator Free Ai App
Analysis
This looks like a purpose-aligned cloud video-generation connector, but it sends prompts/media to an external NemoVideo API and uses a service token/session.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
“On first interaction, connect to the processing API before doing anything else” and “Map its instructions to API calls”
The skill asks the agent to make external API calls automatically and to convert backend GUI instructions into endpoint actions. This is expected for the video-generation workflow, but it is still tool automation users should understand.
“Source: unknown” and “Homepage: none”
The skill has limited provenance information. There is no installable code shown, so this is not evidence of malicious behavior, but it makes the external service/operator harder to verify.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
“If `NEMO_TOKEN` environment variable is already set, use it” and “All requests must include: `Authorization: Bearer <NEMO_TOKEN>`”
The skill uses a service bearer token for NemoVideo API access. The token use is disclosed and purpose-aligned, and the skill says not to print tokens.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
“API base: `https://mega-api-prod.nemovideo.ai`” and “Upload: POST `/api/upload-video/nemo_agent/me/<sid>` — file: multipart `-F "files=@/path"`, or URL...”
The skill sends user-provided media, URLs, prompts, and project state to an external cloud video API. That data flow is central to the stated purpose and is disclosed.
