scanning-with-aws-security-agent

Upload code to AWS Security Agent and return ranked findings with remediation guidance.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill scanning-with-aws-security-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scanning-with-aws-security-agent
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/plugins/aws-agents-for-devsecops/skills/scanning-with-aws-security-agent
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill scanning-with-aws-security-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers securely scan their codebase by uploading it to AWS Security Agent, running a scan, and returning ranked findings with code locations and remediation guidance.

Core Features & Use Cases

  • Uploads source code to AWS Security Agent for automated scanning
  • Returns ranked, verified findings with file locations and remediation steps
  • Supports scan status checks, viewing findings, listing recent scans, and stopping scans

Quick Start

Run a full code scan on the current workspace using the AWS Security Agent workflow.

Frequently Asked Questions about scanning-with-aws-security-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code scanning for vulnerabilities in an AWS workspace?

Automate AWS security scanning by uploading your source code to the agent, initiating a scan, and receiving ranked findings with file locations and remediation guidance. This workflow handles the full scan cycle securely.

What is the process for viewing security findings from an AWS code scan?

Viewing security findings involves checking the scan status of your uploaded code and retrieving the ranked, verified results. The agent provides specific code locations and steps to remediate discovered vulnerabilities.

Can I list recent AWS security scans and stop a running code scan?

Yes, you can list recent AWS security scans and stop a running scan. The agent's API supports monitoring scan progress, viewing completed findings, and terminating active scans across AWS-based projects.

Do I need specific AWS permissions to run automated code scans and view findings?

Yes, running automated code scans requires a configured workspace with the AWS Security Agent setup. You need access to the agent space and permissions to read and write scans and findings in S3 and the agent's API.

How does AWS Security Agent handle vulnerability remediation guidance?

AWS Security Agent handles remediation by returning ranked, verified findings after scanning your uploaded code. It includes specific file locations and actionable steps to fix the identified vulnerabilities.

What should I do if my AWS security code scan is not returning findings?

If your AWS security code scan is not returning findings, verify that your workspace is properly configured with the agent setup. Ensure you have the necessary S3 and API permissions to read and write scans and findings.