scarcest-not-money-video-gen
Analysis
This is a disclosed WeryAI video-generation helper that needs a WeryAI API key and can upload local image files if that path is explicitly used.
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.
node scripts/video_gen.js wait --json '{"model":"KLING_V3_0_PRO","prompt":"…","duration":10,"aspect_ratio":"9:16"}'The skill is not instruction-only at runtime; its documented workflow runs an included Node.js helper script.
Source: unknown; Homepage: none
The registry metadata does not provide an upstream source or homepage for provenance, even though the package includes a runnable script.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**`WERYAI_API_KEY`**: Secret; **`requires.env`** / **`primaryEnv`**.
The skill requires a WeryAI credential to submit generation, status, model, and upload requests.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Reads the file from disk. **POST**s it to **`https://api-growth-agent.weryai.com/growthai/v1/generation/upload-file`** with `Authorization: Bearer $WERYAI_API_KEY`
Local image inputs, when used, cross the local-to-provider data boundary and are uploaded to WeryAI.
