review-access

Installation
SKILL.md

Access Review

Conduct a quarterly IAM access review for SOC 2 compliance (CC6.2, CC6.3).

What to do

Read shasta.config.json for python_cmd. Use that for all commands (shown as <PYTHON_CMD>).

  1. Run the access review:
    <PYTHON_CMD> -c "
    import json
    from shasta.config import get_aws_client
    from shasta.workflows.access_review import run_access_review, save_access_review
    
Installs
1
GitHub Stars
142
First Seen
Jun 20, 2026
review-access — transilienceai/shasta