Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

aws-security-auditAWS 安全审核

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

349

周安装

15

GitHub Stars

462

下载量

122
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:aws-security-audit(AWS 安全审核)
来源仓库:https://github.com/automateyournetwork/netclaw
仓库路径:skills/aws-security-audit
安装命令:
npx skills add https://github.com/automateyournetwork/netclaw --skill aws-security-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/automateyournetwork/netclaw --skill aws-security-audit

简介

通过 MCP 服务器调用 AWS CLI 执行只读安全检查,识别过度授权等问题。

  • 适合定期扫描 IAM 策略、S3 桶权限或 CloudTrail 配置,发现潜在风险点。
  • 支持列出用户、角色、策略详情,并以表格形式呈现违规项和建议修复措施。
  • 需配置 AWS 凭证并确保账户具备相应资源的只读访问权限。
  • aws-security-audit 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AWS Security Audit

MCP Servers

  • IAM MCP: uvx awslabs.iam-mcp-server@latest --readonly (stdio transport)
  • CloudTrail MCP: uvx awslabs.cloudtrail-mcp-server@latest (stdio transport)
  • Requires: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)

Key Capabilities

IAM (Identity & Access Management)

  • Users: List IAM users, access keys, MFA status, last activity
  • Roles: List roles, trust policies, attached permissions
  • Policies: Inspect policy documents, identify overly permissive policies
  • Groups: List groups and their memberships
  • Read-only mode: --readonly flag prevents any IAM modifications

CloudTrail (API Audit Trail)

  • Event history: Search recent API calls by user, service, or resource
  • Lookup events: Filter by event name, resource type, username
  • Time-based queries: Narrow to specific time windows around incidents
  • Multi-region: Trail events across all enabled regions

Workflow: Network Security Audit

When a user asks "audit our AWS network security":

  1. IAM roles for network services: Check roles used by VPC, TGW, Network Firewall
  2. Overly permissive policies: Find policies with ec2:* or *:* actions
  3. Unused access keys: Identify stale credentials that should be rotated
  4. MFA compliance: Check which users lack MFA
  5. CloudTrail check: Recent AuthorizeSecurityGroupIngress, CreateNetworkAcl, ModifyVpcAttribute events
  6. Report: Security posture summary with remediation recommendations

Workflow: Incident Investigation

When investigating a security event:

  1. CloudTrail lookup: Search events by time window and suspected user/role
  2. Identify actions: What API calls were made? DeleteSecurityGroup, ModifySubnetAttribute?
  3. Source IP: Where did the API calls originate from?
  4. IAM context: What permissions does the user/role have? Should they?
  5. Blast radius: What resources were affected?
  6. Report: Timeline of events with impact assessment

Workflow: Compliance Check

When checking AWS security compliance:

  1. Root account: Check for root access key usage in CloudTrail
  2. MFA enforcement: List users without MFA enabled
  3. Access key rotation: Find keys older than 90 days
  4. Unused credentials: Identify users with no recent activity
  5. Policy review: Check for policies granting * on sensitive services
  6. Report: Compliance scorecard with findings

Common CloudTrail Network Events

Event NameWhat It Means
AuthorizeSecurityGroupIngressSecurity group rule added (inbound)
AuthorizeSecurityGroupEgressSecurity group rule added (outbound)
RevokeSecurityGroupIngressSecurity group rule removed (inbound)
CreateNetworkAclEntryNACL rule added
CreateRouteRoute table entry added
ModifyVpcAttributeVPC setting changed
CreateVpnConnectionNew VPN tunnel created
AttachInternetGatewayIGW attached to VPC
CreateTransitGatewayRouteTGW route added
UpdateFirewallRuleGroupRuleListNetwork Firewall rule changed

IAM Best Practices for Network Teams

CheckWhy It Matters
No ec2:* policiesPrevent accidental network changes
Separate roles per serviceLeast privilege for VPC, TGW, Firewall
MFA on all humansProtect against credential theft
No root access keysRoot should use MFA console only
Key rotation < 90 daysLimit exposure of compromised keys
CloudTrail enabledAudit trail for all API changes

Important Rules

  • IAM MCP runs in read-only mode — cannot create, modify, or delete IAM resources
  • CloudTrail has event history limits — default 90-day lookback for management events
  • Region-specific for CloudTrail — unless using organization trail
  • Record in GAIT — log all security investigations for audit trail

Environment Variables

  • AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION (or AWS_PROFILE)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.99%
按下载量换算43

Claude

29.18%
按下载量换算36

Cursor

17.68%
按下载量换算22

Gemini CLI

8.86%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills