Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
borghei avatar

Infrastructure Compliance Auditor

  • 108 installs
  • 451 repo stars
  • Updated July 21, 2026
  • borghei/claude-skills

Infrastructure Compliance Auditor is a Claude skill that runs cross-framework infrastructure security audits, mapping 250+ controls across 11 domains to 10 compliance standards.

About

Infrastructure Compliance Auditor is a Claude skill that runs cross-framework infrastructure security audits across cloud, DNS, TLS, network, containers, CI/CD, and more. It maps 250+ controls to 10 compliance standards such as SOC 2, ISO 27001, and NIST CSF, produces severity-weighted scores, and generates auditor-ready evidence. A security or compliance engineer uses it to assess posture and validate technical controls from a JSON config describing the infrastructure.

  • Audits 11 infrastructure domains against 250+ controls
  • Maps controls to 10 frameworks including SOC 2, ISO 27001, and HIPAA
  • Severity-weighted scoring with auditor-ready JSON and markdown evidence

Infrastructure Compliance Auditor by the numbers

  • 108 all-time installs (skills.sh)
  • Ranked #992 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

infrastructure-compliance-auditor capabilities & compatibility

Free; runs local Python against JSON config, no cloud API keys required.

Capabilities
infrastructure compliance auditor · google workspace cli · helm chart builder
Works with
aws · azure · gcp · kubernetes
Use cases
security audit · devops
Pricing
Free
From the docs

What infrastructure-compliance-auditor says it does

Cross-framework infrastructure security audit across cloud, network, and CI/CD.
SKILL.md
Maps 250+ controls to 10 standards (SOC 2, ISO 27001, HIPAA, GDPR, PCI-DSS, NIS2, DORA, NIST CSF, FedRAMP, CCPA) with severity-weighted scoring.
SKILL.md
this skill performs configuration-based assessment, not active testing
SKILL.md
npx skills add https://github.com/borghei/claude-skills --skill infrastructure-compliance-auditor

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs108
repo stars451
Last updatedJuly 21, 2026
Repositoryborghei/claude-skills

What it does

Audit infrastructure security posture across 11 domains and map controls to SOC 2, ISO 27001, and NIST CSF.

Who is it for?

Security and compliance engineers assessing infrastructure posture and validating technical controls for SOC 2, ISO 27001, or NIST CSF.

Skip if: Active penetration testing, vulnerability scanning, live cloud API scanning, or formal certification.

When should I use this skill?

You need an infrastructure or cloud security audit, security-posture assessment, or to validate technical controls for a framework.

What you get

A severity-weighted infrastructure audit with per-domain scores and auditor-ready evidence mapped to 10 standards.

  • Severity-weighted infrastructure audit report (JSON or markdown)
  • Framework-mapped compliance evidence

By the numbers

  • 11 audit domains
  • 250+ controls
  • 10 compliance frameworks

Files

SKILL.mdMarkdownGitHub ↗

Infrastructure Compliance Auditor

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 security. Maps 250+ controls to 10 standards (SOC 2, ISO 27001, HIPAA, GDPR, PCI-DSS, NIS2, DORA, NIST CSF, FedRAMP, CCPA) with severity-weighted scoring.

Core Capabilities

  • 11 audit domains — cloud (AWS/Azure/GCP), DNS, TLS/SSL, endpoints, access control, network, container/K8s, CI/CD, secrets, logging/monitoring, physical security
  • 250+ controls — each with a check ID, severity rating, and multi-framework mapping
  • Framework mapping — collect-evidence-once, map-to-many strategy across 10 standards
  • Deterministic scoring — severity-weighted per-domain and overall scores (0-100) with an audit-readiness rating
  • Evidence generation — JSON and markdown reports suitable for auditor consumption

When to Use

Reach for this skill on: "infrastructure audit", "cloud security audit", "infrastructure compliance", "DNS security audit", "TLS audit", "endpoint security", "access control audit", "network security assessment", "infrastructure security", "cloud compliance", "Vanta alternative", "compliance automation", "security posture assessment", "hardware security keys", or "YubiKey compliance".

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

Tools

