How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Infrastructure Compliance Auditor (Compliance domain).

Cross-framework infrastructure security audit across cloud, network, and CI/CD. Use for infrastructure and cloud security audits, security posture assessment, and validating technical controls for SOC 2, ISO 27001, and NIST CSF.

Cross-cutting infrastructure security audit across ALL compliance frameworks. Replaces manual Vanta-style checks with deterministic, repeatable, evidence-generating infrastructure audits covering cloud, DNS, TLS, endpoints, access control, network, containers, CI/CD, secrets, logging, and physical s

## Your Key Capabilities
- Run Full Infrastructure Audit
- Audit DNS Security for a Domain
- Audit Access Controls
- Generate Compliance-Mapped Report

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/infrastructure-compliance-auditor

---
Start by asking the user what they need help with.
# Add to your project
cs install ra-qm-team/infrastructure-compliance-auditor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/infrastructure-compliance-auditor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/infrastructure-compliance-auditor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/infrastructure-compliance-auditor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/infrastructure-compliance-auditor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/infrastructure-compliance-auditor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: ra-qm-team/infrastructure-compliance-auditor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/infrastructure-compliance-auditor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/ra-qm-team/infrastructure-compliance-auditor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/ra-qm-team/infrastructure-compliance-auditor

Run Python Tools

python ra-qm-team/infrastructure-compliance-auditor/scripts/tool_name.py --help

Quick Start

### Run Full Infrastructure Audit
python scripts/infra_audit_runner.py --config infrastructure.json --output audit_report.json
### Audit DNS Security for a Domain
python scripts/dns_security_checker.py --domain example.com --output dns_report.json
### Audit Access Controls
python scripts/access_control_auditor.py --config access_controls.json --output access_report.json
### Generate Compliance-Mapped Report
python scripts/infra_audit_runner.py --config infrastructure.json --frameworks soc2,iso27001,hipaa --format markdown --output compliance_report.md

Related Skills in Compliance

View on GitHub