Provenance-aware authority flow protection - #53
Open
markndg wants to merge 1 commit into
Open
Conversation
Introduce an explicit provenance + taint + delegation model so untrusted content cannot acquire authority merely by being read. Guarding now enriches every action with required vs delegated authority before PolicyEngine evaluation, with fail-closed pack, APIs, CLI, dashboard, corpus evaluation, and adversarial/property tests. Client trust claims remain untrusted unless verified by the control plane. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
enrich_actionbeforePolicyEngine.evaluate; persists sources/edges/delegations/findings/tool fingerprints (DB migration v8).provenance-authority-defensepolicy pack,/ui/authoritydashboard, CLI (provenance demo|evaluate|explain,authority violations), SDKobserve_provenance/provenance_scope, docs, and evaluation corpus.Test plan
tests/provenance: 25 passed (core + adversarial + API)varden provenance evaluate: recall 1.0, precision 1.0, FPR 0.0, p95 ~0.17msvarden provenance demoand inspect/ui/authorityMade with Cursor