Dup Finder
v1.0.0Identifies and lists duplicate files in a directory to help users easily clean up and save storage space.
⭐ 0· 19·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The included Python script computes SHA-256 checksums over files and reports duplicate hashes, which is consistent with the 'duplicate files' purpose. No unrelated dependencies, credentials, or external services are required.
Instruction Scope
The SKILL.md tells users to run 'python dup_finder.py', but the provided script is named tool.py (inconsistency). Aside from that mismatch, the runtime instructions are limited to scanning a user-specified directory; the code only reads files within that directory and does not transmit data externally.
Install Mechanism
No install spec is included and this is effectively an instruction + single Python script. That is low risk: nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. The code only reads files from the supplied directory, which is appropriate for the stated function.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify system or other-skill configuration. Autonomous invocation is allowed by platform default but there are no additional privileged actions in the skill.
Assessment
This appears coherent and low-risk, but before installing: (1) note the SKILL.md references dup_finder.py while the bundle contains tool.py — rename or correct the invocation before running; (2) review the script locally (it is short and readable) and run it on a non-sensitive test directory first; (3) avoid running it with elevated privileges or targeting system/root directories unless you intend to scan them; (4) be aware hashing large directories can be slow and I/O intensive; and (5) the SKILL.md lists a price — verify payment/checkout details from the publisher before paying.Like a lobster shell, security has layers — review code before you run it.
latestvk973cte2tz9whwbn02te57hcg18518c1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
