aws-security-bulletins

Fetch and parse AWS Security Bulletins from the official AWS API.

6|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-fsi-reference-architecture-jp --skill aws-security-bulletins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-security-bulletins
Source: https://github.com/aws-samples/sample-fsi-reference-architecture-jp/tree/main/skills/aws-security-bulletins
Command: npx skills add https://github.com/aws-samples/sample-fsi-reference-architecture-jp --skill aws-security-bulletins

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the manual effort of searching through AWS security portals by providing a direct, automated interface to query and retrieve the latest vulnerability disclosures and security bulletins.

Core Features & Use Cases

  • Search and Filter: Quickly find bulletins by keyword or date range to identify relevant security updates.
  • Detailed Analysis: Retrieve full bulletin content, including affected versions, resolution steps, and CVE identifiers.
  • Use Case: A security engineer can use this skill to instantly list all security bulletins published in the last month related to S3 to assess potential impact on their infrastructure.

Quick Start

Use the aws-security-bulletins skill to list all security bulletins published in the last 30 days.

Frequently Asked Questions about aws-security-bulletins

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

FAQPage Schema
How do I search AWS security advisories by keyword and date range?

AWS security bulletins can be filtered by keyword and date range to identify relevant vulnerability updates. This automated interface fetches and parses official advisories, returning structured information including affected versions, resolution steps, and CVE identifiers for compliance auditing.

What is the best way to retrieve AWS vulnerability disclosures for compliance auditing?

Automated fetching of AWS security bulletins provides structured vulnerability disclosures for compliance auditing. By querying the official AWS API, you retrieve detailed advisory content including affected versions, CVE identifiers, and resolution steps without manual portal searches.

Do I need Python 3.11 to fetch AWS security bulletins?

Python 3.11 or later is required to execute the HTTP requests and process JSON responses from the AWS API. The skill relies on standard library modules available in this Python version to fetch and parse AWS security bulletins successfully.

How do I list recent AWS security bulletins to assess infrastructure impact?

You can list recent AWS security bulletins by applying date range filters to retrieve advisories published within a specific period, such as the last 30 days. This allows quick identification of relevant security updates to assess potential impact on your infrastructure.

Can I get detailed CVE identifiers and affected versions from AWS security bulletins?

Detailed CVE identifiers and affected versions are available within the full bulletin content retrieved from the AWS API. The skill parses these official responses to provide structured vulnerability information, including specific CVEs, affected versions, and resolution steps.