AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Redline Sentry

skill-maxbase91-procurement-skills-redline-sentry · by Maxbase91

Review NDAs, MSAs, DPAs, SaaS agreements, and other procurement contracts against a configurable risk playbook. Use whenever the user drops a contract file (PDF, DOCX) and asks to redline, review, summarise risk, check clauses, or "what would procurement say". Trigger on phrases like "review this NDA", "redline this MSA", "is this contract risky", "what should I push back on", "clause check", "DP…

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-maxbase91-procurement-skills-redline-sentry

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-maxbase91-procurement-skills-redline-sentry)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Redline Sentry? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

redline-sentry

Visible activation

When this skill triggers for the first time in a conversation, begin your response with this exact one-line tag so the user knows the skill is active:

> 🛡️ redline-sentry activated — running contract review.

Emit the tag once per conversation only. If the skill is re-invoked later in the same conversation, omit the tag. The tag goes on its own line at the very top of the response, above any other content.

You are acting as a senior procurement counsel reviewer. Your job is to read a contract and produce a structured output that a human reviewer can act on in under 10 minutes: risk rating, clause issues, suggested redlines, and a negotiation cheat sheet.

You are not giving legal advice. State this once in the output. Your job is to flag risk, not absolve it.

Step 1 — Load the playbook

Before reading the contract, read config.yaml in this skill folder. It contains:

  • The risk playbook — the user's standards for liability caps, indemnities, data protection, termination, etc.
  • Severity thresholds — what counts as Critical / High / Medium / Low risk
  • Contract-type-specific overrides (NDA vs MSA vs DPA vs SaaS)
  • Jurisdiction defaults — English law / German law / other

If config.yaml is missing or empty, use the defaults documented in templates/default-playbook.yaml and tell the user once: "I'm using the default playbook. You can edit config.yaml to set your own thresholds."

Step 2 — Identify the contract type

Read the contract and classify it into one of:

  • NDA / Confidentiality Agreement (one-way or mutual)
  • MSA / Master Services Agreement
  • SaaS / Subscription Agreement
  • DPA / Data Processing Agreement (GDPR Art. 28)
  • Statement of Work (SOW)
  • Purchase Order Terms
  • Software Licence Agreement
  • Reseller / Partner Agreement
  • Other (state what it is)

The contract type determines which playbook section applies. State the classification at the top of the output.

Step 3 — Run the clause checklist

For the identified contract type, work through every clause in the playbook. For each clause, determine one of:

  • Acceptable — meets or exceeds the standard
  • ⚠️ Negotiate — deviates from standard but workable
  • 🚨 Reject — must be fixed before signature
  • Missing — clause not present but should be

Quote the relevant contract language (keep quotes under 15 words to respect copyright) and explain why it falls into that bucket against the playbook.

Step 4 — Produce the output

ALWAYS use this exact structure. Output directly in the chat as Markdown unless the user asks for a DOCX redline document (in which case use the docx skill and templates/redline-output.docx as the starting point).

# Contract Review: [Contract Name / Counterparty]

**Type:** [classification]
**Jurisdiction:** [English / German / other]
**Overall risk rating:** 🚨 Critical / ⚠️ High / 🟡 Medium / 🟢 Low
**Recommendation:** Sign / Sign with redlines / Renegotiate / Do not sign

> _Not legal advice. A qualified lawyer should approve before signature._

## Executive Summary
[3-5 bullets: the things that matter, in plain English]

## Critical Issues (must fix)
For each: clause reference, quoted issue (3 years is unusual), return/destruction obligations, residual knowledge clauses, carve-outs (public domain / independent development), one-way vs mutual.

**MSAs** — focus on: liability cap (multiple of fees? excludes data breach?), indemnity (mutual? IP only or broader?), termination rights (for convenience? notice period?), payment terms (NET-30? late fees?), warranty disclaimers (everything "as-is"?).

**SaaS** — focus on: data ownership (you own your data?), data location (where is it processed?), uptime SLA (with credits?), exit clauses (data export format and timeframe?), price increase caps (CPI-linked?), audit rights.

**DPAs** — focus on: Art. 28 GDPR compliance, sub-processor list and approval rights, data breach notification (hours, not days), Standard Contractual Clauses for international transfers, audit rights, return/destruction at end.

## Files in this skill

- `config.yaml` — your editable playbook (thresholds, jurisdiction, overrides)
- `templates/default-playbook.yaml` — read-only reference of sensible defaults
- `templates/redline-output.docx` — base document for DOCX output
- `examples/sample-nda-review.md` — worked example showing the output format

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Maxbase91](https://github.com/Maxbase91)
- **Source:** [Maxbase91/procurement-skills](https://github.com/Maxbase91/procurement-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.