.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

…/pentesterflow/agent
home/mcp-servers/pentesterflow/agent
pentesterflow avatar

agent

bypentesterflow· 1 MCP server

Stars

1.1k

Forks

199

Category

Security

View on GitHub

TL;DR

Agentic offensive-security CLI for security engineers, professional penetration testers, and bug hunters.

How to install agent?

pentesterflow/agent
$git clone https://github.com/pentesterflow/agent

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install agent by running `git clone https://github.com/pentesterflow/agent`, then use it for the current task and follow its documentation at https://github.com/pentesterflow/agent.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3<img src="assets/logo.png" alt="PentesterFlow" width="520" />
4 
5### Human-in-the-loop Agentic AI CLI for penetration testers and bug hunters.
6 
7PentesterFlow helps security engineers move through recon, enumeration,
8validation, evidence collection, and reporting while keeping the analyst in
9control.
10 
11<br/>
12 
13[![build](https://img.shields.io/github/actions/workflow/status/PentesterFlow/agent/ci.yml?branch=main&label=build&logo=github)](https://github.com/PentesterFlow/agent/actions)
14[![release](https://img.shields.io/github/v/release/PentesterFlow/agent?include_prereleases&logo=github)](https://github.com/PentesterFlow/agent/releases)
15[![node](https://img.shields.io/badge/node-20%2B-339933?logo=node.js&logoColor=white)](https://nodejs.org)
16[![license: Apache--2.0](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
17[![stars](https://img.shields.io/github/stars/PentesterFlow/agent?style=social)](https://github.com/PentesterFlow/agent/stargazers)
18 
19**[Install](#install) · [Quickstart](#quickstart) · [Lifecycle](#pentest-lifecycle) · [Memory](#continuous-learning) · [Burp](#burp-integration) · [Security](#security-model)**
20 
21</div>
22 
23---
24 
25```console
26$ pentesterflow
27╭────────────────────────────────────────────────╮
28│ PentesterFlow │
29│ local agent · tools ready · analyst approved │
30╰────────────────────────────────────────────────╯
31 
32› /target https://app.example.com
33 target set to https://app.example.com
34 
35› test the orders API for broken access control
36⏺ Skill webvuln
37 ⎿ loaded skill: webvuln
38⏺ http GET https://app.example.com/api/v1/orders/1043
39 ⎿ 200 OK
40⏺ BashTool(curl -s -H "Authorization: Bearer $USER_B" ...)
41 ⎿ cross-account response confirmed
42⏺ Confirmed Finding (high) IDOR on /api/v1/orders/{id}
43 ⎿ written to ./findings/idor-orders.md
44```
45 
46## Overview
47 
48PentesterFlow is an open-source terminal assistant designed specifically for
49authorized offensive-security work. It connects to local or hosted LLMs, plans
50against a scoped target, uses real pentesting tools, asks for approval before
51sensitive actions, remembers useful lessons across sessions, and writes
52evidence-backed findings.
53 
54It is built around three ideas:
55 
56- **Analyst control**: the human approves sensitive actions and decides scope.
57- **Transparent execution**: curl-first, reproducible commands, visible tool
58 calls, saved evidence, and audit-friendly logs.
59- **Operational learning**: local project and personal knowledge bases improve
60 future sessions without retraining the model or adding user-facing complexity.
61 
62> [!WARNING]
63> Use PentesterFlow only on systems where you have explicit authorization. The
64> agent can run shell commands, make HTTP requests, edit files, and process
65> captured traffic after approval.
66 
67## Why PentesterFlow
68 
69Current agentic AI systems often struggle with security-specific workflows,
70hallucinated findings, weak context retention, poor tool integration, and limited
71auditability. PentesterFlow addresses those gaps with:
72 
73| Challenge | PentesterFlow approach |
74|---|---|
75| Generic AI workflows | Built-in pentest skills for recon, web vulns, SSRF, SSTI, JWT, GraphQL, race, takeover, Supabase, and deserialization. |
76| Hallucinated findings | `confirm_finding` should be used only after reproduction with request/response evidence. |
77| Long engagements | Saved sessions, compaction, context snapshots, resume recap, and continuous local learning. |
78| Real-world tooling | Shell/Bash, HTTP, Burp bridge, browser capture, MCP, file tools, grep/glob, and custom plugins. |
79| Human oversight | Permission prompts, allow-once/session decisions, and explicit YOLO mode for labs. |
80| Reproducibility | Copy-pasteable commands, Markdown findings, JSON-lines logs, and stable session files. |
81| Large attack surfaces | Coverage tracking, `/next`, skills, captured traffic queries, and learned coverage gaps. |
82 
83## Core Capabilities
84 
85| Area | What it provides |
86|---|---|
87| Agent loop | Plan, act, observe

Preview

pentesterflow/agentpentesterflow/agent
Repopentesterflow/agent
TypeMCP Servers
CategorySecurity
UpdatedJun 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. cisco-ai-defense avatarmcp-scannerA tool to scan MCP servers and tools for security findingsMCP ServersJul 2026124k994
  2. hashgraph-online avatarhol-guardOpen-source antivirus and runtime protection for AI agents, tools, MCP servers, plugins, skills, and package installs.MCP ServersJul 202664k419
  3. snyk avataragent-scanAgent supply chain security scanner.MCP ServersJul 202659k2.8k
  4. crowdstrike avatarfalcon-mcpConnects AI agents with CrowdStrike Falcon for security analysis and automation.MCP ServersJul 202623k226
  5. mcp-auth avatarpythonPlug-and-play auth for Python MCP servers.MCP ServersAug 202520k58
  6. auth0 avatarauth0-mcp-serverAuth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural languageMCP ServersJul 202616k112