video-transcriber
Analysis
This is a simple video transcription skill, but it references a missing helper script and an undeclared transcription API key that users should verify before use.
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_transcriber.py --input <input> --output <output>
The instructions reference a helper script, while the provided manifest contains only SKILL.md and no code files. This is not malicious by itself, but users should verify the source and contents of any script they run.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export TRANSCRIPTION_API_KEY="your-api-key"
The skill asks for an API key that is not declared in the registry metadata. This credential is purpose-aligned for transcription, but the provider, scope, and handling are not specified.
