Document Diff

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This skill is a straightforward, user-directed file comparison helper with no hidden install, credentials, persistence, or unrelated behavior shown.

This skill appears safe for its intended use. Before installing or invoking it, remember that diff reports can reveal the contents of the files being compared, especially if you compare entire directories or sensitive documents.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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 agent may display sensitive differences from the files or directories the user asks it to compare.

Why it was flagged

The skill uses local diff commands on user-selected files or directories. This is central to the skill's purpose, but it means file contents and directory comparisons may be surfaced in the agent's output.

Skill content
Ask the user for the two file paths to compare if not provided. ... diff -u file_a.txt file_b.txt ... diff -rq dir_a/ dir_b/
Recommendation

Only compare files and directories you intend to share with the agent, and avoid broad directory comparisons unless you understand what may be included.