contrato-review

contrato-review is a skill for Claude Code, Codex from autodevx/legal-skills. It costs 101 tokens per session (1,846 once invoked), scanned A, original, MIT.

A framework for reviewing Brazilian contracts for risky or problematic clauses. It examines items such as the parties, term, price, termination, penalties, jurisdiction, and relevant Brazilian laws.

In plain words
What is it for?
Use it for due diligence and reviews of service agreements, sales contracts, leases, confidentiality agreements, software licences, employment contracts, and other Brazilian agreements.
Why use it?
It helps identify missing protections, legal risks, and points that may need negotiation before signing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for due diligence and reviews of service agreements, sales contracts, leases, confidentiality agreements, software licences, employment contracts, and other Brazilian agreements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/autodevx/legal-skills/contrato-review
Install

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.

Any agent
npx skills add autodevx/legal-skills --skill contrato-review
Clone the repo
git clone --depth 1 https://github.com/autodevx/legal-skills

Made for: Claude Code, Codex.

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 contrato-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/autodevx/legal-skills/contrato-review/github.svg)](https://agentmods.dev/skills/autodevx/legal-skills/contrato-review)
Your own site
<a href="https://agentmods.dev/skills/autodevx/legal-skills/contrato-review"><img src="https://agentmods.dev/badge/skills/autodevx/legal-skills/contrato-review/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 contrato-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/autodevx/legal-skills/contrato-review"><img src="https://agentmods.dev/badge/skills/autodevx/legal-skills/contrato-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,846 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.00101 $0.01846
Opus 5 $0.00051 $0.00923
Sonnet 5 $0.00020 $0.00369
Haiku 4.5 $0.00010 $0.00185

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

Security

Grade A, and why

contrato-review 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 12d 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.

skills/contrato-review/SKILL.md · 177 lines

How it starts

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

Revisão de Contratos — Framework BR

Contexto

Esta skill implementa um framework estruturado de análise contratual conforme legislação brasileira. O objetivo é identificar riscos, cláusulas problemáticas e oportunidades de negociação, gerando um parecer técnico auditável.

Protocolo de análise

Fase 1: Identificação do contrato

Antes de qualquer análise, identificar obrigatoriamente:

  • Tipo: prestação de serviços / compra e venda / locação / NDA / licença software / trabalho / outro
  • Partes: qualificação completa (PJ/PF, CNPJ/CPF, domicílio)
  • Vigência: data de início, prazo, condições de renovação (tácita ou expressa)
  • Valor: preço, forma de remuneração, índice de reajuste
  • Lei aplicável: se declarada; na omissão, aplicar legislação brasileira

Fase 2: Checklist de cláusulas críticas

Cláusulas essenciais (ausência = risco alto)
  • Objeto claramente definido e delimitado
  • Prazo de vigência + condições de renovação
  • Preço, reajuste (índice + periodicidade) e forma de pagamento
  • Multa por inadimplemento (deve ser bilateral)
  • Condições de rescisão imotivada e prazo de aviso prévio
  • Foro eleito (preferencialmente da sede do contratante mais fraco)
  • Obrigações de cada parte detalhadas (não apenas genéricas)
Cláusulas potencialmente abusivas (verificar equilíbrio)
  • Cláusula penal desproporcional
    • B2B: acima de 20% já é questionável
    • CDC (B2C): limite de 2% (art. 52, §1º, CDC)
    • Referência: STJ, REsp 1.119.740/RJ
  • Exclusividade unilateral sem contrapartida financeira proporcional
  • Limitação de responsabilidade que exclua dolo ou culpa grave (nulo — CC art. 422, boa-fé objetiva)
  • Cessão de direitos/obrigações sem consentimento prévio
  • Alteração unilateral de condições essenciais (preço, escopo, prazo)
  • Renúncia antecipada a direitos indisponíveis
  • Cláusula de não-concorrência sem limitação temporal/geográfica
  • Eleição de foro que dificulte acesso à justiça (CDC art. 6º, VIII)
  • Arbitragem imposta em contratos de adesão (questionável se consumidor)

Read the full file on GitHub · 177 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 177 lines · 101 tokens per session scan A 6796667d6e09

Subscribe to this mod's changes

contrato-review is a skill published in the GitHub repository autodevx/legal-skills (12 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 1,846 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

Legal Intake Triage

Use when an inbound business request reaches the legal team — an email, ticket, form submission, or chat ask — to produce a structured intake triage that classifies the request, captures urgency as stated, surfaces conflict-check and confidentiality questions, and proposes a routing recommendation for the legal team…

zgbrenner/agentcounsel · 65 tokens

Templated Legal Response

Use when drafting a response to a routine, recurring legal inquiry from a configured template, with a built-in escalation gate that stops the templated path when the matter shows characteristics that require individualized counsel review.

zgbrenner/agentcounsel · 46 tokens

Legal Meeting Briefing

Use when preparing a structured briefing for a meeting with legal relevance — assembling background, participants, agenda, key documents, open issues, legal considerations, talking points, and a follow-up action-item tracker from the materials provided.

zgbrenner/agentcounsel · 49 tokens

Signature Routing Checklist

Use when a document is believed final and ready to sign — to run a pre-signature completeness checklist, identify signers and signing order, flag blockers, and produce a routing plan for attorney review before the document is sent for execution.

zgbrenner/agentcounsel · 51 tokens

previdencia-brasil

Use para INSS, aposentadoria, benefícios previdenciários, cálculo de contribuição, regras de transição 2026, auxílio-doença, salário-maternidade, pensão por morte. Ativa em "aposentadoria", "INSS", "quando posso me aposentar", "auxílio-doença", "salário-maternidade", "BPC", "contribuição INSS".

AlissonSantos1/brasil-legal-skills · 88 tokens

societario-brasil

Use para abertura de empresa, tipos jurídicos, direitos e deveres de sócios, resolução de conflitos societários, geração de contratos, alvarás, licenças, certidões negativas e análise se vale a pena ter sócio. Ativa em "abrir empresa", "LTDA", "contrato social", "conflito com sócio", "alvará", "certidão negativa".

AlissonSantos1/brasil-legal-skills · 91 tokens