Ai Intelligent Contract Review

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: ai-intelligent-contract-review Version: 1.0.0 The skill bundle contains only metadata and documentation for an AI-based contract review system. There is no executable code, suspicious network activity, or prompt-injection attempts found in SKILL.md or skill.json. The content is entirely consistent with its stated purpose of legal document analysis.

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.

What this means

If the external repository or dependencies differ from expectations, the installed app could have permissions or behavior not visible in this skill package.

Why it was flagged

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.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-contract-review
cd ai-intelligent-contract-review
pip install -r requirements.txt
python app.py
Recommendation

Only run the setup after reviewing the GitHub repository, requirements file, and app entry point; prefer pinned versions or a trusted release.

What this means

Confidential contract terms may persist in the app's document-management store if the external implementation provides archiving.

Why it was flagged

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.

Skill content
- 合同归档(电子化管理)
...
- 文档管理
Recommendation

Before using real contracts, confirm where documents are stored, who can access them, how long they are retained, and how to delete them.