jp-security-advisories

Aggregate and search Japanese security advisories from JPCERT/CC and MyJVN API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the challenge of manually monitoring fragmented Japanese security information sources, providing a unified interface to search and retrieve critical vulnerability data.

Core Features & Use Cases

  • Unified Search: Simultaneously query JPCERT/CC alerts, IPA security alerts, and the JVN iPedia vulnerability database.
  • Structured Detail Retrieval: Obtain deep-dive technical details, including CVSS scores, affected products, and mitigation strategies, directly from the MyJVN API.
  • Use Case: A security engineer needs to quickly assess if a newly disclosed CVE impacts their financial infrastructure; they can use this skill to search for the CVE ID across all Japanese sources and retrieve the official mitigation steps in seconds.

Quick Start

Use the jp-security-advisories skill to list all high-severity vulnerabilities published in the last 30 days.

Frequently Asked Questions about jp-security-advisories

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

FAQPage Schema
How do I search Japanese security advisories for a specific CVE?

To aggregate Japanese security advisories, this skill queries JPCERT/CC alerts, IPA security alerts, and the JVN iPedia database via the MyJVN API. It returns structured vulnerability data including affected products and mitigation strategies for financial system impact assessment.

How do I filter JPCERT alerts by severity and date?

You can filter JPCERT alerts by severity and date using this skill's search parameters. It supports date and severity filtering to retrieve targeted vulnerability data, such as listing all high-severity vulnerabilities published in the last 30 days.

Do I need Python to retrieve JVN iPedia vulnerability data?

Yes, you need Python 3.11 or higher and the defusedxml library to parse JVN iPedia vulnerability data. This skill uses defusedxml for secure XML parsing of vulnerability data retrieved from the MyJVN API.

Can I assess financial system impact using Japanese security vulnerability databases?

Yes, you can assess financial system impact by searching Japanese security vulnerability databases with this skill. It supports filtering by CPE to identify affected products and retrieve official mitigation steps for financial infrastructure.

Does the MyJVN API provide CVSS scores and mitigation steps?

Yes, the MyJVN API provides CVSS scores and mitigation steps. This skill retrieves structured technical details from the API, including CVSS scores, affected products, and mitigation strategies for identified vulnerabilities.