·infra-security-review
!

infra-security-review

Security patterns and checklists for reviewing Infrastructure-as-Code. Covers Terraform/OpenTofu state, secrets, network, compute, database, and storage security.

25Installs·1Trend·@majesticlabs-dev

Installation

$npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill infra-security-review

How to Install infra-security-review

Quickly install infra-security-review AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill infra-security-review
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: majesticlabs-dev/majestic-marketplace.

SKILL.md

View raw

Security checklists and grep patterns for reviewing IaC code. Use these patterns when verifying infrastructure security.

| S3 bucket without encryption | Critical | encrypt = false or missing | | Missing state locking | High | No DynamoDB table configured | | Public bucket policy | Critical | blockpublic not all true | | Missing versioning | Medium | versioning not enabled |

| Hardcoded AWS keys | Critical | AKIA[0-9A-Z]{16} | | Hardcoded passwords | Critical | password\s=\s"[^"]+[^}]" | | Database credentials in code | Critical | DATABASEURL with password | | API keys in variables | High | apikey, secretkey defaults |

Security patterns and checklists for reviewing Infrastructure-as-Code. Covers Terraform/OpenTofu state, secrets, network, compute, database, and storage security. Source: majesticlabs-dev/majestic-marketplace.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill infra-security-review
Category
!Security
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from majesticlabs-dev/majestic-marketplace

Quick answers

What is infra-security-review?

Security patterns and checklists for reviewing Infrastructure-as-Code. Covers Terraform/OpenTofu state, secrets, network, compute, database, and storage security. Source: majesticlabs-dev/majestic-marketplace.

How do I install infra-security-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/majesticlabs-dev/majestic-marketplace --skill infra-security-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/majesticlabs-dev/majestic-marketplace