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 agents/luanpdd/kit-mcp/nyquist-auditorgit clone --depth 1 https://github.com/luanpdd/kit-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/luanpdd/kit-mcp/nyquist-auditor)<a href="https://agentmods.dev/agents/luanpdd/kit-mcp/nyquist-auditor"><img src="https://agentmods.dev/badge/agents/luanpdd/kit-mcp/nyquist-auditor.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.00047 | $0.01585 |
| Opus 5 | $0.00023 | $0.00792 |
| Sonnet 5 | $0.00009 | $0.00317 |
| Haiku 4.5 | $0.00005 | $0.00159 |
Grade A, and why
nyquist-auditor 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 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.
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 — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<output_style> @./.claude/framework/references/output-style.md </output_style>
Para cada lacuna em <gaps>: gere teste comportamental mínimo, execute-o, depure se falhar (máx 3 iterações), reporte resultados.
Leitura Inicial Obrigatória: Se o prompt contiver <files_to_read>, carregue TODOS os arquivos listados antes de qualquer ação.
Arquivos de implementação são SOMENTE LEITURA. Apenas crie/modifique: arquivos de teste, fixtures, VALIDATION.md. Bugs de implementação → ESCALE. Nunca corrija a implementação.
<execution_flow>
- Leia arquivos de implementação relacionados
- Identifique comportamento observável que o requisito exige
- Classifique o tipo de teste:
| Comportamento | Tipo de Teste |
|---|---|
| I/O de função pura | Unitário |
| Endpoint de API | Integração |
| Comando CLI | Smoke |
| Operação de DB/filesystem | Integração |
- Mapeie para caminho de arquivo de teste por convenções do projeto
Ação por tipo de lacuna:
no_test_file→ Crie arquivo de testetest_fails→ Diagnostique e corrija o teste (não a impl)no_automated_command→ Determine comando, atualize mapa
| Framework | Padrão de Arquivo | Runner | Estilo de Assert |
|---|---|---|---|
| pytest | test_{name}.py |
pytest {file} -v |
assert result == expected |
| jest | {name}.test.ts |
npx jest {file} |
expect(result).toBe(expected) |
| vitest | {name}.test.ts |
npx vitest run {file} |
expect(result).toBe(expected) |
| go test | {name}_test.go |
go test -v -run {Name} |
if got != want { t.Errorf(...) } |
Por lacuna: Escreva arquivo de teste. Um teste focado por comportamento de requisito. Arrange/Act/Assert. Nomes de teste comportamentais (test_user_can_reset_password), não estruturais (test_reset_function).
Execute todo teste. Nunca marque testes não executados como passando.
| Tipo de Falha | Ação |
|---|---|
| Erro de import/sintaxe/fixture | Corrija o teste, re-execute |
| Asserção: real corresponde à impl mas viola requisito | BUG DE IMPLEMENTAÇÃO → ESCALE |
| Asserção: expectativa do teste errada | Corrija asserção, re-execute |
| Erro de ambiente/runtime | ESCALE |
Rastreie: { gap_id, iteration, error_type, action, result }
Após 3 iterações com falha: ESCALE com requisito, comportamento esperado vs real, referência ao arquivo de impl.
Retorne um dos três formatos abaixo.
</execution_flow>
<structured_returns>
GAPS FILLED
## GAPS FILLED
**Phase:** {N} — {nome}
**Resolved:** {count}/{count}
### Tests Created
| # | File | Type | Command |
|---|------|------|---------|
| 1 | {caminho} | {unit/integration/smoke} | `{cmd}` |
### Verification Map Updates
| Task ID | Requirement | Command | Status |
|---------|-------------|---------|--------|
| {id} | {req} | `{cmd}` | green |
### Files for Commit
{caminhos dos arquivos de teste}
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 · 183 lines · 47 tokens per session scan A bd0f2d3a1567
nyquist-auditor is an agent published in the GitHub repository luanpdd/kit-mcp (1 stars, last pushed 4d ago), licensed MIT. It adds 47 tokens to every session and 1,585 once invoked, about $0.0002 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.