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/JairoTorregrosa/jaiskillsWrote 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/jairotorregrosa/jaiskills/constatar-audit)<a href="https://agentmods.dev/commands/jairotorregrosa/jaiskills/constatar-audit"><img src="https://agentmods.dev/badge/commands/jairotorregrosa/jaiskills/constatar-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/commands/jairotorregrosa/jaiskills/constatar-audit"><img src="https://agentmods.dev/badge/commands/jairotorregrosa/jaiskills/constatar-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.00013 | $0.00228 |
| Opus 5 | $0.00006 | $0.00114 |
| Sonnet 5 | $0.00003 | $0.00046 |
| Haiku 4.5 | $0.00001 | $0.00023 |
Grade A, and why
constatar-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 10d 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
Audit a completed or halted constatar run.
- Parse
$ARGUMENTS: run dir, optional plan file (enables the plan-dependent conformance checks). constatar inspect --conformance --run-dir <dir> [--plan <plan>]— report each of the 10 postconditions: pass/fail/warn/skipped with the engine's detail text. Failures are integrity findings, lead with them.constatar inspect --health --run-dir <dir>— report trends (pass-rate trajectory, conflicts, hotspots, spawns-per-unit). Per SPEC P19, never reduce this to a single number; describe the trajectory.constatar inspect --cost --run-dir <dir>— per-role cost; call out roles marked incomplete (missing adapter usage data) rather than treating them as zero.- Close with an overall verdict grounded ONLY in the above outputs, and concrete follow-ups for any failed check.
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.
- 10d ago First seen · 13 lines · 13 tokens per session scan A 8b500f688ff7
constatar-audit is a command published in the GitHub repository JairoTorregrosa/jaiskills (5 stars, last pushed 9d ago), licensed MIT. It adds 13 tokens to every session and 228 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 commands, from other repositories
devkit.github.review-pr
Provides comprehensive GitHub pull request review with code quality, security, and best practices analysis. Use when reviewing a PR before merging.
t800-update
A command for updating the T-800 agent system from its GitHub repository. GitHub is a service for storing and versioning code.
lavra-work-ralph
Autonomous retry mode for bead work -- iterates until completion criteria are met or retry budget is exhausted.
t800-bootstrap
A first-run setup command for the T-800 plugin, intended for installation or a new user.
lavra-design
Orchestrate the full design pipeline -- brainstorm, plan, research, revise, review, lock.
pn-audit-security
OWASP-guided security review — auth posture, input validation, secrets, CORS, JWT, rate limiting. Surgical command for backend security. Use standalone or as part of pn-backend-audit.