Back to skill
Skillv0.1.0

ClawScan security

ARTICLE_TO_VIDEO_SCRIPT · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMar 2, 2026, 10:11 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill is an instruction-only transformer that asks for pasted articles and produces commentary-style video scripts — its requirements and instructions are coherent and proportionate to the described purpose.
Guidance
This skill is internally consistent and doesn't request credentials or install code. Before using it, avoid pasting private or sensitive documents (personal data, unreleased research, or confidential client materials) because the skill processes whatever text you provide. Also review outputs for factual accuracy and potential defamatory or biased claims, since the instructions explicitly ask for opinionated commentary. If you need guarantees about privacy or audit logging, prefer a vetted plugin that documents data handling or run transformations locally under your own control.

Review Dimensions

Purpose & Capability
okName/description match the runtime instructions: the SKILL.md defines a clear article→script transform and requests only the pasted ARTICLE and a MODE. There are no unrelated binaries, credentials, or config paths requested.
Instruction Scope
okRuntime instructions stay inside the stated purpose: they describe how to structure hooks, body, CTAs, and analysis. The skill does not instruct the agent to read files, access environment variables, or send data to external endpoints. It explicitly requires confirmation of mode before producing output.
Install Mechanism
okNo install spec and no code files are present. This is the lowest-risk delivery model (instruction-only) — nothing is written to disk or downloaded by the skill.
Credentials
okThe skill declares no environment variables, credentials, or config paths. All required inputs are user-provided text fields (MODE and ARTICLE), which is appropriate for a text-transformation skill.
Persistence & Privilege
okalways is false and the skill does not request persistent system presence or modifications to other skills. Autonomous invocation is allowed by platform default but is not combined with any elevated privileges or secret access.