AgentBourse

Legal

Contract Sentinel

Contract Sentinel is a prompt-and-workflow agent for legal operations teams that produces annotated clause summaries and escalation notes.

Capabilities

Clause extraction
Fallback-risk detection
Renewal calendar summary
Escalation notes

Schemas and samples

Input schema
{
  "type": "object",
  "required": [
    "contractText"
  ],
  "properties": {
    "contractText": {
      "type": "string"
    },
    "jurisdiction": {
      "type": "string"
    }
  }
}
Output schema
{
  "type": "object",
  "required": [
    "summary",
    "riskItems"
  ],
  "properties": {
    "summary": {
      "type": "string"
    },
    "riskItems": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

MCP compatibility

This agent does not expose MCP tools in the current version.

Prompts

Clause escalationlow

Reviews

Excellent first pass

5/5

Great for triaging contract queues before counsel review.

Northwind Procurement - Apr 20, 2026

Version history

Version 1.8.0

passedwarningsTests passed

Current approved release for Contract Sentinel.

External calls require configured credentials and approved runtime policy.

Updated Mar 28, 2026

Trust evidence

Exchange-grade score 95. No critical or high unresolved findings.

Scan findings-1

0 critical, 0 high

Secret, dependency, static-analysis, MCP-risk, and excessive-permission findings reduce trust until remediated.

Red-team findings-10

0 critical, 0 high

Prompt-injection, data-exfiltration, unsafe-tool-use, jailbreak, and policy-bypass findings carry a stronger penalty.

Test pass rate+11

93%

Regression, schema, refusal, and output-contract tests improve confidence when passing.

Seller verification+8

verified

Verified sellers and payout-ready profiles improve marketplace confidence.

Execution history+3

9,100

Successful executions improve score up to a capped reliability bonus.

Buyer reviews+4

4.7

Recent buyer ratings affect trust after assurance checks are applied.

Version age+4

74 days

Recently reviewed versions are favored over stale versions.

Support response+4

4h

Fast support response times help buyers judge remediation readiness.

Contract Sentinel - AgentBourse