mcp-infra-scanner

Scan cloud infrastructures for misconfigurations and compliance gaps via MCP.

Updated May 24, 2026
One-click install
npx skills add https://github.com/haJ1t/senior-dev-squad-skills --skill mcp-infra-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-infra-scanner
Source: https://github.com/haJ1t/senior-dev-squad-skills/tree/main/plugins/mcp-tools-pro/skills/mcp-infra-scanner
Command: npx skills add https://github.com/haJ1t/senior-dev-squad-skills --skill mcp-infra-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires awscli, gcloud, azcli, terraform, cloudformation, pulumi, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the scanning of cloud infrastructures for misconfigurations and compliance gaps, ensuring continuous monitoring for security, compliance, and architectural best practices.

Core Features & Use Cases

  • Cloud Resource Inventory: List all active resources and compile an inventory of cloud provider resources.
  • IaC Configuration Scanning: Audit IaC files against best practices and check for security vulnerabilities.
  • CIS Benchmark Compliance Verification: Verify system configurations against CIS benchmarks for compliance.
  • Security and Configuration Scans: Run network security checks, verify encryption settings, and ensure logging and monitoring setups are correct.
  • Use Case: Use this Skill to ensure your cloud infrastructure meets security and compliance standards before deploying to production.

Quick Start

Use the mcp-infra-scanner skill to scan your AWS cloud infrastructure for security and compliance issues.

Frequently Asked Questions about mcp-infra-scanner

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

FAQPage Schema
How do I scan cloud infrastructure for misconfigurations and compliance gaps?

Cloud infrastructure scanning for misconfigurations and compliance gaps automates continuous monitoring for security and architectural best practices using the MCP protocol. It evaluates cloud resource inventories and IaC files to identify vulnerabilities before production deployment.

Can I verify CIS benchmark compliance for AWS, Azure, and GCP resources?

CIS benchmark compliance verification checks system configurations against established security standards across cloud providers. The scanner requires authentication with cloud provider credentials and configuration files to validate encryption settings, logging setups, and network security rules.

Does infrastructure scanning work with Terraform, CloudFormation, and Pulumi configurations?

Infrastructure scanning audits IaC configuration files from Terraform, CloudFormation, and Pulumi against best practices. It checks for security vulnerabilities in infrastructure-as-code definitions to ensure compliance before deployment.

What do I need to authenticate cloud resource inventory scans?

Cloud resource inventory scans require authentication with cloud provider credentials and configuration files. You need the respective command line interfaces like awscli, gcloud, or azcli configured to allow the scanner to list active resources and perform security checks.

What is the best way to audit IaC files for security vulnerabilities?

Auditing IaC files for security vulnerabilities is best handled by automated scanning that compares configurations against CIS benchmarks and best practices. This ensures continuous monitoring of network security, encryption settings, and logging setups across your infrastructure.

Why does cloud security scanning require command line tools like awscli and gcloud?

Cloud security scanning requires command line tools like awscli, gcloud, and azcli to authenticate with cloud provider credentials and access resource inventories. These dependencies allow the scanner to query active infrastructure and verify compliance settings.