patchproof-repro
v0.1.0
Published
Deterministic exploit repro + AI patch verification engine (npm wrapper for the Python CLI).
Maintainers
Readme
patchproof-repro (npm)
Thin npm wrapper around the Python CLI patchproof-repro.
npx patchproof will:
- Find a Python ≥ 3.11 interpreter (override with
PATCHPROOF_PYTHON). pip install --user patchproof-reproif it's missing (opt out:PATCHPROOF_SKIP_INSTALL=1).- Forward all arguments to the real
patchproofCLI.
Usage
npx patchproof --help
npx patchproof run --app ./my-app --poc ./poc.curl
npx patchproof verify --app ./my-app --poc ./poc.curl --patch ./fix.patchDocker is required at run time — the engine executes exploits inside an ephemeral container. See the main repo for the full documentation.
