Milestone 3: implement canonical Python and OPA path - #3
Merged
Merged
Conversation
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.
F7-LAS Pull Request
Summary
Implements Milestone 3: one deterministic, offline, fail-closed Python + OPA workflow across F7-LAS Layers 1–7. The workflow emits the canonical v1 records, executes one bounded synthetic read-only action, preserves denial evidence, and enforces policy obligations and complete action binding.
Reviewed head:
2a2f051d4c10516664f2087e5e96a5626509aebe.Alignment With F7-LAS
Justification
Adds the roadmap's canonical executable reference path using real offline OPA 1.20.2 evaluation. OPA and the executor enforce the action digest, arguments, complete target, decision reference, and supported obligations. Permit succeeds with exit status 0; denial preserves a valid evidence set and returns exit status 3.
Testing / Validation
Risks / Considerations
This remains a prototype reference implementation for one fixed synthetic action. Layer 6 is an in-process executor that makes no network calls; it is not an OS/container sandbox or an enforced network-isolation boundary. Explicit approval binding remains Milestone 4 scope. No production integrations or actions are included.
Additional Notes
Independent review approved this exact head for PR creation. Do not merge until GitHub Actions passes and final PR review approves the unchanged head.