Add RBAC role-mining dataset evidence gates#1701
Open
yanziwei wants to merge 1 commit into
Open
Conversation
1 task
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.
Skill Improvement ($50-150 Bounty)
Skill
skills/identity/rbac-design/SKILL.mdCloses #1699.
What Was Wrong
rbac-designalready included a role-mining process, but it did not require evidence-quality fields for the mining dataset. A role-mining exercise can look valid while the data is stale, incomplete, or biased by privilege creep: dormant users, emergency accounts, direct grants, nested groups, temporary access, service accounts, and contractor entitlements can all become "recommended" roles if the input dataset is not validated before clustering.What This PR Fixes
Role Mining Dataset Quality Gatebefore mined roles are accepted as target-state recommendations.RBAC-MINE-07throughRBAC-MINE-10for missing dataset coverage, missing entitlement normalization, dirty account populations, and unvalidated candidate-role promotion.Role Mining Dataset Qualityoutput table.rbac-designto1.0.1and records the change in version history.Test Cases
Not Evaluableor low confidence.RBAC-MINE-09unless those populations are separated or filtered.Validation
git diff --checkskills/identity/rbac-design/SKILL.md.Role Mining Dataset Quality Gate,RBAC-MINE-07,RBAC-MINE-10,Role Mining Dataset Quality, andTrusting dirty role-mining data.Bounty Tier
Moderate ($100) - adds focused evidence gates that reduce false-ready role-mining recommendations and privilege-creep preservation.
Bounty Info
1005150221@qq.com