← 返回 Skills 市场
Security Group Auditor
作者
Anmol Nagpal
· GitHub ↗
· v1.0.0
335
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install security-group-auditor
功能描述
Audit AWS Security Groups and VPC configurations for dangerous internet exposure
安全使用建议
This skill is instruction-only and does not ask for your AWS credentials, which is good. Before installing or using it: (1) Run the listed aws CLI commands yourself and share only the exported JSON the skill requests, not any credentials or environment files. (2) Review and redact any sensitive metadata you don't want analyzed or exposed (for example internal hostnames, exact public IPs, account IDs) — the guidance already warns to confirm no credentials are included. (3) If you prefer higher privacy, extract only the fields you want analyzed (rules, CIDRs, ports, SG IDs) rather than pasting whole outputs. (4) Because the agent can be invoked autonomously (normal default), be mindful when enabling any skill that will run without explicit step-by-step confirmation; consider limiting usage to interactive/manual sessions if you want tighter control.
功能分析
Type: OpenClaw Skill
Name: security-group-auditor
Version: 1.0.0
The skill is designed for auditing AWS security groups and explicitly states it does not execute AWS CLI commands or access the user's AWS account directly. It relies on user-provided, read-only data. Crucially, the `SKILL.md` includes explicit instructions for the AI agent to 'Never ask for credentials, access keys, or secret keys' and to 'confirm no credentials are included before processing' user-pasted data. These instructions act as strong safeguards against prompt injection leading to credential theft or unauthorized access, aligning the skill's behavior with its stated benign purpose.
能力评估
Purpose & Capability
The name and description (audit AWS security groups/VPCs) match the runtime instructions: the skill asks the user to provide exported AWS EC2/VPC/security-group JSON outputs and performs analysis on them. It does not request unrelated credentials, binaries, or resources.
Instruction Scope
The SKILL.md correctly instructs the user to run read-only AWS CLI commands and to paste their outputs. This stays within the stated purpose, but user-provided exports can contain sensitive metadata (public/private IPs, instance IDs, hostnames, AZs, subnet IDs). The skill explicitly says it will not execute CLI calls or request credentials and asks users to confirm no credentials are included before processing — good practice. Users should still sanitize/redact any information they don't want analyzed or shared.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is written to disk or downloaded. This is the lowest-risk model and proportionate for an auditor that works on user-provided exports.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The declared minimum IAM permissions are only in the README as guidance for the user to collect exports — they are read-only describe actions and appropriate for the stated purpose.
Persistence & Privilege
The skill does not request permanent presence (always: false). Model invocation is allowed (default) which is normal for a user-invocable skill; there is no evidence the skill tries to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install security-group-auditor - 安装完成后,直接呼叫该 Skill 的名称或使用
/security-group-auditor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
aws-security-group-auditor 1.0.0 – Initial Release
- Provides step-by-step guidance to audit AWS security groups and VPC network exposure.
- Identifies dangerous open ports (e.g., SSH, RDP, database/admin ports) exposed to the internet.
- Analyzes exported AWS data (security groups, EC2, VPC, subnet) to flag critical risks and estimate blast radius.
- Suggests replacement, tightened security group rules and AWS Config rules for ongoing monitoring.
- Instruction-only: requires user-provided exported data; does not access AWS accounts or execute commands.
元数据
常见问题
Security Group Auditor 是什么?
Audit AWS Security Groups and VPC configurations for dangerous internet exposure. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 Security Group Auditor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install security-group-auditor」即可一键安装,无需额外配置。
Security Group Auditor 是免费的吗?
是的,Security Group Auditor 完全免费(开源免费),可自由下载、安装和使用。
Security Group Auditor 支持哪些平台?
Security Group Auditor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Security Group Auditor?
由 Anmol Nagpal(@anmolnagpal)开发并维护,当前版本 v1.0.0。
推荐 Skills