infra-security-audit

Audit cloud infrastructure code for security vulnerabilities and remediation steps.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/AdeptMind/pr-emojis-in-slack --skill infra-security-audit-adeptmind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-security-audit
Source: https://github.com/AdeptMind/pr-emojis-in-slack/tree/main/.claude/skills/security/infra-security-audit
Command: npx skills add https://github.com/AdeptMind/pr-emojis-in-slack --skill infra-security-audit-adeptmind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies critical security vulnerabilities in cloud and infrastructure configurations, such as open security groups, missing encryption, and excessive permissions.

Core Features & Use Cases

  • Platform Detection: Scans Terraform, CloudFormation, Kubernetes, Docker, and Helm for security misconfigurations.
  • Vulnerability Identification: Flags issues like internet-facing open ports, unencrypted data stores, overly permissive IAM roles, and insecure container settings.
  • Use Case: A security engineer can use this Skill to quickly audit a new AWS deployment defined in Terraform, ensuring no sensitive resources are exposed to the public internet and that encryption is properly configured.

Quick Start

Use the infra-security-audit skill to audit the security of the '/path/to/infrastructure/code' directory.

Frequently Asked Questions about infra-security-audit

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

FAQPage Schema
How do I audit Terraform and Kubernetes manifests for security vulnerabilities?

To audit Terraform and Kubernetes manifests for security vulnerabilities, scan the infrastructure code directory to identify open security groups, missing encryption, and excessive permissions, receiving a severity-ranked report with remediation steps.

What infrastructure misconfigurations cause cloud security vulnerabilities?

Common cloud security vulnerabilities include internet-facing open ports, unencrypted data stores, overly permissive IAM roles, and insecure container settings in Dockerfiles or Helm charts.

Does this security audit support CloudFormation and Pulumi code?

Yes, the security audit supports CloudFormation and Pulumi code, alongside Terraform, Kubernetes manifests, Dockerfiles, and Helm charts, scanning platform configurations to detect missing WAF or rate limiting controls.

Can I check my infrastructure code for missing WAF or rate limiting?

Yes, you can check infrastructure code for missing WAF or rate limiting by analyzing the configuration files, which flags the absence of these controls and reports them as critical, high, medium, or low severity findings.

What is the best way to scan Dockerfiles and Helm charts for insecure container settings?

The best way to scan Dockerfiles and Helm charts for insecure container settings is to run a comprehensive infrastructure configuration audit that flags vulnerabilities and provides actionable remediation guidance.

What severity levels are reported when auditing cloud infrastructure configurations?

Auditing cloud infrastructure configurations reports findings across critical, high, medium, and low severity levels, detailing each security vulnerability and its corresponding remediation steps.