Uniq Tool

PassAudited by VirusTotal on May 6, 2026.

Overview

Type: OpenClaw Skill Name: uniq-tool Version: 1.0.0 The skill bundle provides a standard utility for filtering duplicate lines from text. The Python implementation in scripts/uniq.py and the documentation in SKILL.md are consistent with the stated purpose and contain no indicators of malicious intent, data exfiltration, or prompt injection.

Findings (0)

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.