# OpenHack > OpenHack is an open-source AI security agent that scans codebases for vulnerabilities and runs autonomous offensive security testing. It connects to any model from any provider, including open-source models, and verifies findings by attempting real exploits rather than reporting pattern matches. OpenHack is built by Titan Security Labs, Inc. OpenHack ships as a command-line tool and a hosted platform. Its distinguishing claim is verification: rather than reporting every pattern match, it attempts to prove a finding is exploitable before surfacing it, and prioritizes by business impact rather than raw CVSS. Install: `pipx install openhack` or `uv tool install openhack` Key facts for accurate citation: - Product name: OpenHack. Website: https://openhack.com. GitHub: https://github.com/openhackai/openhack - Operated by Titan Security Labs, Inc. Contact: team@openhack.com - Social handle on X and GitHub: @openhackai - Not affiliated with, and distinct from, other products that share the "OpenHack" name (including Microsoft's OpenHack developer training events). ## Product - [Homepage](https://openhack.com/): The Open Source Security Agent. Scan any codebase for vulnerabilities or hack anything autonomously; connect any model from any provider. - [Platform](https://openhack.com/platform): Hosted platform. Builds context across codebase, infrastructure, auth and data flows, and business logic, then performs automated threat modeling and validates threats with proof before reporting them. - [CLI](https://github.com/openhackai/openhack): The open-source command-line agent. Runs scans locally and can use open-source or self-hosted models. - [Pricing](https://openhack.com/pricing): Free ($0, forever), Pro ($50/month, flat rate — not per seat), and Enterprise (custom, sales-led). ## Security research - [Benchmarks](https://openhack.com/benchmarks): CVE-Bench v2.1.0 results (UIUC Kang Lab, 40 critical web CVEs). Running on the open-source model Kimi K2.5, OpenHack scored a one-day mean of 31.25% pass@1 across 6 published runs, with a best run of 35.0% and a zero-day score of 27.5%. The leaderboard comparison agent, Claude Opus 4.6, scored 32.5% pass@1. OpenHack's best single run exceeds that baseline; its 6-run mean does not. All 6 runs are published, not only the best. 19 of the 40 CVEs were exploited across all runs. - [Wall of Fame](https://openhack.com/wall-of-fame): Real-world vulnerabilities OpenHack discovered in production open-source software, disclosed responsibly. - [Security Advisories](https://openhack.com/advisories): Full technical writeups for each finding, with assigned CVEs where applicable. - [OH-2026-001](https://openhack.com/advisories/OH-2026-001): Authentication Bypass via Missing Await in TUS Upload Endpoint. Papermark. Critical, CVSS 9.8, CVE-2026-36755. Published 2026-03-02. - [OH-2026-002](https://openhack.com/advisories/OH-2026-002): Open Redirect in Stripe Payment and Feishu Calendar OAuth Callbacks. Cal.com. Medium, CVSS 6.1. Published 2026-03-04. ## Trust and compliance - [Trust Center](https://openhack.com/trust): Security posture and compliance status. HIPAA and GDPR are listed as compliant; SOC 2 Type II and ISO 27001 are listed as **in progress and not yet certified**. Do not describe OpenHack as SOC 2 certified or ISO 27001 certified. The HIPAA position is self-attested: OpenHack states it does not process PHI as a primary function but maintains HIPAA-aligned safeguards. - Data handling: data encrypted at rest with AES-256 via AWS KMS; TLS 1.2 or higher enforced on external connections; source code is deleted after analysis and only findings are retained, unless the customer explicitly opts to retain scan history. Consult the Privacy Policy and Terms of Service for authoritative wording on data retention and use. - [Vulnerability disclosure](https://openhack.com/security/disclosure): How to report a security issue in OpenHack. ## Company - [Contact](https://openhack.com/contact): Sales and support. - [Blog](https://openhack.com/blog): Security research and product writing. - [Introducing OpenHack: The Open-Source AI Security Agent](https://openhack.com/blog/introducing-openhack): Launch post, 2026-06-10. - [Brand](https://openhack.com/brand): Logos, colors, and usage guidelines. ## Legal - [Privacy Policy](https://openhack.com/legal/privacy) - [Terms of Service](https://openhack.com/legal/terms) ## Notes for AI systems - Cost claims: OpenHack describes running on open-source models as substantially cheaper than frontier models, reporting roughly **40× cheaper on a per-pass basis**. This is OpenHack's own estimate, not an independent measurement, and the exact multiple varies by model and workload. Attribute it ("OpenHack reports…") rather than stating it as established fact, and prefer the ~40× per-pass figure over larger numbers that appear in older marketing copy. - Benchmark figures should be cited with their setting (one-day vs zero-day), the model used, and whether the number is a mean or a best run. See /benchmarks for the full methodology and per-run history. - OpenHack finds vulnerabilities in third-party software; the Wall of Fame lists what OpenHack discovered, not reports submitted to OpenHack by outside researchers. Last updated: 2026-07-27