triage-nda

triage-nda is a command for Claude Code from Kromer-Group/Claude-Legal. It costs 20 tokens per session (1,418 once invoked), scanned A, original, Apache-2.0.

A command that quickly screens a non-disclosure agreement, or NDA, which is a contract for keeping shared information confidential. It routes the NDA as standard approval, counsel review, or full legal review.

In plain words
What is it for?
Use it to screen uploaded, linked, or pasted NDAs for issues such as one-sided duties, term length, required exceptions, and prohibited provisions.
Why use it?
It helps decide how much legal attention an incoming NDA needs before someone spends time on a full review. It can use your organization's screening rules or clearly marked market-standard defaults.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md)..

Part of the legal plugin — 6 skills, 5 commands, 5 MCP servers shipped together

Good fit Use it to screen uploaded, linked, or pasted NDAs for issues such as one-sided duties, term length, required exceptions, and prohibited provisions.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Kromer-Group/Claude-Legal
agentmods
npx agentmods add commands/kromer-group/claude-legal/triage-nda

Made for: Claude Code.

Or install legal, the plugin that ships this one along with the rest of its 6 skills, 5 commands, 5 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for triage-nda

README.md
[![agentmods](https://agentmods.dev/badge/commands/kromer-group/claude-legal/triage-nda/github.svg)](https://agentmods.dev/commands/kromer-group/claude-legal/triage-nda)
Your own site
<a href="https://agentmods.dev/commands/kromer-group/claude-legal/triage-nda"><img src="https://agentmods.dev/badge/commands/kromer-group/claude-legal/triage-nda/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for triage-nda

Your own site · 80×15
<a href="https://agentmods.dev/commands/kromer-group/claude-legal/triage-nda"><img src="https://agentmods.dev/badge/commands/kromer-group/claude-legal/triage-nda.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,418 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00020 $0.01418
Opus 5 $0.00010 $0.00709
Sonnet 5 $0.00004 $0.00284
Haiku 4.5 $0.00002 $0.00142

Measured 13d ago against content hash cd9f275f9d0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

triage-nda scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

commands/triage-nda.md · 157 lines

How it starts

The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/triage-nda -- NDA Pre-Screening

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Rapidly triage incoming NDAs against standard screening criteria. Classify the NDA for routing: standard approval, counsel review, or full legal review.

Invocation

/triage-nda

Workflow

Step 1: Accept the NDA

Accept the NDA in any format:

  • File upload: PDF, DOCX, or other document format
  • URL: Link to the NDA in a document system
  • Pasted text: NDA text pasted directly

If no NDA is provided, prompt the user to supply one.

Step 2: Load NDA Playbook

Look for NDA screening criteria in local settings (e.g., legal.local.md).

The NDA playbook should define:

  • Mutual vs. unilateral requirements
  • Acceptable term lengths
  • Required carveouts
  • Prohibited provisions
  • Organization-specific requirements

If no NDA playbook is configured:

  • Proceed with reasonable market-standard defaults
  • Note clearly that defaults are being used
  • Defaults applied:
    • Mutual obligations required (unless the organization is only disclosing)
    • Term: 2-3 years standard, up to 5 years for trade secrets
    • Standard carveouts required: independently developed, publicly available, rightfully received from third party, required by law
    • No non-solicitation or non-compete provisions
    • No residuals clause (or narrowly scoped if present)
    • Governing law in a reasonable commercial jurisdiction

Step 3: Quick Screen

Evaluate the NDA against each screening criterion:

Criterion Check
Mutual vs. Unilateral Are obligations mutual? If unilateral, is that appropriate for the relationship?
Definition of Confidential Information Reasonable scope? Not overbroad (e.g., "all information of any kind")?
Term Within acceptable range? Reasonable for the type of information?
Standard Carveouts All required carveouts present? (independent development, public knowledge, third-party receipt, legal compulsion)
Permitted Disclosures Can share with employees, advisors, contractors who need to know?
Return/Destruction Reasonable obligations on termination? Allows retention of legal/compliance copies?
Residuals If present, narrowly scoped to unaided memory?
Non-Solicitation Any non-solicit provisions embedded?
Non-Compete Any non-compete provisions embedded?
Injunctive Relief Reasonable or one-sided? Pre-determined damages?
Governing Law Acceptable jurisdiction?
Assignment Reasonable assignment provisions?
Unusual Provisions Any non-standard clauses that don't belong in an NDA?

Read the full file on GitHub · 157 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 157 lines · 20 tokens per session scan A cd9f275f9d0f

Subscribe to this mod's changes

triage-nda is a command published in the GitHub repository Kromer-Group/Claude-Legal (11 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 20 tokens to every session and 1,418 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.