AWS Security ChangesHomeSearch

AWS amazonq documentation change

Service: amazonq · 2025-09-10 · Documentation low

File: amazonq/latest/qdeveloper-ug/command-line-custom-agents-examples.md

Summary

Added specialized prompts to custom agent examples, including security focus in code review agent

Security assessment

The code review agent's prompt now explicitly mentions security as a focus area, enhancing documentation about security best practices without addressing a specific vulnerability.

Diff

diff --git a/amazonq/latest/qdeveloper-ug/command-line-custom-agents-examples.md b/amazonq/latest/qdeveloper-ug/command-line-custom-agents-examples.md
index bf074a754..59d4fa789 100644
--- a//amazonq/latest/qdeveloper-ug/command-line-custom-agents-examples.md
+++ b//amazonq/latest/qdeveloper-ug/command-line-custom-agents-examples.md
@@ -19,0 +20 @@ This custom agent is optimized for AWS infrastructure management and development
+      "prompt": "You are an expert AWS infrastructure specialist with deep knowledge of cloud architecture and best practices",
@@ -90,0 +92 @@ This custom agent is designed for general software development tasks, including
+      "prompt": "You are a software development assistant with expertise in Git workflows and code management",
@@ -172,0 +175 @@ This custom agent focuses specifically on code review tasks, with tools and cont
+      "prompt": "You are a code review specialist focused on quality, security, and best practices",
@@ -248,0 +252 @@ This example shows how to create an custom agent tailored to a specific project,
+      "prompt": "You are a backend development specialist for mobile applications with expertise in Docker and database management",