Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
File Organizer Skill
v1.0.0Organize files in directories by grouping them into folders based on their extensions or date. Includes Dry-Run, Recursive, and Undo capabilities.
⭐ 3· 6.2k·42 current·48 all-time
byazzar budiyanto@1999azzar
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (organize files by extension/date, dry-run, recursive, undo) align with the included script and SKILL.md; there are no unrelated environment variables, binaries, or install steps.
Instruction Scope
Runtime instructions only instruct running the included Python script with expected flags (--dry-run, --date, --recursive, --undo). The script operates on the given directory and writes a local organize_history.json; it does not read unrelated system files or call external endpoints.
Install Mechanism
No install spec — instruction-only with a bundled Python script. No remote downloads or package installs are performed.
Credentials
The skill requests no environment variables or credentials (appropriate). Note: it records absolute source and destination paths in organize_history.json (privacy/metadata risk if that file is shared).
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It only writes a history file into the target directory, which is expected for undo functionality.
Assessment
This skill appears to do what it says: organize files locally and keep a history for undo. Before running: (1) run with --dry-run to verify results, (2) avoid pointing it at system/root directories (it will operate under whatever directory you give it), (3) be aware organize_history.json contains absolute paths—do not share that file if it contains sensitive locations, and (4) back up important data if you are nervous. If you want different category mappings, update get_default_mapping() as suggested in SKILL.md.Like a lobster shell, security has layers — review code before you run it.
latestvk974n6y8t0htf0dtncyxyg57x1810r0x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
