academic-research-comp…
Guide a research project through the full academic lifecycle — from raw idea to concrete research question, literature grounding, methodology, writing,…
Maps infrastructure code (Terraform, Kubernetes, CloudFormation) to compliance controls (ISO 27001, SOC 2, NIST 800-53). Analyzes IaC files and generates compliance evidence mappings showing which controls are satisfied.
$ npx -y skills add GRCEngClub/claude-grc-engineering --skill code-to-control-mapper --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/code-to-control-mapperContext preview
The summary Claude sees to decide when to auto-load this skill.
Maps infrastructure code (Terraform, Kubernetes, CloudFormation) to compliance controls (ISO 27001, SOC 2, NIST 800-53). Analyzes IaC files and generates compliance evidence mappings showing which controls are satisfied.
name: code-to-control-mapper description: Maps infrastructure code (Terraform, Kubernetes, CloudFormation) to compliance controls (ISO 27001, SOC 2, NIST 800-53). Analyzes IaC files and generates compliance evidence mappings showing which controls are satisfied. allowed-tools: Bash, Read, Glob, Write, Edit
Maps infrastructure-as-code (IaC) files to specific compliance framework controls. Translates technical implementations into audit-ready compliance evidence.
**Map a Terraform file to SOC 2:**
node plugins/grc-engineer/scripts/map-control.js main.tf SOC2
**Map Kubernetes manifests to ISO 27001:**
node plugins/grc-engineer/scripts/map-control.js k8s/deployment.yaml ISO27001
**Map CloudFormation template to NIST 800-53:**
node plugins/grc-engineer/scripts/map-control.js template.yaml NIST80053
Generates markdown reports with:
# Compliance Mapping Report ## SOC 2 - CC6.1: Logical and Physical Access Controls **Status:** ✅ Satisfied **Evidence:** - `main.tf:45` - `aws_db_instance` with `storage_encrypted = true` - `main.tf:52` - IAM role with least privilege policy **Mapping:** Data at rest encryption via AWS KMS satisfies encryption requirements.
Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.
Repo: GRCEngClub/claude-grc-engineering
Guide a research project through the full academic lifecycle — from raw idea to concrete research question, literature grounding, methodology, writing,…
Expertise in evaluating AWS accounts for compliance — what checks are meaningful, which SCF controls they map to, and how to interpret aws CLI output.
Use when interpreting AWS Secrets Manager connector output, deciding between inspector and retrieve modes, drafting SCF-mapped controls for rotation / KMS /…
Expertise in evaluating Azure subscription findings from azure-inspector and mapping them to SCF controls.
Interpret CrowdStrike Falcon findings for sensor coverage, policy visibility, and host group scoping.
Interpret datadog-inspector findings and translate Datadog monitoring, audit, log-retention, SSO, and RBAC results into GRC evidence and remediation.