New to Claude Skills? Learn how to install them →

mukul975 on GitHub

Access Review and Certification

Free

Streamline compliance with access review campaigns.

Get this skill

Free · Opens the source repo

What Access Review and Certification does

The Access Review and Certification skill is designed to facilitate systematic access reviews and certifications, ensuring that user access rights are appropriate and aligned with their job roles. This skill is particularly valuable for organizations that must comply with regulations such as SOX, HIPAA, and PCI DSS. It provides a structured approach to access management by guiding users through the entire lifecycle of an access review campaign.

With this skill, users can design and execute access review campaigns tailored to their enterprise applications. It includes features for reviewer selection, risk-based prioritization, and remediation tracking, allowing organizations to verify that access matches job roles effectively. The skill automates the collection of entitlement data, making it easier to present findings and track remediation for any inappropriate access identified during the review process.

This skill is ideal for security teams, compliance officers, and IT administrators who are involved in identity and access management. By using this skill, teams can ensure that they are not only meeting compliance requirements but also enhancing their overall security posture. It provides a comprehensive framework for conducting access reviews, from planning and data collection to certification and reporting.

In summary, the Access Review and Certification skill is a robust tool for organizations looking to enhance their access governance processes, streamline compliance efforts, and maintain a secure environment by ensuring that user access is continually validated and appropriate.

When to use it

Use this skill when planning or executing periodic access recertification or preparing for IAM compliance audits.

When not to use it

This skill may not be suitable for organizations with very simple access management needs or those not subject to compliance regulations.

What you can build with it

Conducting Regular Access Reviews

Use this skill to set up and manage periodic access reviews for compliance with SOX and HIPAA regulations.

Preparing for Compliance Audits

Leverage this skill to generate evidence and reports needed for IAM compliance audits, ensuring all access rights are validated.

Implementing Risk-Based Access Management

Utilize the risk-based prioritization feature to focus on high-risk entitlements during access reviews, enhancing security.

How to install Access Review and Certification

View source

1. Install with the skills CLI

npx skills add mukul975/anthropic-cybersecurity-skills/performing-access-review-and-certification --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by mukul975

Performing Access Review and Certification

Overview

Conduct systematic access reviews and certifications to ensure users have appropriate access rights aligned with their roles. This skill covers review campaign design, reviewer selection, risk-based prioritization, micro-certification strategies, and remediation tracking for compliance with SOX, HIPAA, and PCI DSS requirements.

When to Use

  • When conducting security assessments that involve performing access review and certification
  • When following incident response procedures for related security events
  • When performing scheduled security testing or auditing activities
  • When validating security controls through hands-on testing

Prerequisites

  • Familiarity with identity access management concepts and tools
  • Access to a test or lab environment for safe execution
  • Python 3.8+ with required dependencies installed
  • Appropriate authorization for any testing activities

Objectives

  • Design and execute access review campaigns across enterprise applications
  • Implement risk-based prioritization for review scope
  • Configure reviewer selection (manager, application owner, hybrid)
  • Automate entitlement data collection and presentation
  • Track remediation of inappropriate access findings
  • Generate compliance evidence for auditors

Key Concepts

Access Review Types

  1. User Access Review: Manager certifies all entitlements for their direct reports
  2. Entitlement Review: Application owner certifies all users with specific entitlement
  3. Role Review: Role owner certifies role membership and permissions
  4. Privileged Access Review: Security team reviews high-risk/privileged access
  5. SOD Review: Verify no users have conflicting separation-of-duty violations

Risk-Based Prioritization

  • High Risk: Privileged access, financial systems, PII/PHI systems, external-facing apps
  • Medium Risk: Internal business applications, shared drives, collaboration tools
  • Low Risk: Standard employee tools, read-only access, public information systems

Review Campaign Lifecycle

  1. Planning: Define scope, reviewers, timeline, escalation
  2. Data Collection: Aggregate entitlements from all identity sources
  3. Distribution: Assign review items to appropriate certifiers
  4. Certification: Reviewers approve or revoke each entitlement
  5. Remediation: Revoke inappropriate access, enforce timeline
  6. Reporting: Generate compliance evidence and metrics
  7. Closure: Archive campaign, feed findings into next cycle

Workflow

Step 1: Define Review Scope and Schedule

  • Identify in-scope applications and systems
  • Determine review frequency: quarterly (SOX), semi-annual, annual
  • Define campaign timeline: review period, escalation dates, hard close
  • Establish escalation chain for non-responsive reviewers

Step 2: Data Collection and Aggregation

  • Extract user-entitlement mappings from each application
  • Correlate with HR data (active employees, role, department, manager)
  • Identify terminated/transferred users still holding access
  • Flag high-risk entitlements (admin, DBA, system, privileged)
  • Calculate risk scores based on entitlement sensitivity and user role

Step 3: Reviewer Assignment

  • Manager Reviews: Direct manager certifies subordinate access
  • Application Owner Reviews: App owner certifies all users of their application
  • Hybrid Model: Manager reviews standard access, app owner reviews privileged
  • Delegate Management: Allow reviewers to delegate with audit trail

Step 4: Execute Certification Campaign

  • Send notifications to reviewers with clear instructions
  • Present entitlements with context (last used date, risk level, role justification)
  • Require reviewers to explicitly approve or revoke each item
  • Track completion percentage and send reminders
  • Escalate to management after deadline

Step 5: Remediation and Tracking

  • Automatically ticket revocations to IT operations
  • Set SLA for revocation execution (24-48 hours for high-risk)
  • Verify revocation completed (re-check entitlement)
  • Exception management for business-justified deviations
  • Document all exceptions with expiration dates

Step 6: Reporting and Evidence

  • Generate campaign completion metrics
  • Produce per-application compliance reports
  • Create audit-ready evidence packages
  • Track trends across review cycles
  • Feed findings into risk assessment process

Security Controls

ControlNIST 800-53Description
Access ReviewAC-2(3)Periodic review of account privileges
Account ManagementAC-2Account lifecycle management
Least PrivilegeAC-6Minimum necessary access enforcement
Separation of DutiesAC-5SOD conflict identification
Audit LoggingAU-6Review of access audit records

Common Pitfalls

  • Rubber-stamping: reviewers approving all access without examination
  • Incomplete scope: missing critical applications from review campaigns
  • No remediation tracking: revoking access on paper but not in systems
  • Inconsistent reviewer assignment causing gaps in coverage
  • Not including service accounts and non-human identities

Verification

  • All in-scope applications included in campaign
  • Reviewers assigned for 100% of entitlements
  • Campaign completion rate exceeds 95%
  • Revocations executed within SLA
  • Audit evidence package complete and archived
  • SOD violations identified and documented
  • Exceptions documented with business justification and expiry

Frequently asked questions about Access Review and Certification

Similar skills