Add least privilege plan skill#118
Open
LubuSeb wants to merge 3 commits into
Open
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.
Adds a
least-privilege-planskill package for producing read-only grant reduction plans from bounded run history and a declared policy.Package contents:
skills/least-privilege-plan/SKILL.mdskills/least-privilege-plan/X.yamlValidation performed:
runx-cli 0.6.13lubuseb/least-privilege-plan@sha-2ed0e113ff52over-broad-grant-plan,justified-grant-plan,missing-grants-fails-closed,invalid-effect-status-fails-closed,policy-mismatch-fails-closed)runx:receipt:sha256:434a5446b2f7d85b35a2ff9ec70ba48d25c8bf06b8cb64f0f79ff4a576f33d77The runner is read-only by implementation: it reads the input packet, computes keep/reduce/revoke/needs_human_review recommendations, rejects malformed evidence instead of treating it as success, and writes only structured stdout.