Back to skill
Skillv1.0.0

ClawScan security

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

Scanner verdict

BenignMar 6, 2026, 4:06 AM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's code, instructions, and requirements are coherent with a local video-file organizing/renaming tool and do not request unexplained credentials or network access.
Guidance
This tool appears to do exactly what it says: local file operations to organize and rename videos with preview and undo support. Before using it: (1) run with --preview first to confirm planned changes; (2) test on a small sample folder; (3) note it creates a local backup file (.video-organizer-backup.json) in the output directory — keep or move that file if it contains mappings you care about; (4) the code performs copy (organize) or rename (rename/undo) operations locally and does not transmit data externally; (5) the package author/source is unknown — if you require higher assurance, review the script yourself or run it in a controlled environment.

Review Dimensions

Purpose & Capability
okName/description (batch rename and organize videos) match the code and SKILL.md. The skill only performs local file operations (organize, rename, preview, undo) and does not request unrelated capabilities or credentials.
Instruction Scope
okSKILL.md instructions align with the implemented behavior: operate on a given directory, offer preview/confirm prompts, save a local backup file and support undo. The instructions reference only local paths and usage of the included Python script; they do not instruct reading unrelated system files or sending data externally.
Install Mechanism
okNo install spec is provided (instruction-only). Source includes a Python script that can be run locally; nothing is downloaded from external URLs or installed automatically, which reduces risk.
Credentials
okNo environment variables, credentials, or external config paths are requested. All required inputs are local directory paths as expected for a file-organizing tool.
Persistence & Privilege
okalways is false and the skill does not modify other skills or system-wide agent settings. It writes a local backup file (.video-organizer-backup.json) into the output directory and performs file copy/rename operations — expected behavior for this functionality.