Uniq Tool

PassAudited by ClawScan on May 6, 2026.

Overview

This looks like a simple local duplicate-line tool with no network or credential behavior, though its documentation advertises options the included script does not implement.

This skill appears safe for local text-processing tasks. Be aware that the included script does not implement every option described in the README-style instructions, so verify behavior before using it in an automated workflow.

Findings (1)

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 behave differently than expected if a user or agent tries the documented unsupported options.

Why it was flagged

These options are advertised in the skill documentation, but the included script only defines an optional input file and `-c/--count`. This is a functionality/documentation mismatch rather than evidence of malicious behavior.

Skill content
- `-d`: Only show duplicate lines
- `-u`: Only show unique (non-duplicate) lines
- `-i`: Case-insensitive comparison
Recommendation

Use the implemented behavior only, or ask the publisher to align the documentation and script before relying on the missing options.