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 instructions/ethanolivertroy/drata-cli/agents-mdgit clone --depth 1 https://github.com/ethanolivertroy/drata-cliWhat 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.00321 | $0.00321 |
| Opus 5 | $0.00161 | $0.00161 |
| Sonnet 5 | $0.00064 | $0.00064 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
drata-cli AGENTS.md scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Prefer `drata` over handcrafted `curl` or one-off API scripts. What it actually says
AGENTS.md
Use the local drata CLI for Drata/GRC tasks in this repository.
Detailed workflow: skills/drata-cli-workflow/SKILL.md
Getting oriented
- CLI entrypoint:
src/cli.mjs. Library code:src/lib/. Tests:test/(run withnpm test). - OpenAPI specs at
specs/v1.jsonandspecs/v2.jsonare regenerated bynpm run refresh-specs. Do not hand-edit. - If
drataisn't on PATH, runnode ./src/cli.mjsinstead. Check auth withdrata auth status --jsonbefore the first API call. - Node 20+ required.
Key rules
- Prefer
drataover handcraftedcurlor one-off API scripts. - Use versionless commands first (e.g.
drata get-company --json); only pinv1/v2when behavior differs or the user asks. - Use
--jsonfor agent-readable output. - Use read-only mode for reporting:
DRATA_READ_ONLY=1or--read-only. - For writes, run
--dry-run --jsonfirst, then execute only after confirming the request shape. - Never print, commit, or persist real Drata API keys.
- Prefer Keychain auth (
drata auth login --api-key-stdin),--api-key-file, orDRATA_API_KEY_CMDover inline secrets.
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.
- 2d ago First seen · 23 lines · 321 tokens per session scan A 2877c971d0d1
drata-cli AGENTS.md is an instructions file published in the GitHub repository ethanolivertroy/drata-cli (4 stars, last pushed 4mo ago), licensed MIT. It adds 321 tokens to every session, about $0.0016 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
filegrc AGENTS.md
Instructions for Alignbase/filegrc, covering filegrc repository instructions, purpose, agent-facing product surface, product principles and standards alignment.
korean-law-alio-mcp CLAUDE.md
Instructions for scvcoder/korean-law-alio-mcp, covering claude.md, structure, commands, alio 공공기관 내부규정 일괄 수집 (배치) and 보고서형 공시 카테고리 (reportgbn=y) — 단체협약/임금협약/노사협의회.
compliance-agent-skills copilot-instructions.md
Instructions for vaquarkhan/compliance-agent-skills, covering github copilot instructions — compliance-agent-skills, read first, core rules, skill routing (quick) and code changes.
ai-incident-law CLAUDE.md
Claude Code instructions for snapsynapse/ai-incident-law, covering claude.md — ai incident law, purpose, stack, directory layout and conventions.
privacy-kit-cl AGENTS.md
Instructions for Yugoxc/privacy-kit-cl, covering agents.md — guía de integración para una ia, objetivo, paso 0 — detectar el terreno, paso 1 — instalar y configurar and paso 2 — implementar el store.
mcp-eu-compliance AGENTS.md
AGENTS.md instructions for matematicsolutions/mcp-eu-compliance, covering agents.md - mcp-eu-compliance, project purpose, matematic context (hard constraints), mcp tools (tools contract) and build and test.