enrich-with-aws-security-agent

enrich-with-aws-security-agent is a skill for Claude Code, Codex from aws/tools-for-devops-agent. It costs 85 tokens per session (908 once invoked), scanned A, original, Apache-2.0.

A security-focused investigation aid for application outages, errors, and unusual behaviour, using findings from AWS Security Agent.

In plain words
What is it for?
Use it when pages fail, services return errors, authentication breaks, suspicious behaviour appears, or a security weakness may be behind an incident.
Why use it?
It helps uncover security causes that can look like ordinary application failures, such as injection attacks, exposed data, or authorization problems.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when pages fail, services return errors, authentication breaks, suspicious behaviour appears, or a security weakness may be behind an incident.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aws/tools-for-devops-agent/enrich-with-aws-security-agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aws/tools-for-devops-agent --skill enrich-with-aws-security-agent
Clone the repo
git clone --depth 1 https://github.com/aws/tools-for-devops-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enrich-with-aws-security-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws/tools-for-devops-agent/enrich-with-aws-security-agent.svg)](https://agentmods.dev/skills/aws/tools-for-devops-agent/enrich-with-aws-security-agent)
Your own site
<a href="https://agentmods.dev/skills/aws/tools-for-devops-agent/enrich-with-aws-security-agent"><img src="https://agentmods.dev/badge/skills/aws/tools-for-devops-agent/enrich-with-aws-security-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 908 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.00908
Opus 5 $0.00043 $0.00454
Sonnet 5 $0.00017 $0.00182
Haiku 4.5 $0.00009 $0.00091

Measured 8d ago against content hash 456a9160167f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

enrich-with-aws-security-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/enrich-with-aws-security-agent/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Enriching Investigations with AWS Security Agent Findings

When to Use — AUTOMATIC ACTIVATION

Load this skill automatically when ANY of these conditions apply:

Application-Level Symptoms (even without explicit security context)

  • Application pages or endpoints are not loading or returning errors
  • Unexplained service outages with no recent deployments
  • Application behaving unexpectedly without clear infrastructure cause
  • Services returning 4xx/5xx errors without obvious resource exhaustion

Explicit Security Signals

  • Security vulnerabilities or misconfigurations mentioned
  • Suspicious code patterns or behaviors observed
  • Authentication or authorization failures
  • Injection vulnerabilities suspected (SQL, command, SSRF, etc.)
  • Sensitive data exposure concerns
  • Security-related errors in application logs
  • Findings that suggest code-level security issues

Key Insight

Many security issues (like SSRF, injection attacks, or compromised dependencies) manifest as application outages or errors rather than obvious security alerts. When an app stops working and there's no clear infrastructure cause (no deployments, no resource exhaustion, no config changes), always check for security issues.

Overview

AWS Security Agent is an AI-powered security service that performs automated code security reviews and penetration testing. Its findings are stored in CloudWatch Logs and provide detailed, actionable information about vulnerabilities including exact file locations, line numbers, and remediation guidance.

Steps

  1. Identify the relevant CloudWatch log group for AWS Security Agent findings. Look for log groups with patterns like:

    • /aws/securityagent/*
    • Log groups containing "security-agent" or "securityagent" in the name
  2. Query the Security Agent logs using CloudWatch Logs Insights:

    fields @timestamp, @message
    | filter @message like /finding|vulnerability|issue|risk/
    | sort @timestamp desc
    | limit 100
    

Read the full file on GitHub · 88 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 88 lines · 85 tokens per session scan A 456a9160167f

Subscribe to this mod's changes

enrich-with-aws-security-agent is a skill published in the GitHub repository aws/tools-for-devops-agent (45 stars, last pushed 4d ago), licensed Apache-2.0. It adds 85 tokens to every session and 908 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hyperpod-node-debugger

Diagnose and remediate per-node issues on a HyperPod cluster (EKS or Slurm) — a specific node is unhealthy, unresponsive, stuck, or needs replacing. Covers on-node EFA, GPU / accelerator hardware (XID, ECC, NVLink, row-remap, DCGM), Slurm node down/drained, disk and memory pressure, per-node lifecycle-script failures…

awslabs/agent-plugins · 139 tokens

hyperpod-performance-debugger

Diagnose performance issues on Amazon SageMaker HyperPod clusters — uneven NCCL bandwidth across nodes and poor filesystem throughput. Read-only. Surfaces host-side signals (Xid, ECC, NVLink, EFA reachability, FSx saturation) and routes to the appropriate sibling skill (hyperpod-node-debugger, hyperpod-nccl…

awslabs/agent-plugins · 133 tokens

hyperpod-cluster-debugger

Diagnose and remediate cluster-wide HyperPod (EKS or Slurm) problems — creation / deployment failures (CloudFormation, EFA health check, lifecycle scripts, capacity), EKS access, node replacement, CloudFormation nested-stack errors, post-maintenance rollback state, dangling nodes, autoscaler conflicts. Includes…

awslabs/agent-plugins · 80 tokens

hyperpod-nccl

Diagnose NCCL failures and adjacent training-pod failures on HyperPod GPU clusters (EKS or Slurm) — training hangs, AllReduce / collective-op timeouts, EFA or libfabric errors, rendezvous failures, EFA TCP fallback, /dev/shm or memlock issues, NCCL version mismatch across pods, container OOM / exit-137 / OOMKilled…

awslabs/agent-plugins · 150 tokens

hyperpod-slurm-debugger

Diagnostic-only skill for Slurm scheduler and node-daemon issues on Amazon SageMaker HyperPod Slurm clusters. Scope mirrors the HyperPod troubleshooting guide. Invoke when the user reports a Slurm node stuck in down/drain, "Node unexpectedly rebooted" after auto-repair, slurmd not running, jobs stuck PENDING with…

awslabs/agent-plugins · 162 tokens

hyperpod-issue-report

Generate comprehensive issue reports from HyperPod clusters (EKS and Slurm) by collecting diagnostic logs and configurations for troubleshooting and AWS Support cases. Use when users need to collect diagnostics from HyperPod cluster nodes, generate issue reports for AWS Support, investigate node failures or…

awslabs/agent-plugins · 99 tokens