Chain Findings banner
TyrusRC TyrusRC

Chain Findings

Security community

Description

--- name: chain-findings description: Escalate low-severity findings into reportable vulnerabilities by building exploit chains (A→B→C) --- # Chain Findings > **Rule reference (R12):** the NEVER SUBMIT list and `chain_with[]` requirement live in `.claude/rules/hunting.md` Rule 17. The save-finding gate that enforces them is Rule 10b. R25 (chain_with validator) rejects chains anchored to dead findings. This skill describes the THINKING; the rule numbers are authoritative. Take low/medium findi

Installation

Installs to ~/.claude/skills/tyrusrc-praetor-chain-findings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tyrusrc-praetor-chain-findings && curl -fsSL https://raw.githubusercontent.com/TyrusRC/praetor/HEAD/.claude/skills/chain-findings.md -o ~/.claude/skills/tyrusrc-praetor-chain-findings/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository