BeClaude

PiRanha

New
32GitHub TrendingGeneralby h4ckologic

The Autonomous Bug-Bounty Swarm A school of 53 specialized AI security agents + a deterministic engagement router that classify any target and strip it to the bone — in parallel.

First seen 6/21/2026

Summary

PiRanha deploys a swarm of 53 specialized AI security agents plus a deterministic router to automatically classify any target and perform comprehensive parallel security testing.

  • It strips targets down to their vulnerabilities, making it ideal for bug bounty hunters and security teams who need rapid, thorough reconnaissance and exploitation.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/piranha.md

3
Invoke in Claude Code
/piranha

Use Cases

Automatically scan a web application for OWASP Top 10 vulnerabilities using parallel agent testing.
Perform subdomain enumeration and service fingerprinting on a target domain for bug bounty reconnaissance.
Run a full security audit on a new API endpoint, including authentication bypass and injection testing.
Identify and exploit common misconfigurations in cloud storage buckets or S3-like services.
Conduct a headless browser-based XSS and CSRF scan on a complex single-page application.
Generate a prioritized vulnerability report with proof-of-concept payloads for each finding.

Usage Examples

1

/piranha scan https://example.com

2

Run PiRanha on the target api.example.org with full service discovery and vulnerability assessment.

3

/piranha recon --target example.com --aggressive

View source on GitHub
securityagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is PiRanha?

PiRanha deploys a swarm of 53 specialized AI security agents plus a deterministic router to automatically classify any target and perform comprehensive parallel security testing. It strips targets down to their vulnerabilities, making it ideal for bug bounty hunters and security teams who need rapid, thorough reconnaissance and exploitation.

How to install PiRanha?

To install PiRanha: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/piranha.md. Finally, /piranha in Claude Code.

What is PiRanha best for?

PiRanha is a other categorized under General. It is designed for: security, agent. Created by h4ckologic.

What can I use PiRanha for?

PiRanha is useful for: Automatically scan a web application for OWASP Top 10 vulnerabilities using parallel agent testing.; Perform subdomain enumeration and service fingerprinting on a target domain for bug bounty reconnaissance.; Run a full security audit on a new API endpoint, including authentication bypass and injection testing.; Identify and exploit common misconfigurations in cloud storage buckets or S3-like services.; Conduct a headless browser-based XSS and CSRF scan on a complex single-page application.; Generate a prioritized vulnerability report with proof-of-concept payloads for each finding..