PRD-review
Analysis
This skill appears coherent and benign: it reviews user-provided PRD documents using a local parser and checklist, with no evidence of network access, credential use, persistence, or hidden behavior.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python scripts/doc_parser.py <文档路径>
The skill explicitly tells the agent to run a bundled local Python parser on a document path. This is purpose-aligned and the included script only parses local document text, but users should ensure the path is the intended PRD file.
dependency:\n python:\n - python-docx==1.1.0\n - PyPDF2==3.0.1
The parser depends on pinned Python packages, while the provided install specification says there is no install spec. This is not suspicious, but users may need to manage these dependencies manually.
