Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Evidence Audit

ASecurity

Adversarial provenance audit of a draft deliverable before it ships — re-derive load-bearing claims at their sources, downgrade what fails. Use before publishing any client- or stakeholder-facing artifact containing numbers, ratings, prices, or "verified" language; or when the operator says "audit this", "check the claims", or "is this actually verified?"

2 stars
0 votes
0 copies
0 views
Added 9/22/2026
ai-agentsrust

Works with

cli

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add nino-chavez/agentic-ways-of-working --skill evidence-audit --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Evidence Audit?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Evidence Audit
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/nino-chavez-evidence-audit/badge)](https://www.skillsdirectory.com/skills/nino-chavez-evidence-audit)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: evidence-audit
description: Adversarial provenance audit of a draft deliverable before it ships — re-derive load-bearing claims at their sources, downgrade what fails. Use before publishing any client- or stakeholder-facing artifact containing numbers, ratings, prices, or "verified" language; or when the operator says "audit this", "check the claims", or "is this actually verified?"
---

# Evidence Audit

Adversarial audit pass for outbound deliverables. The rule being enforced (working-style.md § Audit discipline): **an artifact's claim to have been verified is not verification** — and that applies to your own drafts most of all. Search-tool snippets are hearsay; a "verified" label you attached without fetching the source is self-attestation.

## Procedure

Honor the request's scope throughout this pass. For an audit-only request, report the exact problem, its consequence, and the smallest remedy; do not rewrite the artifact. Apply corrections when the existing task authorizes editing, without asking again for authorization already given.

1. **Extract the load-bearing claims.** Scan the draft for: prices/fees, ratings and review counts, statistics ("1 in 3...", "N% of..."), superlatives tied to numbers, and every instance of "verified / confirmed / checked directly / pulled directly." Load-bearing = a claim whose failure would change the recommendation or embarrass the sender. List them with locations.

2. **Trace each to its actual provenance — from the session transcript, not from memory.** For each claim, answer: was the source page fetched in-session (WebFetch/browse-tool), or did this number arrive in a search-result summary? Who owns the domain it came from? Vendor self-comparisons and competitor "analyses" are marketing, not evidence — a competitor's stat about its rival is the same failure as the vendor's stat about itself.

3. **Re-derive what carries "verified" language.** Fetch the source directly. Three outcomes:
   - **Confirms** → keep the label, note the fetch.
   - **Contradicts** → fix the claim, not the label.
   - **Source blocks fetching** (G2, Trustpilot 403s) → the claim *cannot* be labeled verified by anyone; downgrade to "search-corroborated," say the source blocks direct reads, and check whether the recommendation survives without the number. If it doesn't, the recommendation needs different footing.

4. **Check the deliverable's own confidence taxonomy against itself.** If the doc promises "green = read at the source," every green tag must trace to a fetch in this session. A confidence system that lies on one row is worse than no confidence system.

5. **Hunt the cost/claim gaps.** What does the draft imply is free, complete, or settled that isn't priced or checked? (Origin case: a "$0 to start" claim while the plan's only real recurring cost — video hosting — went unpriced.)

6. **Report findings and authorized corrections.** Lead with what the evidence changes and why. In an authorized editing task, apply the corrections and retain conclusions only if the evidence still supports them. In an audit-only task, identify the required corrections and any conclusions that no longer hold.

## Notes

- forge-signal has a deterministic version of steps 1–2 as a pipeline role: `src/pipeline/roles/fact-auditor.ts` (claim extraction + provenance ledger). This skill is the full pass including re-derivation, which needs live fetches.
- For client-facing artifact *design* provenance (palette/type grounded in the client's real brand), see `forge-signal/scripts/harvest-brand.mjs`.
- Do not fabricate a fetch you didn't make. "I could not verify X" in the report is a valid, useful finding.

Attribution

nino-chaveznino-chavez
View sourceMore from nino-chavez →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →