AIAny
AI Agent2025
Icon for item

PentAGI

Runs penetration tests autonomously: a multi-agent system (researcher, developer, executor) plans attacks, writes and runs exploit code, and chains 20+ tools like nmap, metasploit and sqlmap in isolated Docker containers — for authorized testing only.

Introduction

Most "AI security" tools stop at scanning and flagging — they hand you a list of findings and leave the actual exploitation to a human. PentAGI closes that loop: it treats a pentest as an autonomous agent task, where separate agents reason over findings, write exploit code, run it against the target, and pick the next move from what came back.

What Sets It Apart
  • Multi-agent division of labor: a Researcher gathers and reasons over intel, a Developer writes exploit and automation code, and an Executor runs the tooling — so each phase is specialized instead of one prompt doing everything.
  • Memory built for long engagements: vector embeddings in PostgreSQL/pgvector plus a Graphiti and Neo4j knowledge graph let it recall earlier findings and track relationships across a multi-step attack chain rather than losing context mid-run.
  • Provider-agnostic by design: runs on OpenAI, Anthropic, Gemini, AWS Bedrock, Ollama, and Chinese models (DeepSeek, GLM, Kimi, Qwen), so you are not tied to one LLM's pricing or refusal behavior.
Who It's For

Great fit if you are a security professional or researcher who wants to automate the repetitive recon-to-exploit chain in an authorized lab or engagement and can run Docker. Look elsewhere if you want a point-and-click scanner, cannot supply your own LLM keys, or — most importantly — lack written authorization for the target. This is offensive tooling: pointing it at systems you do not own or are not permitted to test is illegal, and all activity is meant to stay inside its sandboxed Docker environment.

Information

  • Websitegithub.com
  • OrganizationsVXControl
  • AuthorsVXControl (VXControl LLC-FZ), PentAGI Development Team
  • Published date2025/01/06

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).