Document Congruence Checker
PassAudited by ClawScan on May 5, 2026.
Overview
This instruction-only skill appears coherent and benign; it compares user-provided documents and only notably may run local document-parsing commands.
This looks safe for its stated purpose. Before installing, note that document contents may be read and parsed locally, and the generated report may contain sensitive contract, financial, or personal details; review reports before sharing and avoid using untrusted document parsing tools.
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.
Documents could be processed by local parsing tools, so malformed or untrusted files carry the normal risks of local file conversion utilities.
The skill may invoke local command-line document parsers. This is purpose-aligned for PDF/DOCX extraction, but it means user-provided files may be passed to local executables.
- `exec` - Run document parsing tools (pdftotext, docx2txt, etc.)
Use trusted, up-to-date parsing tools and keep command execution limited to document extraction for files the user intentionally provides.
