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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.