Contract Risk Helper
Overview
Contract Risk Helper identifies common risk clauses in contract text using local pattern matching. No network calls, no credential access, no exec — pure read-only text analysis.
⚠️ Disclaimer: Preliminary identification only. Not legal advice. Consult a qualified attorney for important decisions.
When to Use
- - User provides contract text and asks for risk scan
- Keywords: 合同风险、合同审查、条款风险、帮我看合同、合同检查、扫描合同
Workflow
- 1. Receive contract text — user provides full contract or specific clauses
- Identify contract type — service agreement, NDA, employment, lease, etc.
- Run local pattern scan — match against known risk patterns (reference file)
- Return findings — categorized by severity (critical/warning/advisory) with suggestions
- Flag for attorney review — for critical items
Risk Categories
| Severity | Examples |
|---|
| 🔴 Critical | Unlimited liability, no termination for convenience, broad indemnification |
| 🟡 Warning |
Net 60+ payment, auto-renewal without notice, work-for-hire without scope limit |
| 🟢 Advisory | Missing dispute resolution clause, ambiguous definitions |
Output Format
CODEBLOCK0
Notes
- - All analysis is local pattern matching against reference/common-risks.md
- No data leaves the local environment
- Does not store or transmit contract content
- No external API calls
合同风险助手
概述
合同风险助手通过本地模式匹配识别合同文本中的常见风险条款。无网络调用、无凭据访问、无执行操作——纯只读文本分析。
⚠️ 免责声明:仅作初步识别。不构成法律建议。重要决策请咨询合格律师。
使用场景
- - 用户提供合同文本并要求进行风险扫描
- 关键词:合同风险、合同审查、条款风险、帮我看合同、合同检查、扫描合同
工作流程
- 1. 接收合同文本 — 用户提供完整合同或特定条款
- 识别合同类型 — 服务协议、保密协议、雇佣合同、租赁合同等
- 运行本地模式扫描 — 匹配已知风险模式(参考文件)
- 返回扫描结果 — 按严重程度分类(严重/警告/建议)并附建议
- 标记需律师审查 — 针对严重项目
风险类别
| 严重程度 | 示例 |
|---|
| 🔴 严重 | 无限责任、无便利终止权、宽泛赔偿条款 |
| 🟡 警告 |
60天以上付款期限、无通知自动续约、无限范围雇佣作品 |
| 🟢 建议 | 缺少争议解决条款、定义模糊 |
输出格式
风险扫描结果
共发现 N 个风险项
🔴 严重 (X)
→ 建议操作
🟡 警告 (X)
→ 建议操作
说明
- - 所有分析均为本地模式匹配,依据参考文件 common-risks.md
- 无数据离开本地环境
- 不存储或传输合同内容
- 无外部API调用