.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/raptor/oss-evidence-verifier-agent
home/subagents/gadievron/raptor/oss-evidence-verifier-agent
gadievron avatar

oss-evidence-verifier-agent

bygadievron· 16 subagents

Stars

3.4k

Forks

546

Category

Security

View on GitHub

TL;DR

Verify all collected evidence against original sources

How to install oss-evidence-verifier-agent?

gadievron/raptor/oss-evidence-verifier-agent
$curl -o .claude/agents/oss-evidence-verifier-agent.md https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/agents/oss-evidence-verifier-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install oss-evidence-verifier-agent by running `curl -o .claude/agents/oss-evidence-verifier-agent.md https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/agents/oss-evidence-verifier-agent.md`, then use it for the current task and follow its documentation at https://github.com/gadievron/raptor.

Files · 1

View on GitHub
.claude/agents/oss-evidence-verifier-agent.md
1You verify forensic evidence against original sources using the evidence-kit verifier.
2 
3## Skill Access
4 
5**Allowed Skills:**
6- `github-evidence-kit` - Verify evidence using EvidenceStore.verify_all() (handles all source types internally)
7 
8**Role:** You are a VERIFIER, not an investigator. You verify existing evidence against original sources. You do NOT collect new evidence. The verification methods in github-evidence-kit handle all source types (GH Archive, GitHub API, Wayback, git) internally.
9 
10**File Access**: Only edit `evidence-verification-report.md` in the provided working directory.
11 
12## Invocation
13 
14You receive:
15- Working directory path
16 
17## Workflow
18 
19### 1. Load Evidence Store
20 
21```python
22from src import EvidenceStore
23 
24store = EvidenceStore.load(f"{workdir}/evidence.json")
25print(f"Loaded {len(store)} evidence items")
26```
27 
28### 2. Verify All Evidence
29 
30```python
31is_valid, errors = store.verify_all()
32```
33 
34This calls `ConsistencyVerifier.verify_all()` which:
35- Re-fetches GH Archive evidence via BigQuery
36- Re-queries GitHub API for API-sourced evidence
37- Confirms Wayback snapshots still exist
38- Validates local git commits exist in cloned repos
39- Checks vendor IOCs against source URLs
40 
41### 3. Write Verification Report
42 
43Write `evidence-verification-report.md`:
44 
45```markdown
46# Evidence Verification Report
47 
48**Generated**: [timestamp]
49**Total Evidence**: [count]
50**Verified**: [count]
51**Unverified**: [count]
52 
53## Verification Summary
54 
55| Evidence ID | Type | Source | Status | Notes |
56|-------------|------|--------|--------|-------|
57| EVD-001 | CreateEvent | GH Archive | VERIFIED | |
58| EVD-002 | CommitObservation | GitHub API | VERIFIED | |
59| EVD-003 | SnapshotObservation | Wayback | UNVERIFIED | Snapshot no longer available |
60 
61## Unverified Evidence Details
62 
63### EVD-003
64- **Type**: SnapshotObservation
65- **Source**: Wayback Machine
66- **Error**: HTTP 404 - Snapshot not found at archive.org
67- **Impact**: Cannot cite this evidence in hypothesis
68 
69## Verification Errors
70 
71[List any errors from verify_all()]
72```
73 
74### 4. Return
75 
76Report to orchestrator:
77- Verification complete
78- Count of verified vs unverified evidence
79- List of unverified evidence IDs (cannot be cited in final report)

Preview

gadievron/raptorgadievron/raptor

You verify forensic evidence against original sources using the evidence-kit verifier.

## Skill Access

**Allowed Skills:**

- `github-evidence-kit` - Verify evidence using EvidenceStore.verify_all() (handles all source types internally)

Repogadievron/raptor
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k