ToolPurposeInput
infra_audit_runner.pyFull infrastructure audit across all 11 domainsJSON config describing infrastructure
dns_security_checker.pyDNS-specific security audit (SPF, DKIM, DMARC, DNSSEC, CAA, MTA-STS)Domain name
access_control_auditor.pyAccess control, MFA, SSO, PAM, RBAC auditJSON config describing access controls

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

  • [references/audit-control-catalog.md](references/audit-control-catalog.md) — the full 250+ control catalog across all 11 audit domains plus the framework coverage matrix. Read when you need exact check IDs, controls, severities, and framework mappings for any domain.
  • [references/audit-workflows.md](references/audit-workflows.md) — audit workflows, pre/post-audit validation checklists, the severity-weighted scoring methodology, and success criteria. Read when planning or executing an audit and interpreting scores.
  • [references/tool-reference.md](references/tool-reference.md) — CLI flag reference for the three audit scripts plus a troubleshooting table. Read when running the tools or diagnosing unexpected output.
  • [references/cloud-security-baseline.md](references/cloud-security-baseline.md) — AWS / Azure / GCP CIS Benchmark deep-dive. Read for cloud-provider hardening detail beyond the catalog.
  • [references/access-control-standards.md](references/access-control-standards.md) — MFA, SSO, PAM, Zero Trust, and YubiKey implementation standards. Read when designing identity and access controls.
  • [references/compliance-framework-mapping.md](references/compliance-framework-mapping.md) — control-to-framework master mapping. Read when aligning evidence across multiple certifications.

Scope & Limitations

In Scope:

  • Infrastructure security audit across 11 domains: Cloud, DNS, TLS/SSL, Endpoints, Access Control, Network, Containers/K8s, CI/CD, Secrets, Logging/Monitoring, Physical Security
  • Framework mapping to 10 compliance standards: SOC 2, ISO 27001, HIPAA, GDPR, PCI-DSS, NIS2, DORA, NIST CSF, FedRAMP, CCPA
  • 250+ individual control checks with severity-weighted scoring
  • DNS security validation including SPF, DKIM, DMARC, DNSSEC, CAA, MTA-STS, and subdomain takeover risk
  • Access control audit covering IdP, SSO, MFA, FIDO2/hardware keys, PAM, RBAC, service accounts, SSH keys, API keys, and Zero Trust
  • Evidence-generating reports in JSON and markdown formats for auditor consumption

Out of Scope:

  • Actual penetration testing, vulnerability scanning, or active exploitation -- this skill performs configuration-based assessment, not active testing
  • Cloud provider API calls or live infrastructure scanning -- the tool works with JSON configuration input describing your infrastructure state
  • Compliance certification or attestation -- this skill identifies gaps but does not replace formal SOC 2, ISO 27001, or PCI-DSS audits
  • Application security testing (SAST/DAST) beyond CI/CD pipeline configuration checks
  • Compliance program management, policy writing, or governance documentation

Important Notes:

  • SOC 2 2026 best practices demand real-time monitoring dashboards flagging control deficiencies within 48 hours; periodic spot-checks are no longer sufficient
  • Zero Trust architecture is increasingly expected across all frameworks; perimeter-based security alone is insufficient for SOC 2, ISO 27001, and NIS2
  • Compliance automation platforms (Drata, Vanta, Sprinto) complement but do not replace the deterministic checks this tool provides

Integration Points

SkillIntegrationWhen to Use
soc2-compliance-expertSOC 2 Trust Services Criteria mapped to infrastructure controls; evidence collection for SOC 2 Type IIWhen infrastructure audit supports SOC 2 certification
information-security-manager-iso27001ISO 27001 Annex A technological controls validated by infrastructure checksWhen ISO 27001 certification requires evidence of technical control implementation
nist-csf-specialistNIST CSF 2.0 Protect and Detect functions mapped to infrastructure domainsWhen building unified security posture across NIST and other frameworks
dora-compliance-expertDORA Pillar 1 and Pillar 3 controls validated by infrastructure security checksWhen financial entity requires infrastructure evidence for DORA compliance
pci-dss-specialistPCI-DSS v4.0 network security, encryption, and access control requirements mapped to checksWhen cardholder data environment requires infrastructure compliance validation
gdpr-dsgvo-expertTechnical privacy controls (encryption, access controls, data masking) supporting GDPR Art. 32When infrastructure controls support personal data protection requirements

Related skills

FAQ

Which frameworks does it map to?

SOC 2, ISO 27001, HIPAA, GDPR, PCI-DSS, NIS2, DORA, NIST CSF, FedRAMP, and CCPA.

Does it do penetration testing?

No; it performs configuration-based assessment from JSON input, not active testing, live scanning, or certification.

Securityauditcompliance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.