qwed-ai/QWED Legal Verification
Verify legal contracts for deadline calculations, clause contradictions, and liability errors
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Verification mode: deadline, liability, clause, citation, or all | yes | all |
| signing_date | Contract signing date (for deadline verification) | no | — |
| term | Deadline term (e.g., "30 business days") | no | — |
| claimed_deadline | Deadline claimed by LLM | no | — |
| contract_value | Contract value (for liability verification) | no | — |
| cap_percentage | Liability cap percentage | no | — |
| claimed_cap | Liability cap claimed by LLM | no | — |
| clauses | JSON array of clause strings (for clause verification) | no | — |
| citation | Legal citation to verify (for citation verification) | no | — |
| country | Country code for holiday calculations (default: US) | no | US |
| state | State code for regional holidays (optional) | no | — |
Outputs
| name | description |
|---|---|
| verified | Whether all verifications passed |
| results | JSON string with detailed verification results |
| message | Human-readable summary message |