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/fpytloun/intaris/agents-mdgit clone --depth 1 https://github.com/fpytloun/intarisWrote 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/instructions/fpytloun/intaris/agents-md)<a href="https://agentmods.dev/instructions/fpytloun/intaris/agents-md"><img src="https://agentmods.dev/badge/instructions/fpytloun/intaris/agents-md.svg" alt="Measured on agentmods" 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 | $0.22010 | $0.22010 |
| Opus 5 | $0.11005 | $0.11005 |
| Sonnet 5 | $0.04402 | $0.04402 |
| Haiku 4.5 | $0.02201 | $0.02201 |
Grade D, and why
intaris AGENTS.md scanned grade D with 3 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 4d 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.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
Relative paths are resolved against `working_directory` using `os.path.normpath()` to prevent `../../../etc/shadow` traversal bypasses. Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- **Install**: Copy scripts to `~/.claude/scripts/`, merge `hooks.json` into `~/.claude/settings.json`. Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Scripts**: `integrations/claude-code/scripts/session.sh`, `evaluate.sh`, and `stop.sh` — Bash scripts using `curl` and `jq`. Session state tracked as JSON in `/tmp/intaris_state_*.json`. The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 4d ago First seen · 1,277 lines · 22,010 tokens per session scan D 960c6bd9c52a
intaris AGENTS.md is an instructions file published in the GitHub repository fpytloun/intaris (21 stars, last pushed 4d ago), with no licence file. It adds 22,010 tokens to every session, about $0.1100 per session on Opus 5. A static security scan graded it D with 3 findings (reaches for credential files, reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
llm-safe-sql AGENTS.md
AGENTS.md instructions for hyuga611/llm-safe-sql, covering notes for coding agents, what this project is, rules that are not style preferences, where things are and before you say you are done.
Sponsio CLAUDE.md
Claude Code instructions for SponsioLabs/Sponsio, covering agent guide for sponsio, what sponsio is, positioning, what to read first and repository map.
preloop AGENTS.md
AGENTS.md instructions for preloop/preloop, covering preloop development guide, commands, git workflow, keep sample data generic and code style.
vibeguard AGENTS.md
AGENTS.md instructions for majiayu000/vibeguard, covering agent instructions, scope, start here, core rules and delivery policy.
awaithumans-human-in-the-loop-ai-agents CLAUDE.md
Claude Code instructions for awaithumans/awaithumans-human-in-the-loop-ai-agents, covering awaithumans — codebase guide, what this project is, architecture overview, monorepo structure and package dependency rules.
dear-hiring-manager CLAUDE.md
Instructions for extrasmall0/dear-hiring-manager, covering claude.md — dear-hiring-manager, what this is, architecture principle, layout and user data (never in repo).