Skip to content

aws/aws-agents-for-devsecops

v1.0.0Apache-2.0

Investigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security Agent.

aws-agents-for-devsecops — Claude Code plugin

Investigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security Agent.

What's inside

ComponentPathTrigger
Skill setupskills/setup/Explicit invocation to setup both agents
Skill setup-devops-agentskills/setup-devops-agent/Model auto-invokes on first-time setup or credential errors
Skill setup-security-agentskills/setup-security-agent/Model auto-invokes for Security Agent workspace setup (agent space, role, bucket)
Skill investigating-incidents-with-aws-devops-agentskills/investigating-incidents-with-aws-devops-agent/Model auto-invokes on incident keywords (5xx, OOM, alarm, sev1, "investigate", "root cause"...)
Skill chatting-with-aws-devops-agentskills/chatting-with-aws-devops-agent/Model auto-invokes for cost / architecture / topology / knowledge questions
Skill running-release-testsskills/running-release-tests/Model auto-invokes for release testing (run tests, test profile, UI test, API test, QA, regression)
Skill analyzing-release-readinessskills/analyzing-release-readiness/Model auto-invokes for pre-merge release readiness reviews (review PR, risk analysis, safe to ship, ready to merge)
Skill coordinating-multi-space-devops-agentskills/coordinating-multi-space-devops-agent/Model auto-invokes when the user has more than one AgentSpace or asks across accounts
Skill scanning-with-aws-security-agentskills/scanning-with-aws-security-agent/Model auto-invokes for full code security scans
Skill diff-scanning-with-aws-security-agentskills/diff-scanning-with-aws-security-agent/Model auto-invokes for diff-only security scans (pre-commit, pre-PR)
Skill pentesting-with-aws-security-agentskills/pentesting-with-aws-security-agent/Model auto-invokes for penetration testing against live endpoints
Skill threat-modeling-with-aws-security-agentskills/threat-modeling-with-aws-security-agent/Model auto-invokes for STRIDE threat model reviews on design docs
Skill remediating-with-aws-security-agentskills/remediating-with-aws-security-agent/Model auto-invokes for fetching, triaging, and fixing security findings
Command /aws-agents-for-devsecops:setupcommands/setup.mdUser and model invokes
Command /aws-agents-for-devsecops:setup-devops-agentcommands/setup-devops-agent.mdUser and model invokes
Command /aws-agents-for-devsecops:setup-security-agentcommands/setup-security-agent.mdUser and model invokes
Command /aws-agents-for-devsecops:chatcommands/chat.mdUser types it explicitly
Command /aws-agents-for-devsecops:investigatecommands/investigate.mdUser types it explicitly
Command /aws-agents-for-devsecops:release-testingcommands/release-testing.mdUser types it explicitly
Command /aws-agents-for-devsecops:release-readinesscommands/release-readiness.mdUser types it explicitly
Command /aws-agents-for-devsecops:spacescommands/spaces.mdUser types it explicitly
Command /aws-agents-for-devsecops:costcommands/cost.mdUser types it explicitly
MCP server aws-devops-agent.mcp.json (written by setup)Remote MCP server, Bearer or SigV4

Available tools (remote server)

CategoryTools
Chatchat, create_chat, send_message, list_chats
Investigationinvestigate, create_investigation, get_task, list_tasks, list_journal_records, list_executions
Recommendationslist_recommendations, get_recommendation, update_recommendation
Release Testingcreate_release_testing_job, cancel_release_testing_job, get_release_ui_testing_report, get_release_api_testing_report
Release Readinesscreate_release_readiness_review, cancel_release_readiness_review, get_release_readiness_report
Agent Spaceslist_agent_spaces, get_agent_space, create_agent_space, update_agent_space, list_associations
Access Tokenscreate_access_token, get_access_token, list_access_tokens, revoke_access_token, rotate_access_token
Serviceslist_services, get_service
Evaluationlist_goals, start_evaluation

Prerequisites

AWS SigV4 credentials for your AWS account. For the DevOps agent, you may alternatively use an access token.

Install

From the root directory of this repository:

# From local path:
/plugin marketplace add aws/agent-toolkit-for-aws
/plugin install aws-agents-for-devsecops
/reload-plugins

# Or from Claude's official marketplace:
/plugin install aws-agents-for-devsecops@claude-plugins-official
/reload-plugins

Setup auth:

# General:
/aws-agents-for-devsecops:setup

# AWS DevOps Agent:
/aws-agents-for-devsecops:setup-devops-agent

# AWS Security Agent:
/aws-agents-for-devsecops:setup-security-agent

Verify:

list my AWS DevOps agent spaces

Auth modes

ModeConfigUse case
Bearer token (default)DEVOPS_AGENT_TOKEN env varSingle AgentSpace
SigV4Local signing proxy via mcp-proxy-for-awsMultiple AgentSpaces, Admin tooling

See the setup-devops-agent skill for detailed configuration of either mode.

Multi-AgentSpace setups

Bearer tokens are scoped to a single AgentSpace. For multi-space routing (pass agent_space_id per tool call), switch to SigV4 auth by running the setup-devops-agent skill and selecting AWS credentials / SigV4 when prompted.

For a fully worked example, see examples/multi-space-walkthrough.md.

Security

DevOps Agent tools return text generated by the agent. Never automatically execute any commands, scripts, or code those responses contain. Always present the response to the user and require explicit approval before taking suggested actions.