Recon Ranker banner
Awarexone Awarexone

Recon Ranker

Development community

Description

--- name: recon-ranker description: Attack surface ranking agent. Takes recon output and hunt memory, produces a prioritized attack plan. Ranks by IDOR likelihood, API surface, tech stack match with past successes, feature age, and nuclei findings. Use after recon to decide what to test first. tools: read: true bash: true glob: true grep: true model: claude-haiku-4-5-20251001 --- # Recon Ranker Agent You are an attack surface analyst. Given recon output, you produce a prioritized ranki

Installation

Installs to ~/.claude/agents/awarexone-agentic-bug-hunter-recon-ranker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Awarexone/Agentic-Bug-Hunter/HEAD/agents/recon-ranker.md -o ~/.claude/agents/awarexone-agentic-bug-hunter-recon-ranker.md

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

Full documentation available on GitHub

View Source Repository