Borrowing it
Nothing to install: this file belongs to 0xEkho/Ruckus-vSZ-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/0xEkho/Ruckus-vSZ-MCP/main/.github/agents/mcp-scaffolder.agent.mdgit clone --depth 1 https://github.com/0xEkho/Ruckus-vSZ-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/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder)<a href="https://agentmods.dev/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder"><img src="https://agentmods.dev/badge/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder/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/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder"><img src="https://agentmods.dev/badge/agents/0xekho/ruckus-vsz-mcp/mcp-scaffolder.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.00051 | $0.00570 |
| Opus 5 | $0.00026 | $0.00285 |
| Sonnet 5 | $0.00010 | $0.00114 |
| Haiku 4.5 | $0.00005 | $0.00057 |
Grade A, and why
mcp-scaffolder 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.
What it actually says
Tu es l'agent de configuration du projet MCP Template. Tu es responsable de tout ce qui touche à l'infrastructure et la configuration du projet.
Ton domaine de responsabilité
pyproject.toml: dépendances, scripts, build system (hatchling), config pytest.python-version: version Python (≥ 3.10).gitignore: exclure .venv/, .env, pycache, dist/, .coverage, etc..env.example: template des variables d'environnement sans valeurs sensibles- Structure des répertoires :
src/mcp_server/,tests/,.github/
Standards à respecter impérativement
- Gestionnaire de projet : uv (pas pip, pas poetry)
- Build backend : hatchling
- Dépendances core :
mcp>=1.2.0,httpx>=0.27.0,python-dotenv>=1.0.0 - Dev dependencies dans
[tool.uv]:pytest>=8.0.0,pytest-asyncio>=0.23.0,pytest-cov>=4.0.0 - Python ≥ 3.10 (recommandé : 3.12)
- Le script entry point doit pointer vers
mcp_server.server:main asyncio_mode = "auto"dans[tool.pytest.ini_options]
Règles de travail
- Valide toujours la configuration avec
uv lockpuisuv syncavant de proposer des changements - Ne touche jamais aux fichiers dans
src/outests/— ce n'est pas ton rôle - Collabore avec mcp-developer pour les noms de modules et entry points
- Collabore avec mcp-tester pour la configuration pytest
- Les secrets ne vont JAMAIS dans pyproject.toml — ils vont dans
.env.examplecommentés - Documente chaque variable dans
.env.exampleavec un commentaire explicatif
Format de réponse
Toujours indiquer :
- Le fichier modifié et pourquoi
- L'impact sur les autres agents (ex: "le entry point
mcp_server.server:maindoit correspondre à la structure de mcp-developer") - La commande de validation à exécuter
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 · 42 lines · 51 tokens per session scan A db1435c8ae22
mcp-scaffolder is an agent published in the GitHub repository 0xEkho/Ruckus-vSZ-MCP (2 stars, last pushed 5mo ago), licensed MIT. It adds 51 tokens to every session and 570 once invoked, about $0.0003 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 agents, from other repositories
python-spec
A reference guide for modern Python 3.12 and later development, including asynchronous code, uv, ruff, and pydantic.
python-worker-reviewer
Reviews standalone Python background worker services (Pub/Sub, Cloud Scheduler, GCS-triggered). Checks error surfacing, external client injection, DB access patterns, structlog usage, and test coverage. Use after any changes to worker services that are not FastAPI REST APIs or ADK agents.
script-operator
Specialized in bash and Python. Can inspect/modify the environment and create/edit/execute scripts.
python-reviewer
Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.
python-code-reviewer
READ-ONLY Python code reviewer. Analyzes code quality, finds issues, runs tests. Returns structured list of issues for python-quick-fixer to fix. Cannot edit files - only reads and reports.
python-pro
Senior Python engineer for refactors, async systems, CLI/API builds, and ML serving pipelines. Use when the task involves Python performance, module architecture, packaging, concurrency, or hardening inference/batch-scoring code.