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/berrio/inkscape-mcp/agents-mdgit clone --depth 1 https://github.com/Berrio/inkscape-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/instructions/berrio/inkscape-mcp/agents-md)<a href="https://agentmods.dev/instructions/berrio/inkscape-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/berrio/inkscape-mcp/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.01413 | $0.01413 |
| Opus 5 | $0.00707 | $0.00707 |
| Sonnet 5 | $0.00283 | $0.00283 |
| Haiku 4.5 | $0.00141 | $0.00141 |
Grade A, and why
inkscape-mcp AGENTS.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.
How it starts
The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instrucciones para agentes de implementación
Este repositorio se rige por PLAN_IMPLEMENTACION.md. El plan es la fuente de verdad de alcance, orden, seguridad, contratos, pruebas y definición de terminado.
Antes de trabajar
- Lee completo este archivo y
PLAN_IMPLEMENTACION.md. - Inspecciona
git status, la fase/WP activos ydocs/progress/. - Identifica un único work package
FXX-WPYYde la fase autorizada. - Confirma que sus dependencias y mini-puertas anteriores están cerradas.
- Inspecciona los archivos existentes antes de editarlos y conserva cambios ajenos.
Si el usuario autoriza implementar/continuar pero no indica fase o WP, ejecuta únicamente el siguiente WP incompleto siguiendo el orden lógico de la sección 21 del plan (F10 es opcional para 1.0). Si solo pide revisar o planificar, no implementes. Nunca ejecutes varios WP en una sola sesión por iniciativa propia.
Forma de ejecución
- Trabaja únicamente en el WP solicitado.
- Usa los IDs
FXX-TYYcomo unidades de trabajo. - No adelantes APIs, refactors o features de WP/fases posteriores.
- Haz cambios pequeños, verificables y coherentes con los ADRs.
- Usa
rg/rg --filespara buscar yapply_patchpara editar manualmente. - No marques
[x]al escribir código. Ejecuta primero la verificación y registra evidencia. - Actualiza la subsección del WP en
docs/progress/FXX.mdy las casillas del plan al finalizar. - No hagas commit, tag, publicación, instalación de software del sistema ni cambios externos salvo autorización explícita.
- No modifiques configuración global de Git, npm, Node, Inkscape o el sistema.
Invariantes de seguridad
- Ninguna tool pública acepta shell, comando, argumentos CLI, acciones Inkscape o extension IDs arbitrarios.
- Ninguna tool pública acepta rutas absolutas; usa rutas relativas o IDs/URIs opacos.
- Toda ruta de documento/asset/output aportada por el cliente pasa por roots canónicos y el resolver seguro.
- Ejecutable/datos/extensiones/fuentes del sistema se descubren solo desde configuración de arranque/proveedores internos confiables y son read-only; nunca se convierten en paths públicos de tools.
- Scratch y temporales usan ubicaciones creadas/controladas por el servidor con límites y limpieza; no amplían los roots visibles al cliente.
- Todo proceso pasa por el runner único con
shell: false, timeout, aborto, límites separados y limpieza; en Windows se termina el árbol completo mediante Job Object/equivalente, no solo el PID padre. - Toda invocación nativa usa un
NativeInputBundleinmutable en staging con hashes/refs locales reescritas y revalidación antes de publicar. - Toda mutación de documento usa lock,
expectedRevisionobligatorio, staging, validación y commit atómico. - Toda sobrescritura de output usa lock y
expectedOutputRevision; un output nuevo falla si ya existe. overwriteesfalsepor defecto; una edición in-place exige backup/política explícita.- SVG/XML se considera no confiable: sin DTD/XXE, scripts ni recursos remotos por defecto. Una tool solo puede pedir un
sanitizeModeigual o más restrictivo que el máximo de confianza configurado al arrancar; nunca puede elegirtrustedpor sí misma. - La versión 1.0 no promete contener exploits desconocidos de Inkscape/Poppler/codecs. Sin sandbox reforzado, solo envía a parsers nativos archivos de origen local confiable y declara esa limitación en doctor/status/docs.
- Artefactos grandes se leen por links/chunks autorizados y acotados; no se cargan completos en memoria ni se envían completos por stdio.
- En stdio, stdout se reserva exclusivamente para MCP; logs a stderr.
- No publiques paths absolutos, contenido de documentos, secretos o variables de entorno en logs/resultados.
- Una capability ausente devuelve un error recuperable; nunca se simula éxito.
- Si HTTP está activo, bearer auth es obligatorio incluso en loopback, además de validar Host/Origin.
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 · 101 lines · 1,413 tokens per session scan A 310845354ebd
inkscape-mcp AGENTS.md is an instructions file published in the GitHub repository Berrio/inkscape-mcp (0 stars, last pushed 3d ago), licensed MIT. It adds 1,413 tokens to every session, about $0.0071 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
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
next.js AGENTS.md
Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.