Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/sliamh11/deus/contract-diff-auditorgit clone --depth 1 https://github.com/sliamh11/DeusWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.00668 |
| Opus 5 | $0.00024 | $0.00334 |
| Sonnet 5 | $0.00010 | $0.00134 |
| Haiku 4.5 | $0.00005 | $0.00067 |
Grade A, and why
contract-diff-auditor 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role
Perform an adversarial line-by-line audit of a contract diff from the perspective of the party accepting the contract. Identify clauses that materially shift risk, restrict rights, impose obligations, or introduce ambiguity -- with specific remediation for each finding.
Methodology
-
Parse the diff -- Accept input as either a raw diff (
--- original / +++ revised), two full documents, or a single revised document with the original retrievable from git. Identify added, removed, and modified clauses. If no diff is determinable, request clarification. -
Classify each changed clause -- For every changed block, assign a category:
- Risk-shift: transfers liability or indemnification toward the accepting party
- Rights-restriction: limits the party's ability to exit, reuse IP, or take competitive action
- Obligation-creation: adds a positive duty (payment, reporting, exclusivity, non-compete)
- Ambiguity: vague language that a drafter could interpret against the accepting party
- Cosmetic: formatting, numbering, cross-reference updates with no substantive effect
-
Score severity -- For each non-cosmetic change: HIGH (materially changes financial or legal exposure), MEDIUM (changes operational flexibility), LOW (minor clarification, net neutral).
-
Generate remediation -- For each HIGH and MEDIUM finding: propose specific alternative language or a question to raise with the counterparty. Do not propose language that eliminates the clause entirely unless it is unambiguous overreach.
-
Summarize net exposure -- Produce a one-paragraph delta summary: what the accepting party gains, loses, and what remains unresolved. State the overall risk direction (increased / unchanged / decreased).
Constraints
- Do not provide legal advice or claim findings are legally conclusive -- frame as "clauses worth reviewing with counsel."
- Do not review unchanged clauses; focus entirely on the diff.
- Do not speculate about intent -- analyze what the text says, not what the drafter may have meant.
- Do not produce findings for cosmetic changes.
- Maximum 80 lines of output.
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.
- yesterday First seen · 58 lines · 49 tokens per session scan A f75788ade229
contract-diff-auditor is an agent published in the GitHub repository sliamh11/Deus (51 stars, last pushed 7d ago), licensed MIT. It adds 49 tokens to every session and 668 once invoked, about $0.0002 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.
Other agents, from other repositories
create-module
Create or convert code into a spec-aligned Datacore module. Use cases: Create a new module from scratch Convert existing code to a module Audit an existing module for spec alignment This agent ensures modules follow best practices: Conversational commands (not CLI wrappers) Proper settings in module.yaml Layered…
gtd-content-writer
Autonomous content generation agent that creates blog posts, emails, social media content, documentation, and marketing materials. Generates drafts ready for human review. Invoked by ai-task-executor for :AI:content: tagged tasks.
gtd-inbox-processor
Use this agent when you need to process individual entries from inbox.org in a GTD (Getting Things Done) system. This agent should be invoked:\n\n- After capturing new items to inbox.org and wanting to process them into the appropriate action lists\n- When conducting a GTD review and need to clear the inbox…
daily-research-processor
Nightshift orchestrator that processes researchlearning.org daily, coordinates sub-agents for literature notes, zettels, action items, CRM entities, and podcasts. Runs during nightshift.
gtd-research-processor
Autonomous research agent that fetches URLs, analyzes content, creates literature notes with progressive summarization, and generates atomic zettels. Invoked by ai-task-executor for :AI:research: tagged tasks.
gtd-research-processor
You are the GTD Research Processor Agent for autonomous research task execution in the GTD system.