implementing-compliance

Implement SOC 2, HIPAA, PCI-DSS, and GDPR controls with policy-as-code and automated evidence collection.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/maser-media --skill implementing-compliance-masermediagroup-stack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implementing-compliance
Source: https://github.com/masermediagroup-stack/maser-media/tree/main/.cursor/skills/community/ai-design-components/skills/implementing-compliance
Command: npx skills add https://github.com/masermediagroup-stack/maser-media --skill implementing-compliance-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyotp, qrcode, pillow, and includes references (resource) and assets (resource) components.

What problem does it solve? Achieving regulatory compliance across multiple frameworks like SOC 2, HIPAA, PCI-DSS, and GDPR typically requires duplicating security controls for each framework, manually collecting audit evidence, and reacting to findings after deployment. This Skill provides unified control mapping, policy-as-code enforcement, and automated evidence collection so one implementation satisfies multiple frameworks. ## Core Features & Use Cases - Unified Control Mapping: Implement 45 controls once and map them to SOC 2, HIPAA, PCI-DSS 4.0, GDPR, and ISO 27001 requirements, reducing effort by 60-80%. - Policy-as-Code Enforcement: Validate Terraform plans with OPA policies and Checkov scans in CI/CD pipelines before infrastructure is deployed. - Automated Evidence Collection: Continuously gather control evidence via AWS Config, EventBridge, and Lambda, and generate audit-ready compliance reports. - Use Case: A SaaS company preparing for SOC 2 Type II and HIPAA audits uses this Skill to deploy encrypted infrastructure with Terraform, enforce MFA via IAM policies, retain immutable audit logs for 7 years, and auto-generate evidence reports for auditors. ## Quick Start Ask the AI to implement unified SOC 2 and HIPAA compliance controls for your AWS infrastructure, including encryption, MFA enforcement, audit logging, and OPA policy checks in CI/CD.

Frequently Asked Questions about implementing-compliance

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

FAQPage Schema
How do I implement SOC 2 and HIPAA compliance with Terraform?▼

Implement unified controls once using Terraform modules for KMS encryption, MFA enforcement, and audit logging, then tag resources with control IDs. The control mapping matrix shows how each control satisfies SOC 2, HIPAA, PCI-DSS, and GDPR simultaneously.

How to enforce compliance policies in CI/CD pipelines?▼

Convert Terraform plans to JSON and evaluate them with OPA policies using opa eval, blocking deployments that violate encryption or access control rules. Add Checkov scans with SOC2, HIPAA, PCI, and GDPR framework checks for static IaC analysis.

What is the difference between OPA and Checkov for compliance?▼

OPA is a general-purpose policy engine for custom Rego policies evaluated against Terraform plan JSON. Checkov provides built-in compliance framework checks for IaC scanning without writing custom policies.

How long must audit logs be retained for compliance?▼

Retain audit logs for 7 years to satisfy all major frameworks, using CloudWatch log groups with 2555-day retention and S3 Object Lock in COMPLIANCE mode for immutable storage.

What are the breach notification timelines for GDPR and HIPAA?▼

GDPR requires notification to the supervisory authority within 48 hours, HIPAA allows 60 days to HHS and affected individuals, SOC 2 requires 72 hours to customers, and PCI-DSS requires immediate notification to payment brands.

Does this approach work for multi-cloud environments?▼

Yes, the skill includes OPA policies covering AWS S3, Google Cloud Storage, and Azure Storage, plus Terraform implementations for KMS, logging, and security monitoring across AWS, GCP, and Azure.