Goal
Make ProofPath easier to review, run, and critique by external grant reviewers, cybersecurity researchers, and open-source contributors.
ProofPath should be understandable in 60 seconds and runnable in a few minutes.
Current positioning
Core message:
Valid credentials should not automatically mean valid action.
ProofPath is a defensive pre-execution gateway for high-risk AI-agent/API actions. It complements HTTPS, OAuth, IAM, API keys, and ordinary infrastructure security by adding an action-level decision and audit boundary before execution.
Reviewer path
A reviewer should be able to follow this path:
README.md — understand the project quickly.
docs/reviewer-summary.md — read the 1–2 page summary.
examples/agent-dangerous-action/README.md — run or inspect the dangerous-action demo.
docs/demo-transcript.md — see expected behavior.
docs/grant-updates/security-grant-revision-proofpath-update.md — understand the revised grant-submission context.
specs/threat-model.md — inspect the threat model.
specs/proofpath-http-profile-v0.1.md — inspect the protocol profile.
COMMUNITY_EXPERIMENTS.md — choose a feedback/red-team path.
Tasks
Acceptance criteria
- A reviewer can understand ProofPath without reading the whole repository.
- A developer can run the dangerous-action demo locally.
- The repo does not claim that ProofPath replaces HTTPS/OAuth/IAM/API keys.
- The repo does not claim endorsement by any funder.
- Current limitations are stated clearly.
- CI status is known and documented honestly.
Notes
This issue tracks repository readiness, not new scope expansion. The priority is clarity, reproducibility, and conservative security framing.
Goal
Make ProofPath easier to review, run, and critique by external grant reviewers, cybersecurity researchers, and open-source contributors.
ProofPath should be understandable in 60 seconds and runnable in a few minutes.
Current positioning
Core message:
ProofPath is a defensive pre-execution gateway for high-risk AI-agent/API actions. It complements HTTPS, OAuth, IAM, API keys, and ordinary infrastructure security by adding an action-level decision and audit boundary before execution.
Reviewer path
A reviewer should be able to follow this path:
README.md— understand the project quickly.docs/reviewer-summary.md— read the 1–2 page summary.examples/agent-dangerous-action/README.md— run or inspect the dangerous-action demo.docs/demo-transcript.md— see expected behavior.docs/grant-updates/security-grant-revision-proofpath-update.md— understand the revised grant-submission context.specs/threat-model.md— inspect the threat model.specs/proofpath-http-profile-v0.1.md— inspect the protocol profile.COMMUNITY_EXPERIMENTS.md— choose a feedback/red-team path.Tasks
README.mdresolve correctly.docs/demo-transcript.md.main.Acceptance criteria
Notes
This issue tracks repository readiness, not new scope expansion. The priority is clarity, reproducibility, and conservative security framing.