Back to Skills

checking-infrastructure-compliance

jeremylongshore
Updated Today
63 views
712
74
712
View on GitHub
Metaai

About

This skill enables Claude to analyze infrastructure configurations against SOC2, HIPAA, and PCI-DSS standards to identify compliance violations and security risks. It's triggered by terms like "compliance check" or "security audit" and generates compliance assessment reports. Developers should use it when they need to evaluate infrastructure for adherence to these major regulatory frameworks.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git CloneAlternative
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/checking-infrastructure-compliance

Copy and paste this command in Claude Code to install this skill

Documentation

Overview

This skill enables Claude to evaluate infrastructure configurations against common compliance frameworks. It helps identify potential vulnerabilities and gaps in compliance, providing valuable insights for remediation.

How It Works

  1. Receiving Request: Claude receives a user request to check infrastructure compliance.
  2. Analyzing Configuration: Claude analyzes the infrastructure configuration based on the requested compliance standard (SOC2, HIPAA, PCI-DSS).
  3. Generating Report: Claude generates a report highlighting potential compliance violations and areas for improvement.

When to Use This Skill

This skill activates when you need to:

  • Assess infrastructure compliance against SOC2, HIPAA, or PCI-DSS standards.
  • Identify potential security risks related to compliance violations.
  • Generate reports on the compliance status of your infrastructure.

Examples

Example 1: Assessing SOC2 Compliance

User request: "Run a SOC2 compliance check on our AWS infrastructure."

The skill will:

  1. Analyze the AWS infrastructure configuration against SOC2 requirements.
  2. Generate a report identifying any non-compliant configurations and recommended remediations.

Example 2: Identifying HIPAA Compliance Issues

User request: "Check our cloud environment for HIPAA compliance violations."

The skill will:

  1. Analyze the cloud environment's security settings and configurations against HIPAA regulations.
  2. Provide a report outlining potential HIPAA violations and suggested corrective actions.

Best Practices

  • Specify Standard: Always specify the compliance standard (SOC2, HIPAA, PCI-DSS) you want to check against.
  • Provide Context: Provide as much context as possible about your infrastructure to ensure accurate analysis.
  • Review Results: Carefully review the generated report and implement the recommended remediations.

Integration

This skill can be integrated with other DevOps tools and plugins to automate compliance checks and integrate compliance into the development lifecycle. For example, it can be used in conjunction with infrastructure-as-code tools to ensure compliance from the start.

GitHub Repository

jeremylongshore/claude-code-plugins-plus
Path: backups/skills-batch-20251204-000554/plugins/devops/compliance-checker/skills/compliance-checker
aiautomationclaude-codedevopsmarketplacemcp

Related Skills

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

cloudflare-turnstile

Meta

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

View skill