Provenance Gate is a deterministic authorization gateway that tracks where each tool-call value came from to stop agents acting on untrusted data.
Yes, Provenance Gate is open source under the Apache-2.0 license.
Provenance Gate is free to use.
Yes, Provenance Gate can be self-hosted (the source is available under the Apache-2.0 license).
Provenance Gate is a deterministic authorization gateway that tracks where each tool-call value originated so an AI agent cannot act on untrusted data in side-effect operations. Open source: yes (Apache-2.0); self-hostable; pricing free. It is an early proof-of-concept that runs as a Claude Code plugin.
Provenance Gate takes a different line from prompt-injection classifiers, which try to detect malicious text. Instead it tracks the provenance of the values an agent feeds into consequential tool calls — where did this recipient address, this amount, this command actually come from — and deterministically blocks the call when a control value traces back to untrusted input. The repository is a working proof-of-concept: a gateway and graph implementation, test harnesses, replay scripts, and an end-to-end framework that can run against live models, deployable as a Claude Code plugin. Open source: yes (Apache-2.0); self-hostable; pricing free.
Once agents are allowed to send email, update the CRM, move money, or post, the failure that hurts is not a wrong answer — it is a correct-looking action taken on data an attacker planted. Provenance Gate targets that class directly: it gates the side-effect on the origin of the value, deterministically, instead of hoping a classifier spots the injection. Open source: yes (Apache-2.0); self-hostable; pricing free. The honest read: the approach is well-aimed and the author is refreshingly candid that stopping 99.3% of attacks currently also blocks 28.9% of legitimate work — a tradeoff you would need to tune before it fronts a real outbound or billing tool. At proof-of-concept maturity, treat it as an idea worth piloting on a low-stakes action, not a drop-in guardrail.