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.
git clone --depth 1 https://github.com/gonzalezpazmonica/pm-workspaceWrote 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/commands/gonzalezpazmonica/pm-workspace/audit-export)<a href="https://agentmods.dev/commands/gonzalezpazmonica/pm-workspace/audit-export"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/audit-export/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/commands/gonzalezpazmonica/pm-workspace/audit-export"><img src="https://agentmods.dev/badge/commands/gonzalezpazmonica/pm-workspace/audit-export.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.00030 | $0.01070 |
| Opus 5 | $0.00015 | $0.00535 |
| Sonnet 5 | $0.00006 | $0.00214 |
| Haiku 4.5 | $0.00003 | $0.00107 |
Grade A, and why
audit-export 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 5d 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.
This is a copy
100% identical to audit-export — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Audit Export — Exportación para Auditorías Externas
Propósito
Exportar el audit trail en formatos estándar para que auditores externos, reguladores y compliance officers puedan analizar la gobernanza IA de la organización.
Cumplimiento: ISO 42001, NIST AI RMF, SOC 2 Type II
Sintaxis
/audit-export [--format json|csv|pdf] [--period] [--filter] [--destination path] [--lang es|en]
Parámetros
| Parámetro | Tipo | Descripción |
|---|---|---|
--format |
string | json (por defecto), csv, pdf |
--period |
string | today, week, month, year, o rango 2026-01-01:2026-03-02 |
--filter |
string | Mismo que /audit-trail |
--destination |
path | Ruta de destino (por defecto output/exports/) |
--lang |
string | es (español), en (inglés) |
Formatos Soportados
1. JSON (Integración SIEM)
{
"export_metadata": {
"generated_at": "2026-03-02T10:30:00Z",
"generated_by": "audit-export",
"period": "2026-01-02 — 2026-03-02",
"total_entries": 1247,
"hash_verification": "sha256:abc123..."
},
"entries": [
{
"timestamp": "2026-03-02T10:15:30Z",
"user": "monica-gonzalez",
"command": "sprint-status",
"action_type": "query",
"result": "success",
"confidence": 0.95
}
]
}
2. CSV (Análisis de datos)
timestamp,user,command,action_type,result,confidence,project
2026-03-02T10:15:30Z,monica-gonzalez,sprint-status,query,success,0.95,sala-reservas
2026-03-02T10:20:15Z,monica-gonzalez,pbi-create,modify,success,0.92,sala-reservas
3. PDF (Compliance officers)
- Portada con período y resumen ejecutivo
- Gráficos: comandos por tipo, éxito rate, confianza promedio
- Tabla detallada de entradas (últimas 100)
- Certificado de integridad (hash SHA-256)
Verificación de Integridad
Cálculo de hash:
sha256sum audit-trail.json
Fichero de certificado: {nombre_export}.hash
Ejemplo:
sha256:abc123def456... audit-export-2026-03-02.json
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.
- 5d ago First seen · 134 lines · 30 tokens per session scan A 020890330351
audit-export is a command published in the GitHub repository gonzalezpazmonica/pm-workspace (49 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 1,070 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to audit-export, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
deps-audit
Audit project dependencies for vulnerabilities, outdated packages, license conflicts, and supply chain risks — then provide actionable remediation strategies.
review-epo-claims
Analyze patent claims for EPO Art. 84 EPC compliance - clarity, conciseness, support by description.
voice-compliance
Voice/telephony compliance check — invokes voice-ai-reviewer to produce TM-voice-{slug}.md with TCPA, STIR/SHAKEN, state recording-consent, EU AI Act Art. 50, and synth-voice deepfake-law gaps.
review-policy
Review a policy document for structure, coverage, and language quality.
at-dsgvo
You are helping an enterprise architect generate an Austrian Data Protection Assessment — the Austrian-specific GDPR layer applied by the Datenschutzbehörde (DSB) under the Datenschutzgesetz (DSG 2018, BGBl. I Nr. 165/1999 as amended). Run this after /arckit:eu-rgpd to add Austrian obligations that go beyond the EU…
au-pspf
You are an enterprise architect generating a Protective Security Policy Framework (PSPF) compliance assessment for an Australian Government entity or contractor handling government information.