惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
Engineering at Meta
Engineering at Meta
腾讯CDC
宝玉的分享
宝玉的分享
H
Help Net Security
I
InfoQ
博客园 - Franky
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
M
MIT News - Artificial intelligence
博客园_首页
美团技术团队
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
The Cloudflare Blog
博客园 - 司徒正美
Vercel News
Vercel News
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
月光博客
月光博客

Help Net Security

Your work apps are quietly handing 19 data points to someone ChatGPT advanced account security adds passkeys and hardware keys Week in review: High-severity LPE vulnerability in the Linux kernel, cPanel 0-day exploited for months Automating Pentest Delivery: A Step-by-Step Guide - PlexTrac Open-source privacy proxy masks PII before prompts reach external AI services Shadow AI risks deepen as 31% of users get no employer training Identity is the control plane for distributed infrastructure AI traffic is getting bigger, louder, and less predictable New infosec products of the month: April 2026 cPanel zero-day exploited for months before patch release (CVE-2026-41940) Cisco releases open-source toolkit for verifying AI model lineage Met Police face criticism for using AI to spy on their own officers Nine-year-old Linux kernel flaw enables reliable local privilege escalation (CVE-2026-31431) Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security IP Fabric MCP server adds governance and control to enterprise AIOps workflows - Help Net Security Aqua Compass MCP server enables real-time investigation and containment of runtime threats - Help Net Security Google brings instant email verification to Android, no OTP needed - Help Net Security If cyber espionage via HDMI worries you, NCSC built a device to stop it - Help Net Security Apple fixes iPhone bug that let FBI retrieve deleted Signal messages(CVE-2026-28950) - Help Net Security GopherWhisper APT group hides command and control traffic in Slack and Discord - Help Net Security OpenAI tackles a bad habit people have when interacting with AI - Help Net Security A year in, Zoom's CISO reflects on balancing security and business - Help Net Security Scenario: Open-source framework for automated AI app red-teaming - Help Net Security GDPR works, but only where someone enforces it - Help Net Security Ransomware, fraud, and lawsuits drive cyber insurance claims to new peaks - Help Net Security Google’s Workspace Intelligence promises privacy while running on your data - Help Net Security Cyberattack on French government agency triggers phishing alert - Help Net Security Claude Mythos finds 271 Firefox flaws, Mozilla believes zero-days are numbered - Help Net Security Prove Identity Platform connects verification, authentication, and fraud prevention - Help Net Security New Mirai variants target routers and DVRs in parallel campaigns - Help Net Security
PentAGI: Open-source autonomous AI penetration testing sy...
Anamarija Po · 2026-04-22 · via Help Net Security

Penetration testers have long relied on collections of specialized tools, manual coordination, and documented runbooks to work through a target assessment. PentAGI, an open-source project from VXControl, attempts to automate that entire workflow using a multi-agent AI system that plans, researches, and executes penetration tests with minimal human direction.

pentagi

How the agent system works

PentAGI organizes work into a hierarchy of flows, tasks, subtasks, and actions. An orchestrator agent receives a goal and coordinates three specialist agents: a researcher that gathers information and queries known vulnerability sources, a developer that plans attack strategies, and an executor that runs commands in isolated containers.

All operations happen inside sandboxed Docker environments, with the system selecting container images based on task type. For security work, it defaults to a Kali Linux image pre-loaded with more than 20 tools including nmap, Metasploit, and sqlmap. Each agent type draws on three memory layers: long-term vector storage, working context, and episodic history, all backed by PostgreSQL with the pgvector extension for semantic search.

The system manages growing LLM context windows through a chain summarization algorithm that selectively compresses older conversation history. This keeps token consumption in check across longer engagements without dropping critical context.

LLM provider flexibility

Rather than locking users to a single AI backend, PentAGI accepts credentials for OpenAI, Anthropic, Google Gemini, AWS Bedrock, Ollama, DeepSeek, OpenRouter, and several others. Organizations running air-gapped or cost-sensitive environments can point the system at a local Ollama instance. AWS Bedrock users should note that default rate limits on new accounts are restrictive enough to degrade testing workflows, and the project documentation recommends requesting quota increases before use in production.

An optional Graphiti knowledge graph, powered by Neo4j, stores semantic relationships between tools, targets, vulnerabilities, and techniques across sessions. It is disabled by default and requires an OpenAI key for entity extraction even when other LLM providers handle the main agents.

Deployment and integration

Deployment runs through Docker Compose and takes effect through an interactive installer or manual environment configuration. Minimum requirements are 2 vCPUs, 4GB of RAM, and 20GB of disk space. For production use, the project recommends a two-node architecture that isolates worker containers on a dedicated server, separating potentially untrusted code execution from the main control plane.

The system exposes both REST and GraphQL APIs with Bearer token authentication, allowing integration into CI/CD pipelines or custom applications. Observability is handled through an optional stack of OpenTelemetry, Grafana, VictoriaMetrics, Jaeger, and Loki. Langfuse provides LLM-specific analytics for tracing agent decisions and model performance over time.

PentAGI is available on GitHub.

Must read:

Subscribe to the Help Net Security ad-free monthly newsletter to stay informed on the essential open-source cybersecurity tools. Subscribe here!