Judgment Analyzer 判决书分析
Analysis
This skill appears purpose-aligned, but users should remember it runs a local document extractor and stores plaintext copies of legal documents.
Findings (3)
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.
python3 ~/.claude/skills/judgment-analyzer/scripts/analyzer.py <输入路径>
The skill instructs the agent/user to run a local Python script against a user-supplied file or folder path. This is purpose-aligned, but it gives the script access to whatever documents are in that selected path.
pdfplumber>=0.10.0 python-docx>=0.8.11
The required Python packages use lower-bound version ranges rather than exact pinned versions. Installing them is a normal, disclosed setup step, but it leaves dependency resolution to the package manager.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
将文本保存到 `输入路径/摘要/` 文件夹...读取 `摘要/` 文件夹中的所有 txt 文件
The workflow creates persistent plaintext extracts of the source legal documents and later uses those text files as AI context. This is disclosed and central to the skill, but judgment documents may contain sensitive case details or personal information.
