Frequently asked questions
What Hacktron does, how it reviews your pull requests, the platforms it connects to, how your code is handled, and how it's priced.
What is Hacktron?
Hacktron is an AI-powered security code-review platform. Its AI agents review your repositories for exploitable vulnerabilities and surface them as pull-request comments and dashboard findings. It works in two modes: per-PR reviews that run on each pull or merge request, and whitebox scans (also called pentests) that analyze a repository's full source.
How does Hacktron work?
Under the hood, Hacktron indexes your codebase, builds call graphs, and constructs a threat model, similar to how an expert human security engineer builds a mental model of your system.
How does Hacktron understand my codebase?
Hacktron behaves like a security engineer, getting sharper with every review. Triage feedback on findings, such as marking false positives or confirming real issues, plus project rules like a .hacktron/rules.md file, teach it your attack surface, so each review becomes more specific to your codebase than the last.
How is Hacktron different from a traditional SAST scanner?
Traditional SAST matches known rule patterns. Hacktron's agents reason about exploitability, including authorization and access-control flaws that don't map to a single rule, and present each finding with a data-flow (taint) trace so you can see why it's exploitable.
What's the difference between a PR review and a whitebox scan (pentest)?
A PR review runs automatically on each pull or merge request and focuses on the change. A whitebox scan (also called a pentest) runs across a repository's entire source and is started from the dashboard.
How does Hacktron review my pull requests?
On each PR, Hacktron posts a "Hacktron Security Check" and a single review with inline, line-level comments on the affected code. Every finding includes a "Fix with AI" option (open the fix in Cursor, Claude, or Codex) plus a copyable remediation prompt. You can re-run a review by commenting @hacktron review, and triage findings right in the thread.
Does Hacktron automatically fix my code?
Hacktron gives you one-click fix prompts and deep links rather than committing changes for you. It tracks whether findings get fixed across PRs and automatically closes issues once they're fixed, keeping stale findings out of your backlog.
Can Hacktron generate reports and export findings?
Yes. Hacktron generates executive reports for stakeholders and technical reports for engineers, and you can export findings as CSV or SARIF to feed them into your own tools and pipelines.
What kinds of vulnerabilities does Hacktron find?
Hacktron focuses on exploitable code vulnerabilities such as injection (for example SQL injection), cross-site scripting, and authorization or access-control flaws, and shows each finding with a data-flow trace. It has already uncovered critical 0-days in Next.js, oauth2-proxy, and Metabase.
Can Hacktron find AI and LLM vulnerabilities?
Yes. Hacktron reviews the risks that come with AI features and AI-generated code, including prompt injection, unsafe handling of LLM inputs and outputs, and insecure AI agent or tool-use integrations.
What languages and frameworks does Hacktron support?
Hacktron's AI reviewer reads code in any language, so it is not limited to a fixed list. For the languages teams rely on most, it adds deeper, language-aware analysis. If you don't see your stack below, book a call and we will confirm coverage for your specific needs.
Which source control platforms does Hacktron support?
Hacktron reviews pull and merge requests on GitHub (including GitHub Enterprise) and GitLab (including self-hosted). Bitbucket repositories can be connected for scanning and for routing findings into issues.
Do you support GitHub Enterprise and self-hosted GitLab?
Yes. Connect GitHub Enterprise or a self-hosted GitLab instance using a personal access token.
Which issue trackers and notifications does Hacktron integrate with?
Hacktron sends real-time alerts to Slack and creates Jira and Linear tickets, so remediation fits into the workflow your team already uses. In Slack, you can also triage findings directly in the thread.
Is there an API?
Yes. Hacktron has a public REST API with organization-scoped API keys for triggering scans, retrieving and exporting findings, and managing repositories.
Can I give Hacktron extra context about my codebase?
Yes. Add a .hacktron/rules.md file to your repository, or upload markdown context documents and link them to repos, to tell Hacktron about your stack, conventions, and what matters most in review.
Can I run Hacktron self-hosted or on-premises?
Yes. Hacktron offers an on-premises edition that runs entirely within your own infrastructure, with local accounts.
How does Hacktron access my source code?
For cloud scans, Hacktron clones your repository into an isolated scan environment to analyze it and stores the resulting findings (including the relevant code snippets) in your Hacktron account. If you need code to stay inside your own environment, use the on-premises edition.
How do I sign in?
Sign in with Google, GitHub, or email and password. The on-premises edition uses local accounts.
Do you support teams and role-based access?
Yes. Hacktron is multi-tenant with organizations, member invitations, and role-based access control across owners, admins, and members.
Is Hacktron SOC 2 compliant?
Yes. Hacktron has achieved SOC 2 Type 1. Read the announcement.
Is there a free trial?
Yes. Hacktron includes a 14-day free trial.
How is Hacktron priced?
Hacktron is priced per developer seat, with pentests drawn from a separate pentest-credit balance. Start a free trial or book a demo for current pricing.
Is Hacktron free for open-source projects?
Yes. Through the Hacktron Open Source Program, maintainers of qualifying public repositories can get free PR security reviews. Apply on our Open Source page.
Still have questions?
Start reviewing your pull requests in minutes, or talk to our team.