video-thumbnail
Analysis
This appears to be a simple thumbnail-generation instruction skill, but users should notice that it references a missing script and an undeclared API key.
Findings (2)
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.
python3 scripts/video_thumbnail.py --input <input> --output <output>
The skill tells the user to run a helper script, but the provided manifest contains only SKILL.md and no scripts directory or install spec.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export THUMBNAIL_API_KEY="your-api-key"
The skill asks for an API key, but the registry metadata declares no required environment variables or primary credential.
