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 skills add parisgroup-ai/imersao-ia-setup --skill log-auditgit clone --depth 1 https://github.com/parisgroup-ai/imersao-ia-setupWrote 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/skills/parisgroup-ai/imersao-ia-setup/log-audit)<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/log-audit"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/log-audit/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/skills/parisgroup-ai/imersao-ia-setup/log-audit"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/log-audit.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.00026 | $0.03282 |
| Opus 5 | $0.00013 | $0.01641 |
| Sonnet 5 | $0.00005 | $0.00656 |
| Haiku 4.5 | $0.00003 | $0.00328 |
Grade A, and why
log-audit 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 12d 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 — 421 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Log Audit Skill
Auditoria completa de logs com detecção de padrões, análise de saúde, debugging assistido e verificação de compliance/PII.
Core Principle
Logs contam a história do sistema. Esta skill extrai insights acionáveis.
┌─────────────────────────────────────────────────────────────┐
│ FONTES │ ANÁLISES │ OUTPUT │
├───────────────────┼────────────────────┼────────────────────┤
│ • Railway │ • Padrões erro │ • Relatório .md │
│ • Arquivos .log │ • Saúde/volume │ • Tasks criadas │
│ • Console dev │ • Timeline trace │ • Ações sugeridas │
│ │ • PII/Compliance │ │
└───────────────────┴────────────────────┴────────────────────┘
Comandos
Comando Principal
/log-audit [subcommand] [options]
Subcomandos
| Subcomando | Descrição | Exemplo |
|---|---|---|
railway |
Logs do Railway (default) | /log-audit railway --last 6h |
file |
Arquivo ou glob pattern | /log-audit file logs/*.log |
console |
Output do terminal dev | /log-audit console |
trace |
Timeline de um traceId | /log-audit trace abc123 |
pii |
Apenas verificação PII | /log-audit pii --fix |
health |
Apenas métricas saúde | /log-audit health |
Opções Globais
| Opção | Descrição | Default |
|---|---|---|
--last <duration> |
Período (1h, 6h, 24h, 7d) | 1h |
--service <name> |
Filtrar por serviço | todos |
--output, -o <path> |
Caminho do relatório | docs/audits/ |
--format <md|json> |
Formato de saída | md |
--no-tasks |
Não criar tasks | false |
--severity <level> |
Severidade mínima | all |
--quiet, -q |
Apenas sumário | false |
Fluxo de Execução
┌─────────────────────────────────────────────────────────────┐
│ 1. COLETA │
│ ├─ Railway: railway logs --json │
│ ├─ Arquivo: parse JSON/texto estruturado │
│ └─ Console: buffer recente do terminal │
│ │
│ 2. PARSE │
│ ├─ Extrair campos: timestamp, level, message, etc. │
│ ├─ Validar schema (@repo/logger) │
│ └─ Normalizar mensagens (remover IDs dinâmicos) │
│ │
│ 3. ANÁLISE │
│ ├─ Agrupar erros por similaridade │
│ ├─ Calcular severidade │
│ ├─ Detectar PII leaks │
│ └─ Gerar métricas de saúde │
│ │
│ 4. OUTPUT │
│ ├─ Gerar relatório markdown │
│ ├─ Criar tasks para issues críticas │
│ └─ Exibir sumário no terminal │
└─────────────────────────────────────────────────────────────┘
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 421 lines · 26 tokens per session scan A 2517c774c2d3
log-audit is a skill published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 1mo ago), licensed MIT. It adds 26 tokens to every session and 3,282 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 skills, from other repositories
architecture-optimization
Guided journey from a working codebase grown slow and tangled to one measurably fast, cleanly bounded, and readable. Orchestrates eight skills phase by phase - working-with-legacy-code, clean-architecture, software-design-philosophy, refactoring-patterns, system-design, ddia-systems, release-it, pragmatic-programmer …
remove-technical-debt
Guided journey from a large aged codebase everyone fears to touch to one that is safe to change, legible, bounded, and resilient - paid down in place without a rewrite. Orchestrates eight skills phase by phase - working-with-legacy-code, refactoring-patterns, clean-code, software-design-philosophy, clean-architecture…
release-it
Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "deployment pipeline", "chaos engineering", "retry storm", "health checks", "my service keeps crashing", "prevent cascading failures", or…
top-design
Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…
traction-eos
Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…
create-app
Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…