Ai Intelligent Contract Review
PassAudited by ClawScan on May 1, 2026.
Overview
The provided files do not show malicious behavior, but the skill points users to external code and may handle sensitive contract documents.
This looks coherent for contract review and does not show malicious instructions in the provided files. Before installing, verify the external repository and dependencies, and decide whether its storage and privacy controls are acceptable for your contracts.
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.
If the external repository or dependencies differ from expectations, the installed app could have permissions or behavior not visible in this skill package.
The skill package itself has no install spec or code files, so following the documented setup would fetch dependencies and run an external application outside the supplied artifacts. This is disclosed and user-directed, but it is a provenance point users should verify.
git clone https://github.com/openclaw-skills/ai-intelligent-contract-review cd ai-intelligent-contract-review pip install -r requirements.txt python app.py
Only run the setup after reviewing the GitHub repository, requirements file, and app entry point; prefer pinned versions or a trusted release.
Confidential contract terms may persist in the app's document-management store if the external implementation provides archiving.
Archiving and document-management features imply contract content may be stored or reused by the application. This is aligned with the contract-review purpose, but the artifacts do not describe retention, storage location, or deletion controls.
- 合同归档(电子化管理) ... - 文档管理
Before using real contracts, confirm where documents are stored, who can access them, how long they are retained, and how to delete them.
