remediate

Generate Terraform-based fixes for cloud-compliance findings from Shasta scan data.

7|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kkmookhey/shasta --skill remediate-kkmookhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remediate
Source: https://github.com/kkmookhey/shasta/tree/main/.claude/skills/remediate
Command: npx skills add https://github.com/kkmookhey/shasta --skill remediate-kkmookhey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps founders fix SOC 2 and related cloud-compliance issues by delivering interactive remediation guidance, including Terraform code and step-by-step instructions.

Core Features & Use Cases

  • Interactive remediation guidance tailored to each finding to accelerate fixes
  • Terraform code bundles that deploy reproducible remediations
  • From scan data to auditable remediation workflows, with verification steps and evidence generation

Quick Start

Ask the Remediate tool to check the most recent Shasta scan and generate actionable Terraform-based remediations.

Frequently Asked Questions about remediate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Terraform code to fix SOC 2 cloud compliance findings?

You can generate Terraform-based remediation for SOC 2 findings by processing Shasta scan data through a remediation engine, which outputs a deployable Terraform bundle containing actionable fix instructions.

What is the best way to automate remediation for ISO 27001 and HIPAA scan results?

Automated remediation for ISO 27001 and HIPAA scan results involves reading scan data to produce interactive remediation guidance, delivering reproducible Terraform code bundles and step-by-step instructions for each finding.

Do I need a Shasta configuration file to generate Terraform remediation bundles?

Yes, generating Terraform remediation bundles requires a shasta.config.json file containing the python_cmd setting to read scans and process compliance findings through the remediation engine.

Can I create auditable remediation workflows from cloud security scan data?

Yes, you can create auditable remediation workflows from cloud security scan data by generating interactive guidance that includes verification steps and evidence generation alongside reproducible Terraform deployments.

Does Terraform remediation work for both SOC 2 and HIPAA compliance frameworks?

Terraform remediation supports SOC 2, ISO 27001, HIPAA, and related cloud-compliance frameworks by translating Shasta scan findings into actionable, deployable infrastructure fixes.

Why are my compliance scan findings not converting into actionable Terraform fixes?

Compliance scan findings fail to convert into Terraform fixes when the shasta.config.json file is missing or lacks the required python_cmd configuration needed by the remediation engine to read scans.