with one click
posture
Show current compliance posture across all findings
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Show current compliance posture across all findings
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate an audit-ready compliance report grouped by SOC2 and HIPAA controls
Fix open compliance findings with evidence capture and human approval
Run a Prowler compliance scan against your AWS account (SOC2 + HIPAA)
| name | posture |
| description | Show current compliance posture across all findings |
| user_invocable | true |
| argument_description | Optional: --framework soc2|hipaa to filter by framework |
Show a quick compliance posture summary. Read-only โ does not spawn subagents.
Do NOT use the Agent tool. Handle this directly.
Use Glob to find all .compliance/findings/FINDING-*.json files, then Read each one.
If no findings exist, report:
No findings found. Run /scan first to assess your AWS account.
Count findings by:
source.servicecompliance[].frameworkCalculate compliance percentage:
compliance% = (verified + skipped) / total * 100
# Compliance Posture
Last scan: {most recent scanId from findings}
Total findings: {n}
## By Status
| Status | Count |
|--------|-------|
| Open | {n} |
| In Progress | {n} |
| Remediated | {n} |
| Verified | {n} |
| Skipped | {n} |
## By Severity
| Severity | Open | Fixed | Total |
|----------|------|-------|-------|
| Critical | {n} | {n} | {n} |
| High | {n} | {n} | {n} |
| Medium | {n} | {n} | {n} |
| Low | {n} | {n} | {n} |
## By Framework
| Framework | Controls Hit | Findings | Verified | Score |
|-----------|-------------|----------|----------|-------|
| SOC 2 | {n unique controls} | {n} | {n} | {%} |
| HIPAA | {n unique controls} | {n} | {n} | {%} |
## By Service
| Service | Open | Fixed | Total |
|---------|------|-------|-------|
| s3 | {n} | {n} | {n} |
| iam | {n} | {n} | {n} |
| ... | ... | ... | ... |
## Top Open Issues
{List top 5 open findings by severity, with finding ID, check title, and resource}
If $ARGUMENTS contains --framework soc2 or --framework hipaa: