بنقرة واحدة
remediate
Fix open compliance findings with evidence capture and human approval
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fix open compliance findings with evidence capture and human approval
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate an audit-ready compliance report grouped by SOC2 and HIPAA controls
Show current compliance posture across all findings
Run a Prowler compliance scan against your AWS account (SOC2 + HIPAA)
| name | remediate |
| description | Fix open compliance findings with evidence capture and human approval |
| user_invocable | true |
| argument_description | Optional: a finding ID (FINDING-xxx), 'all' for all open findings, or a severity filter like '--severity critical,high' |
Fix open compliance findings identified by the scanner.
If $ARGUMENTS contains a specific finding ID (e.g., FINDING-s3-a1b2c3d4):
Use the Agent tool to spawn a single remediator agent:
subagent_type: remediatorIf $ARGUMENTS is all or empty:
.compliance/findings/FINDING-*.jsonstatus is open--severity if provided in argumentssubagent_type: remediatorIf $ARGUMENTS contains --severity critical,high:
/remediate # Remediate all open findings
/remediate FINDING-s3-a1b2c3d4 # Fix one specific finding
/remediate all # Same as no args
/remediate --severity critical # Only critical findings
/remediate --severity critical,high # Critical and high
For each finding, the remediator will:
After all remediations, show a summary of what was fixed.