llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<title>pentest-ai · find it. chain it. prove it.</title>
<meta name="description" content="Open-source autonomous pentest CLI. 200+ security tools, 17 AI agents, exploit chaining, PoC validation, SARIF + CI/CD. MIT licensed.">
<meta name="theme-color" content="#f0f0f0">
<!-- SEO + social meta carried over from production -->
<link rel="canonical" href="https://pentestai.xyz/">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pentestai.xyz/">
<meta property="og:title" content="pentest-ai | Autonomous AI Pentesting CLI">
<meta property="og:description" content="Find it. Chain it. Prove it. Open-source autonomous pentest CLI.">
<meta property="og:image" content="https://pentestai.xyz/social-post.jpeg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="pentest-ai | Autonomous AI Pentesting CLI">
<meta name="twitter:description" content="Find it. Chain it. Prove it. Open-source autonomous pentest CLI.">
<meta name="twitter:image" content="https://pentestai.xyz/social-post.jpeg">
<!-- Structured data: Organization + SoftwareApplication + FAQPage -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://pentestai.xyz/#org",
"name": "pentest-ai",
"url": "https://pentestai.xyz/",
"logo": "https://pentestai.xyz/logo.svg",
"sameAs": [
"https://github.com/0xSteph/pentest-ai",
"https://pypi.org/project/ptai/"
]
},
{
"@type": "SoftwareApplication",
"@id": "https://pentestai.xyz/#software",
"name": "pentest-ai",
"alternateName": "ptai",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Linux, macOS, Windows",
"url": "https://pentestai.xyz/",
"down