github-evidence-kit

github-evidence-kit is a skill for Claude Code, Codex from gadievron/raptor. It costs 62 tokens per session (2,518 once invoked), scanned A, original, no licence file.

A toolkit for creating, storing, checking, and rechecking evidence collected from GitHub and related sources. It can use GitHub's API, public event archives, web archives, local Git repositories, and security reports.

In plain words
What is it for?
Use it to build evidence objects, search stored evidence, export results, and verify them against the original sources.
Why use it?
It keeps source-backed findings verifiable instead of relying on screenshots, memory, or untracked notes.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/gadievron/raptor/github-evidence-kit
Any agent
npx skills add gadievron/raptor --skill github-evidence-kit
Clone the repo
git clone --depth 1 https://github.com/gadievron/raptor

Made for: Claude Code, Codex.

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

agentmods badge for github-evidence-kit

README.md
[![agentmods](https://agentmods.dev/badge/skills/gadievron/raptor/github-evidence-kit.svg)](https://agentmods.dev/skills/gadievron/raptor/github-evidence-kit)
Your own site
<a href="https://agentmods.dev/skills/gadievron/raptor/github-evidence-kit"><img src="https://agentmods.dev/badge/skills/gadievron/raptor/github-evidence-kit.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00062 $0.02518
Opus 5 $0.00031 $0.01259
Sonnet 5 $0.00012 $0.00504
Haiku 4.5 $0.00006 $0.00252

Measured yesterday against content hash b4e9a20bbf19, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github-evidence-kit 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 yesterday.

The scan reads SKILL.md. This mod also ships 35 executable files (conftest.py, scripts/ingest_bq_events.py, scripts/init_investigation.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/oss-forensics/github-evidence-kit/SKILL.md · 362 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

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

Changes

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.

  1. yesterday First seen · 362 lines · 62 tokens per session scan A b4e9a20bbf19

Subscribe to this mod's changes

github-evidence-kit is a skill published in the GitHub repository gadievron/raptor (3,709 stars, last pushed 3d ago), with no licence file. It adds 62 tokens to every session and 2,518 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

github-secret-hunting

Find leaked API keys, tokens, and credentials in public GitHub repositories.

uphiago/recon-skills · 20 tokens

Incident Response & Digital Forensics

IR playbook execution, evidence collection, forensic timeline analysis, memory forensics, and post-incident reporting following NIST SP 800-61 and SANS PICERL methodology.

Masriyan/Claude-Code-CyberSecurity-Skill · 43 tokens

source-verification

Walks through structured verification of sources, claims, images, video, and documents across five verification modes — visual media, documents, anonymous sources, expert credentials, and social media content — using the SIFT framework, forensic metadata inspection, deepfake indicators, C2PA Content Credentials, and…

ur-grue/autopunk-media-skills · 82 tokens

verify

Test a behaviour claim as an investigator and report whether the evidence confirms or refutes it — CONFIRMED / REFUTED / INCONCLUSIVE with bash-captured evidence. Use when asked to verify a claim, prove a fix works, or check that a PR does what it says.

nearform/lastlight · 60 tokens

qa-test

Run an automated QA flow against a CLI or a locally-served app and report step-level pass/fail with evidence. Use when asked to QA-test a feature, exercise a flow end-to-end, or smoke-test what a PR changed.

nearform/lastlight · 51 tokens

fable-thinking

Reasoning protocol distilled from Claude Fable 5.1. Makes any model reason like Fable — evidence-grounded claims, multi-hypothesis diagnosis, concrete simulation, adversarial self-review, calibrated outcome-first delivery. Its never-skipped Floor check catches simple-looking trick questions models answer confidently…

mrgoonie/fable-thinking · 198 tokens