Skip to main content

AgenticVulHunter

AgenticVulHunter is a four-stage secure code review tool. It reviews your current Git changes and reports security issues that pass the validation threshold.

Step 1: Install

Install AgenticVulHunter using:

pipx install agenticvulhunter

Step 2: LLM Setup

You only need:

  • Endpoint
  • API key
  • Model

You can configure them using avh_setup.toml or environment variables.

Option 1: avh_setup.toml

Create avh_setup.toml inside the repository you want to review:

[llm]

endpoint = "http://localhost:11434/v1"
api_key = ""
model = "qwen3-coder:30b"

Option 2: Environment Variables

export AVH_ENDPOINT="http://localhost:11434/v1"
export AVH_API_KEY="your-key"
export AVH_MODEL="qwen3-coder:30b"

Environment variables take priority over avh_setup.toml.

Step 3: Run

Run AgenticVulHunter inside your Git repository:

agenticvulhunter review

The terminal shows live progress for all four review stages. BM25 retrieval runs internally against the packaged static rule corpus, but is kept out of the user interface to avoid mixing internal ranking signals with validated findings.

The visible workflow follows the research pipeline:

  1. Select potentially vulnerable changed lines.
  2. Build repository knowledge around each line.
  3. Search for matching CWE knowledge.
  4. Validate the evidence and apply the requested threshold.

Every accepted finding also includes a repository-verified attack path. Source, propagation, control, and sink citations are checked against the referenced code before the finding is shown. If a citation or path link is inconsistent, the validator automatically sends a focused follow-up prompt; incomplete paths are kept in the run artifacts but are not promoted to findings.

The initial result shows the review and a small suggested code fix. In an interactive terminal, enter a finding number to reveal only its plain-language attack path, or press Enter to finish. Suggested fixes are never applied automatically.

To reopen the most recent result later, run:

agenticvulhunter findings

To browse all previous reviews, their findings, attack-path trees, diffs, stage artifacts, and logs in the terminal, run:

agenticvulhunter runs

Choose a run and finding by number. Source locations are clickable in terminals that support hyperlinks; d, a, s1–s4, and l open the reviewed diff, annotated diff, individual pipeline stages, and run log respectively.

The default validation threshold is 0.6.

To use another threshold:

agenticvulhunter review 0.7

Release files for agenticvulhunter 1.1.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for agenticvulhunter 1.1.2
File Size Uploaded
agenticvulhunter-1.1.2.tar.gz 77.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for agenticvulhunter 1.1.2
File Interpreter ABI Platform
agenticvulhunter-1.1.2-py3-none-any.whl Python 3 none any Details

Total release size: 171.8 kB

Release files / agenticvulhunter-1.1.2.tar.gz

Download URL agenticvulhunter-1.1.2.tar.gz
Size 77.0 kB
Tags Source
SHA-256 checksum
How to use checksums
25902284caca99727141f5c42a14da618bc3db2e05ba0e44e0f969aff99879cc
BLAKE2b-256 checksum
How to use checksums
383942325f883cf1b9d41676ae804d0637a4ce682673d6dd982b8f446e3e3870
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release files / agenticvulhunter-1.1.2-py3-none-any.whl

Download URL agenticvulhunter-1.1.2-py3-none-any.whl
Size 94.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
600421df6b4891c195a5a27ee8476899fad5ec6d124789a907f69a001f2c71a8
BLAKE2b-256 checksum
How to use checksums
af5f51539c8f153683214d2aa0e9b8cee9c9f6feabbd87ca87b45d7104e8af67
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

Release history Release notifications | RSS feed

This release

1.1.2 This release

2 release files

1.1.1

2 release files

1.1.0

2 release files

1.0.4

2 release files

1.0.3

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.7.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page