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 sarveshtalele/mcp-skills-registry --skill spec-governancegit clone --depth 1 https://github.com/sarveshtalele/mcp-skills-registryWrote 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/sarveshtalele/mcp-skills-registry/spec-governance)<a href="https://agentmods.dev/skills/sarveshtalele/mcp-skills-registry/spec-governance"><img src="https://agentmods.dev/badge/skills/sarveshtalele/mcp-skills-registry/spec-governance/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/sarveshtalele/mcp-skills-registry/spec-governance"><img src="https://agentmods.dev/badge/skills/sarveshtalele/mcp-skills-registry/spec-governance.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.00045 | $0.00522 |
| Opus 5 | $0.00023 | $0.00261 |
| Sonnet 5 | $0.00009 | $0.00104 |
| Haiku 4.5 | $0.00005 | $0.00052 |
Grade A, and why
spec-governance 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.
What it actually says
spec-governance
Validate engineering artifacts against governance rules and emit a deterministic pass/fail audit with a compliance score.
When to use
Before a release gate. Triggers: governance check, compliance audit, validate spec, gate, review compliance.
Inputs
artifacts_present(array of strings, required) — e.g.spec.md, plan.md, tests.spec_text(string, optional) — scanned for required sections.
Outputs
audit_markdown— the report.score(0–100),passed(bool, threshold 70).
How it works
Each required artifact carries a weight (see governance_rules/rules.yaml);
present artifacts accumulate score. Optional spec-section checks add detail.
The gate passes at ≥ 70.
User stories
- As a gatekeeper, I get an objective, repeatable pass/fail with reasons.
Edge cases
- Artifact names are matched loosely (substring) to tolerate path prefixes.
- Missing
spec_text→ section checks are skipped, not failed.
Files
See DOCS.md. Rules live in governance_rules/, report layout in audit_templates/.
What ships with it
7 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 · 70 lines · 45 tokens per session scan A 84f48cf58dfd
spec-governance is a skill published in the GitHub repository sarveshtalele/mcp-skills-registry (2 stars, last pushed 11d ago), licensed MIT. It adds 45 tokens to every session and 522 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 skills, from other repositories
cocoaudit
View and export the append-only session audit trail for regulated environments.
audit-export
Export the full CocoAudit trail as a stakeholder-ready compliance document.
Agent Compliance & Security Assessment
Comprehensive compliance and security self-assessment for AI agents. 14-check framework producing a structured threat model + compliance report with RED/AMBER/GREEN ratings across security, governance, EU AI Act readiness, oversight quality, and NIST alignment domains. Includes automation bias detection, audit trail…
Compliance Checker
Check regulatory compliance across finance, tax, employment, data privacy, and industry-specific requirements.
a0-review-plugin
Full audit of Agent Zero plugins in usr/plugins/. Reviews manifest validity, directory structure, code patterns (Store Gating, notifications, imports), security, and duplicate detection against the community index. Use when asked to review, audit, validate, or check an existing plugin before using or contributing it.
critical-review
Radical-honesty architectural review — questions code, methodology, design, and operational fitness.