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.

What this means

The tool may fail or produce different counts than expected, especially for byte counts, JSON output, multiple files, or longest-line calculations.

Why it was flagged

The documentation advertises several capabilities that the included script does not implement; this is more a reliability/misleading-capability issue than a security threat.

Skill content
Options: ... -c, --bytes ... -m, --chars ... -L, --max-line ... --files0-from FILE ... --json
Recommendation

Treat the advertised options cautiously and verify behavior before relying on the output in automation or reports.

What this means

Users may need to inspect or wire up the script themselves to understand exactly what command will run.

Why it was flagged

The package provenance and installation path are not documented, although the included script is small, readable, and has no dependencies.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Prefer a clear install or invocation mechanism, and review the included script before using it.