Wc Tool
PassAudited by ClawScan on May 10, 2026.
Overview
This appears to be a simple local word-count tool, though its documentation advertises more features than the included script actually supports.
This skill looks safe for local word-count tasks, but its documentation is more capable than the provided script. Do not rely on unsupported options such as JSON, byte counting, multiple files, or max-line output unless you verify or update the implementation.
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.
The tool may fail or produce different counts than expected, especially for byte counts, JSON output, multiple files, or longest-line calculations.
The documentation advertises several capabilities that the included script does not implement; this is more a reliability/misleading-capability issue than a security threat.
Options: ... -c, --bytes ... -m, --chars ... -L, --max-line ... --files0-from FILE ... --json
Treat the advertised options cautiously and verify behavior before relying on the output in automation or reports.
Users may need to inspect or wire up the script themselves to understand exactly what command will run.
The package provenance and installation path are not documented, although the included script is small, readable, and has no dependencies.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Prefer a clear install or invocation mechanism, and review the included script before using it.
