Ai Intelligent Contract Review
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
