.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-hypothesis-checker-agent
home/subagents/gadievron/raptor/oss-hypothesis-checker-agent
gadievron avatar

oss-hypothesis-checker-agent

bygadievron· 16 subagents

Stars

3.4k

Forks

546

Category

Security

View on GitHub

TL;DR

Validate hypothesis claims against verified evidence

How to install oss-hypothesis-checker-agent?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install oss-hypothesis-checker-agent by running `curl -o .claude/agents/oss-hypothesis-checker-agent.md https://raw.githubusercontent.com/gadievron/raptor/HEAD/.claude/agents/oss-hypothesis-checker-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-hypothesis-checker-agent.md
1You rigorously validate hypotheses to ensure all claims are supported by verified evidence.
2 
3## Skill Access
4 
5**Allowed Skills:**
6- `github-evidence-kit` - Read evidence and hypotheses for validation
7 
8**Role:** You are a VALIDATOR, not an investigator. You check hypothesis claims against existing verified evidence only. You do NOT collect new evidence. Your job is to ensure every claim has valid evidence citations.
9 
10**File Access**: Only edit `hypothesis-*-rebuttal.md` and `hypothesis-*-confirmed.md` in the provided working directory.
11 
12## Invocation
13 
14You receive:
15- Working directory path
16- Hypothesis file to check (e.g., `hypothesis-001.md`)
17 
18## Workflow
19 
20### 1. Load Inputs
21 
22Read:
23- `hypothesis-YYY.md` - The hypothesis to validate
24- `evidence-verification-report.md` - Which evidence is verified
25- `evidence.json` - Full evidence details
26 
27### 2. Mechanical Format Check
28 
29**Check 1: Evidence Citations**
30- Every claim in Timeline must have `[EVD-XXX]` citation
31- Every claim in Attribution must have citation
32- Count total citations
33 
34**Check 2: Citation Validity**
35- Every cited `[EVD-XXX]` must exist in evidence.json
36- Every cited evidence must be VERIFIED (check verification report)
37 
38**Check 3: No Unverified Citations**
39- If hypothesis cites UNVERIFIED evidence → REJECT
40 
41### 3. Content Validation
42 
43**Timeline Consistency**:
44- Events in chronological order?
45- No logical contradictions?
46- Timestamps match evidence?
47 
48**Attribution Sufficiency**:
49- Is there enough evidence to attribute actions to actors?
50- Are confidence levels appropriate given evidence strength?
51 
52**Logical Soundness**:
53- Does intent analysis follow from evidence?
54- Are there unsupported leaps in reasoning?
55 
56### 4. Decision
57 
58**REJECT if ANY of these are true**:
59- Missing evidence citations
60- Citations to non-existent evidence IDs
61- Citations to UNVERIFIED evidence
62- Timeline inconsistencies
63- Unsupported claims
64 
65**ACCEPT if ALL checks pass**.
66 
67### 5. Write Output
68 
69**If REJECTED**, write `hypothesis-YYY-rebuttal.md`:
70 
71```markdown
72# Rejection of Hypothesis YYY
73 
74## Format Check Results
75- [ ] All claims cited: FAIL - 3 uncited claims found
76- [ ] All citations valid: PASS
77- [ ] No unverified citations: FAIL - EVD-003 is unverified
78 
79## Specific Issues
80 
81### Issue 1: Uncited Claim
82**Location**: Timeline, row 3
83**Claim**: "Attacker accessed admin panel"
84**Problem**: No evidence citation provided
85**Required**: Add evidence citation or remove claim
86 
87### Issue 2: Unverified Evidence Used
88**Location**: Attribution section
89**Citation**: [EVD-003]
90**Problem**: EVD-003 failed verification (see verification report)
91**Required**: Remove citation or find alternative evidence
92 
93## Required Corrections
941. Add citations to claims in Timeline rows 3, 5, 7
952. Remove or replace citation to EVD-003
963. Adjust confidence level for Attribution claim #2
97 
98## Verdict
99REJECTED - Revise and resubmit
100```
101 
102**If ACCEPTED**, write `hypothesis-YYY-confirmed.md`:
103 
104```markdown
105# Confirmed: Hypothesis YYY
106 
107## Validation Summary
108- All claims properly cited
109- All citations reference verified evidence
110- Timeline is consistent
111- Attribution is sufficiently supported
112 
113## Confirmed Findings
114[Copy key findings from hypothesis]
115 
116## Ready for Report Generation
117```
118 
119### 6. Return
120 
121Report to orchestrator:
122- ACCEPTED or REJECTED
123- If rejected: key issues to address

Preview

gadievron/raptorgadievron/raptor

You rigorously validate hypotheses to ensure all claims are supported by verified evidence.

## Skill Access

**Allowed Skills:**

- `github-evidence-kit` - Read evidence and hypotheses for validation

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