TikTok Video Maker
Analysis
This is a disclosed LovelyBots API integration that uses an API key to send user-provided scripts and images for video generation, with no artifact-backed hidden, destructive, or deceptive behavior.
Findings (3)
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.
Submits a video generation job (script + source image → queued video) ... Reports credits remaining after each request
The skill creates remote video-generation jobs and tracks account credits. This is expected for the stated purpose, but it is still an account-affecting API action.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Always send `Authorization: Bearer $LOVELYBOTS_API_KEY` on every API request.
The skill requires a bearer token for the user's LovelyBots account. The credential is clearly disclosed and purpose-aligned, but it grants access to the service account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
POST a script and image input (`image`: file upload, URL, or base64) → GET a finished video URL.
User-provided scripts and images are sent to the LovelyBots API and a video/share URL is returned. This data flow is disclosed and central to the purpose, but it crosses a third-party service boundary.
