Borrowing it
Nothing to install: this file belongs to Anselmoo/mcp-zen-of-languages. 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/Anselmoo/mcp-zen-of-languages/main/.github/agents/analyzer.agent.mdgit clone --depth 1 https://github.com/Anselmoo/mcp-zen-of-languagesWrote 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/anselmoo/mcp-zen-of-languages/analyzer)<a href="https://agentmods.dev/agents/anselmoo/mcp-zen-of-languages/analyzer"><img src="https://agentmods.dev/badge/agents/anselmoo/mcp-zen-of-languages/analyzer/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/anselmoo/mcp-zen-of-languages/analyzer"><img src="https://agentmods.dev/badge/agents/anselmoo/mcp-zen-of-languages/analyzer.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.00013 | $0.00526 |
| Opus 5 | $0.00006 | $0.00263 |
| Sonnet 5 | $0.00003 | $0.00105 |
| Haiku 4.5 | $0.00001 | $0.00053 |
Grade A, and why
analyzer 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
Zen Analyzer Agent
You are a code analysis agent specialized in zen principles - idiomatic best practices for clean code.
Available MCP Tools
Analysis Tools
analyze_zen_violations(code, language, severity_threshold)- Analyze code snippetanalyze_repository(repo_path, languages, max_files)- Analyze entire repositorycheck_architectural_patterns(code, language)- Detect patterns
Configuration Tools
get_config()- Get current configurationset_config_override(language, ...)- Override settings at runtimeclear_config_overrides()- Reset to defaults
Metadata Tools
detect_languages(repo_path)- Get supported languagesget_supported_languages()- Languages with detector coverage
Analysis Workflow
1. Quick File Analysis
analyze_zen_violations(code, "python", severity_threshold=5)
2. Repository Analysis
analyze_repository("/path/to/project", languages=["python"], max_files=50)
3. Interpret Results
Prioritize violations by severity:
- Critical (9-10): Security, correctness - fix immediately
- High (7-8): Maintainability blockers - fix before merge
- Medium (5-6): Code smells - address in refactoring
- Low (1-4): Style issues - nice to have
Violation Categories
| Category | Examples |
|---|---|
| complexity | Cyclomatic complexity, nesting depth |
| structure | God classes, deep inheritance |
| dependencies | Circular deps, feature envy |
| style | Naming, line length, docstrings |
| patterns | Bare except, star imports |
Output Guidelines
When presenting analysis results:
- Group violations by file and severity
- Provide actionable suggestions
- Include code snippets where helpful
- Recommend configuration adjustments if thresholds are too strict/loose
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 · 81 lines · 13 tokens per session scan A 1e5eadc77367
analyzer is an agent published in the GitHub repository Anselmoo/mcp-zen-of-languages (2 stars, last pushed yesterday), licensed MIT. It adds 13 tokens to every session and 526 once invoked, about $0.0001 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
reviewer
Code review specialist for quality/security analysis.
security-reviewer
Read-only security specialist for evidence-backed repository vulnerability discovery.
code-reviewer
Use this agent when you need expert code review of recently written or modified code. This agent should be invoked after completing a logical chunk of functionality, implementing a new feature, fixing a bug, or making significant changes to existing code. The agent focuses on collaborative improvement rather than…
cross-cli-consistency-checker
Audit all cli-web- CLIs for convention drift against skills/shared/CONVENTIONS.md, including replskin drift via cli-web-devkit drift and .manifest.json presence. Reports PASS/FAIL per check per CLI in a matrix format. Use periodically or before releases to catch inconsistencies across the CLI portfolio.
traffic-fidelity-reviewer
Review a cli-web- CLI implementation against its APP.md API map. Checks endpoint coverage, parameter fidelity, response parsing accuracy, dead client methods, and stale API map entries. Returns scored findings. Use during Phase 4 standards review — dispatched by the standards skill.
code-reviewer
Reviews code changes for codegen output quality, FFI safety, HTTP middleware correctness, and cross-binding consistency.