Borrowing it
Nothing to install: this file belongs to trilwu/secskills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/trilwu/secskills/main/.claude/skills/verifying-skill-accuracy/SKILL.mdgit clone --depth 1 https://github.com/trilwu/secskillsWrote 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/trilwu/secskills/verifying-skill-accuracy)<a href="https://agentmods.dev/skills/trilwu/secskills/verifying-skill-accuracy"><img src="https://agentmods.dev/badge/skills/trilwu/secskills/verifying-skill-accuracy/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/trilwu/secskills/verifying-skill-accuracy"><img src="https://agentmods.dev/badge/skills/trilwu/secskills/verifying-skill-accuracy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00100 | $0.03778 |
| Opus 5 | $0.00050 | $0.01889 |
| Sonnet 5 | $0.00020 | $0.00756 |
| Haiku 4.5 | $0.00010 | $0.00378 |
Grade A, and why
verifying-skill-accuracy scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sL "https://defuddle.md/learn.microsoft.com/en-us/purview/audit-log-retention-policies" How it starts
The opening of the file, as written. The whole thing — 330 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verifying Skill Accuracy
Skills in this repo are drafted with LLM assistance. The methodology in them is usually sound; the specifics are not trustworthy until checked. The measured rate from the first verification pass was 31 factual errors across 11 of 12 skills — about 2.6 per skill, with a single skill clean on both passes. Assume that rate applies to anything unstamped.
This skill is the procedure for driving that rate down, and for knowing when you are allowed to say a skill has been verified.
When to Use
- Auditing an existing SKILL.md against primary sources
- Before adding or renewing a
verified:frontmatter stamp - After drafting new skill content, on the specifics you just wrote
- When a reader reports that a command, ID, or field name does not work
- Reviewing any technical content where the author was a model
When NOT to Use
- Writing a new skill from scratch — use
authoring-security-skills, then verify with this skill as the final gate - Structural or style problems (frontmatter, sections, line count) — that is
python3 scripts/validate.py --strict, which checks form only - Deciding whether a technique is a good idea — that is judgment, not fact
The Core Distinction: Form vs Truth
The repo's CI is a closed loop. validate.py, sync_attack.py, and
run_evals.py check frontmatter shape, cross-reference integrity, ATT&CK-index
consistency, and routing against self-authored eval cases. Every one of
those can pass on a skill whose commands do not exist.
Green CI means the skill is well-formed. It says nothing about whether it is true. Never cite a passing test run as evidence of accuracy.
Sweep by Class Across the Whole Collection
Once you identify an error class, check it everywhere before moving on — not just in the skill that surfaced it. Errors of a class cluster, and a per-skill pass leaves the collection internally inconsistent.
Two cases from this repo make the point. The legacy Sigma date format was
fixed in writing-sigma-rules, then turned up again in
engineering-detections — in a skill that had already been stamped, because
the per-skill inventory did not include a class fixed elsewhere. And
attacking-entra-id was still calling retired AzureAD PowerShell cmdlets
while investigating-m365-entra already used the modern Graph equivalents:
the collection contradicted itself, and only a cross-cutting grep showed it.
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.
- 9d ago First seen · 330 lines · 100 tokens per session scan A c73778f8c65a
verifying-skill-accuracy is a skill published in the GitHub repository trilwu/secskills (137 stars, last pushed 4d ago), licensed MIT. It adds 100 tokens to every session and 3,778 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
google-cloud-solution-guided-gke-ai-migration
Guides the migration of existing AI workloads (Cloud Run, Gemini API, Gemini Enterprise Agent Platform) to self-hosted GKE inference using gcloud and kubectl. Use when the user has an existing AI inference workload (on Cloud Run, the Gemini API, Gemini Enterprise Agent Platform, or a custom VM) and wants to move it to…
agent-platform-tuning
Agent Platform Model Tuning. Use when you need to fine-tune open models or Gemini models using Agent Platform infrastructure. Don't use for model training outside Agent Platform, model deployment to endpoints (use agent-platform-deploy), or managing serving endpoints (use agent-platform-endpoint-management).
developing-genkit-js
Develop AI-powered applications using Genkit in Node.js/TypeScript. Use when the user asks about Genkit, AI agents, flows, or tools in JavaScript/TypeScript, or when encountering Genkit errors, validation issues, type errors, or API problems.
agent-platform-prompt-management
Manages and orchestrates prompts in Agent Platform. Use when you need to create, list, retrieve, version, or delete managed prompts in Agent Platform. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform prompts.
agent-platform-rag-engine-management
Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…
gke-inference
Deploys and optimizes AI/ML inference workloads on GKE, using GPUs, TPUs, and model servers. Use when deploying GKE inference servers, configuring GKE GPU resources for inference, or deploying LLMs on GKE. Don't use for generic batch jobs or HPC task queues (use gke-batch-hpc instead).