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/synapsor/synapsor-runner/copilot-instructionsgit clone --depth 1 https://github.com/Synapsor/Synapsor-RunnerWhat 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.00153 | $0.00153 |
| Opus 5 | $0.00077 | $0.00077 |
| Sonnet 5 | $0.00031 | $0.00031 |
| Haiku 4.5 | $0.00015 | $0.00015 |
Grade A, and why
Synapsor-Runner copilot-instructions.md 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 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.
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.
What it actually says
Copilot Instructions
Follow AGENTS.md for this repository.
Synapsor Runner is a database/MCP safety tool. Preserve these invariants:
- model-facing tools are reviewed capabilities, not raw SQL;
- writes are proposals until approval outside MCP;
- direct writeback must enforce tenant scope, primary key targeting, allowed columns, conflict/version guard, affected-row count, idempotency, and receipt recording;
- app-owned handlers must re-check tenant/scope, expected version, idempotency, allowed action, transaction/rollback, and safe receipts;
- tests must cover safety-boundary changes.
Use local commands from AGENTS.md; do not read or edit generated dist/
files when changing source behavior.
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 · 18 lines · 153 tokens per session scan A 6b3d2b385788
Synapsor-Runner copilot-instructions.md is an instructions file published in the GitHub repository Synapsor/Synapsor-Runner (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 153 tokens to every session, about $0.0008 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-31.
Other instructions, from other repositories
AgentAction AGENTS.md
Instructions for dinpd/AgentAction, covering agentaction delivery instructions and release responsibility.
mcp-sentinel CLAUDE.md
Claude Code instructions for kirandevihosur74/mcp-sentinel, covering claude.md, what this is, rules, bright data scraper configuration and registries.
kasa-mcp AGENTS.md
AGENTS.md instructions for aikadimsoy/kasa-mcp, covering kasa — çalışma kuralları / working rules, ölçüm disiplini (asıl ip — atlanmaz), sessiz arıza — bu projenin baş düşmanı, tehdit modeli — aktör etiketi (zorunlu) and bilinen ortam tuzakları.
kasa-mcp CLAUDE.md
Claude Code instructions for aikadimsoy/kasa-mcp, covering kasa — çalışma kuralları / working rules, ölçüm disiplini (asıl ip — atlanmaz), sessiz arıza — bu projenin baş düşmanı, tehdit modeli — aktör etiketi (zorunlu) and bilinen ortam tuzakları.
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.
openrouter-mcp-multimodal AGENTS.md
Instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).