Security Group Generator

🌐Community
by jeremylongshore · vlatest · Repository

Automatically creates AWS Security Groups based on provided resource types and port requirements, enhancing network security.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add security-group-generator npx -- -y @trustedskills/security-group-generator
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "security-group-generator": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/security-group-generator"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The security-group-generator skill creates AWS Security Group configurations based on user-defined criteria. It can generate rules for inbound and outbound traffic, specifying protocols (TCP, UDP, ICMP), ports, and source/destination IP ranges or CIDR blocks. This helps automate the creation of secure network environments within AWS.

When to use it

  • Setting up a new application: Quickly define security group rules when deploying a new application into an AWS environment.
  • Creating development/staging environments: Generate temporary, isolated security groups for testing and development purposes.
  • Automating infrastructure provisioning: Integrate the skill into automated scripts or pipelines to ensure consistent security configurations.
  • Responding to security audit findings: Easily generate updated security group rules based on recommendations from a security audit.

Key capabilities

  • Generates inbound and outbound security group rules.
  • Supports TCP, UDP, and ICMP protocols.
  • Allows specification of port ranges.
  • Accepts IP addresses or CIDR blocks as source/destination.

Example prompts

  • "Create a security group allowing SSH access from my home IP address."
  • "Generate a security group for a web server, allowing HTTP and HTTPS traffic from anywhere."
  • "Create a security group that allows all outbound traffic but only inbound TCP port 80 from the CIDR block 192.168.1.0/24."

Tips & gotchas

The skill requires familiarity with AWS Security Group concepts and terminology, including protocols, ports, and IP addressing. Be mindful of overly permissive rules (e.g., allowing all traffic) which can compromise security.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
12

🌐 Community

Passed automated security scans.