Leaderboard/Security/raptor-loop-hunt
Last commit on September 1, 2026·Created on July 14, 2026

dinosn/raptor-loop-hunt

An autonomous agent loop for exhaustive source code vulnerability research
Combined rank
#690
across all skills
In Security
#28
category rank
Stars
218
+0.5% in last 7d
Forks
18
0.0% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill replaces single-pass security reviews with a structured generate-judge-verify methodology. It is designed for security researchers conducting deep-dive audits of repositories, services, or modules where maximum coverage and adversarial verification are required to find exploitable bugs.

WHO IT'S FOR
Security researchers
conducting autonomous deep-dive vulnerability hunts
Application security engineers
performing exhaustive source code security audits
Pentesters
automating the discovery of complex bug classes
AI agent / automation builders
implementing adversarial verification loops for LLMs
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code marketplace plugin

Installs: The complete raptor-loop-hunt plugin published through the raptor marketplace. · Claude Code

Before you start
  • Claude Code with plugin support
  1. In a Claude Code session, add the author's raptor marketplace.

    /plugin marketplace add dinosn/raptor-loop-hunt
  2. In the same Claude Code session, install the raptor-loop-hunt plugin from that marketplace.

    /plugin install raptor-loop-hunt@raptor
  3. In the Claude Code session, reload plugins with the following command, or restart Claude Code.

    /reload-plugins
README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Run a security hunt on a code module

Uses raptor-loop-hunt

  • Replace <path-to-module> with the path to a repository module or directory containing the source code to audit.
Use the raptor-loop-hunt skill to audit <path-to-module> for security vulnerabilities. Apply its inventory-first generate-judge-verify methodology and report findings that were verified against the source.
README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026