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
  • Authors
  • 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.

ProTermsPrivacyRefunds
Back to skills

Evidence Audit

ASecurity

Audit reports, handoffs, or replies and classify delivery claims by evidence strength.

2 stars
0 votes
0 copies
0 views
Added 9/23/2026
ai-agentsrustgobashdocumentation

Works with

cli

Security Analysis

A100/100

Scanned 9/23/2026

Install to Claude Code

$npx -y skills add juanitourquiza/shipframe --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/juanitourquiza-evidence-audit/badge)](https://www.skillsdirectory.com/skills/juanitourquiza-evidence-audit)

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

Download with Pro
Files
SKILL.md
---
name: evidence-audit
description: Audit reports, handoffs, or replies and classify delivery claims by evidence strength.
argument-hint: '[--text "<report>"] [--file <path>]'
allowed-tools: Read Grep Glob Bash
effort: medium
---

# Evidence Audit

Audit a response, handoff, PR note, release report, or teammate update for evidence-backed delivery claims.

## Goal

Make ShipFrame reports trustworthy by separating what was actually proven from what was inferred, partially checked, or not checked.

## Inputs

Accept either:

- pasted text from the user;
- a file path to a report, handoff, PR description, changelog, or release notes;
- the current draft response/report in the conversation.

If no text or file is provided, ask for the report to audit.

## Claim classes

For each meaningful claim, assign exactly one class:

| Class | Meaning |
|---|---|
| `Verified` | Direct evidence proves the claim for the stated scope/environment. |
| `Partially verified` | Evidence supports part of the claim, but scope, environment, version, user path, provider, or timing is incomplete. |
| `Unverified` | No direct evidence is provided, or the evidence only shows intent/configuration rather than outcome. |

## Risky claim triggers

Always inspect claims containing words or equivalents like:

- shipped, released, deployed, published, live, in production;
- merged, approved, closed, resolved;
- tested, verified, smoke-tested, validated, passing;
- works, fixed, complete, done;
- available, installed, submitted, accepted, official.

Treat these as risky until the report names concrete evidence.

## Evidence rules

Prefer direct evidence over inferred evidence:

1. Exact production/staging URL response, timestamp, and route checked.
2. Version endpoint, visible version, tag, release object, package version, or deployed commit SHA.
3. CI/build/test job result tied to the exact branch or commit.
4. Local command output with command, environment, and pass/fail result.
5. Screenshots/log snippets as supporting evidence.

Configuration, code presence, an opened PR, or an intended deploy pipeline is not enough to say a behavior is live.

## Generic core boundary

Keep this skill project-agnostic. Do not hardcode client/project-specific gates, tenants, paid providers, private URLs, or product rules here. Load those from `project-profile`, `.shipframe/profile.md`, or repo documentation when available.

## Audit procedure

1. Identify every delivery, verification, release, or availability claim.
2. Extract the evidence quoted or referenced for each claim.
3. Compare the claim scope to the evidence scope:
   - local vs CI vs staging vs production;
   - public route vs authenticated/private behavior;
   - simulated provider vs paid/live provider;
   - branch/PR vs merged main vs deployed commit;
   - tag created vs release object published;
   - config present vs runtime behavior observed.
4. Mark overclaims where wording is stronger than evidence.
5. Rewrite risky wording into an evidence-honest version.
6. List missing checks needed to upgrade `Partially verified` or `Unverified` claims.

## Output format

```markdown
## Evidence Audit

### Verdict
<Trustworthy | Needs wording changes | Not enough evidence>

### Claim table
| Claim | Classification | Evidence found | Gap / risk | Safer wording |
|---|---|---|---|---|
| <claim> | <Verified/Partially verified/Unverified> | <evidence> | <gap> | <rewrite> |

### High-risk overclaims
- <claim and why it is risky, or "None">

### Missing evidence to collect
- <specific command, URL smoke, CI/deploy proof, or "None">

### Recommended final wording
<short evidence-honest summary the user can paste>
```

## Completion rule

Do not approve a report that says “done”, “deployed”, “released”, “published”, or “works in production” unless the report contains exact-environment evidence for that claim.

Attribution

juanitourquizajuanitourquiza
View sourceMore from juanitourquiza →
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".

1074701 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', ...

693621 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.

691 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 →