Borrowing it
Nothing to install: this file belongs to g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP/main/.claude/commands/evidence-lifecycle.mdgit clone --depth 1 https://github.com/g-digital-by-Garrigues/EAD_Enterprise_Suite_MCPWrote 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.
[](https://agentmods.dev/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/evidence-lifecycle)<a href="https://agentmods.dev/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/evidence-lifecycle"><img src="https://agentmods.dev/badge/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/evidence-lifecycle/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.
<a href="https://agentmods.dev/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/evidence-lifecycle"><img src="https://agentmods.dev/badge/commands/g-digital-by-garrigues/ead_enterprise_suite_mcp/evidence-lifecycle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01207 |
| Opus 5 | $0.00000 | $0.00603 |
| Sonnet 5 | $0.00000 | $0.00241 |
| Haiku 4.5 | $0.00000 | $0.00121 |
Grade A, and why
evidence-lifecycle 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Evidence Lifecycle (EAD Enterprise Suite)
Create and manage certified evidence chains, including large file uploads.
Key concepts
- Evidence group: A container that groups related evidence items. Must exist before adding evidence.
- evidenceType:
FILE(documents),PHOTO,VIDEO, orWEB_PLUGIN. - custodyType:
INTERNAL(EAD stores the file) orEXTERNAL(you store the file, EAD certifies the hash). - Sealing: Certifies the entire group — timestamped and legally binding. Long-running (MCP task stays open until complete).
- Large files: Files ≥ 10 MB require the multipart upload flow via
large_evidence_upload_initiate.
IDs you need before starting
caseFileId— fromcase_file_list
Standard flow (< 10 MB)
Step 1 — Create evidence group
evidence_group_create(
id: "<new-uuid>",
caseFileId: "<uuid>",
evidenceType: "FILE", # FILE | PHOTO | VIDEO | WEB_PLUGIN
name: "Group name (max 64 chars)",
description: "Optional description (max 160 chars)"
)
Step 2 — Create evidence item
evidence_create(
id: "<new-uuid>",
caseFileId: "<uuid>",
evidenceGroupId: "<group-uuid>",
title: "Evidence title (max 128 chars)",
fileName: "document.pdf",
hash: "<sha256-hex>", # SHA-256 hex digest of the file
custodyType: "INTERNAL" # INTERNAL | EXTERNAL
)
Returns { uploadFileUrl: "<presigned-s3-url>", ... }.
Shortcut for local files —
evidence_upload: instead of hashing +evidence_create+ manual PUT, callevidence_uploadwith the local file (filePathin stdio mode, orcontentBase64) pluscaseFileId,evidenceGroupId,title,fileName. It computes the SHA-256, registers the evidence, and uploads the bytes in one step. (filePathis rejected in HTTP mode — usecontentBase64there.)
Step 3 — Upload the file
PUT <uploadFileUrl>
Content-Type: application/octet-stream
x-amz-checksum-sha256: <base64-encoded SHA-256> # base64 of the same hash (not hex)
Body: <raw file bytes>
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.
- 11d ago First seen · 145 lines · 0 tokens per session scan A 3df38cf80402
evidence-lifecycle is a command published in the GitHub repository g-digital-by-Garrigues/EAD_Enterprise_Suite_MCP (0 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,207 tokens. 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-31.
Other commands, from other repositories
sign
Sign a PDF — stamp a signature block (name + date, or a PNG signature) on a signed copy.
pipeline-minutar-pdf
Pipeline completo de sentença judicial a partir de PDF (conversão, linha-tempo, relatório, análise, fundamentação, merge).
lawsuit-analysis
A command that analyses legal case documents and produces a structured, self-contained HTML report. It can organise people, claims, responses, evidence, and events from documents such as complaints or briefs.
template-fill
A command that fills registered spreadsheet legal templates with information extracted from PDFs or images. It can use documents from the current case and shared template locations.
legal-risk
Analyze sourced covenant clauses and merger-agreement MAC/MAE language with page-level quotes and risk classification.
arckit.fr-marche-public
You are helping an enterprise architect generate French public procurement documentation (Dossier de Consultation des Entreprises) aligned with the Code de la Commande Publique, UGAP, and DINUM digital doctrine requirements.