magpie-security-issue-import-from-md

Imports security findings from a Markdown file into tracker issues using Python and Git.

79|76|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/apache/magpie --skill magpie-security-issue-import-from-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magpie-security-issue-import-from-md
Source: https://github.com/apache/magpie/tree/main/skills/security-issue-import-from-md
Command: npx skills add https://github.com/apache/magpie --skill magpie-security-issue-import-from-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, Markdown, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of importing security findings from Markdown files into a tracker system, streamlining the security incident management process.

Core Features & Use Cases

  • Batch Import: Imports multiple security findings from a single Markdown file.
  • Findings Parsing: Parses and creates tracker issues for each security finding.
  • Triage Integration: Integrates with the existing triage workflow for further validation and categorization.

Quick Start

To import security findings from a Markdown file 'security-findings.md', use the 'magpie-security-issue-import-from-md' skill with the command 'import findings from /path/to/security-findings.md'.

Frequently Asked Questions about magpie-security-issue-import-from-md

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

FAQPage Schema
How do I automate importing security findings from a Markdown file into a tracker system?

To automate importing security findings from Markdown, this Skill parses the file content using Python and performs Git operations to batch create corresponding tracker issues in a designated repository.

Can I batch import multiple security findings from a single Markdown file for incident management?

Yes, you can batch import multiple security findings from a single Markdown file. The Skill parses each finding and creates a separate tracker issue, streamlining the security incident management process.

How does Markdown parsing work for creating tracker issues in a Git repository?

Markdown parsing for tracker issue creation works by using Python to extract security findings from the document structure, then executing Git operations to generate corresponding issues in your designated tracker repository.

Do I need Git and Python to import security findings from Markdown files?

Yes, you need Git and Python to import security findings from Markdown files. The Skill relies on the Markdown and requests dependencies to parse content and perform the Git operations required for issue creation.

What is the best way to integrate Markdown security findings into an existing triage workflow?

The best way to integrate Markdown security findings into a triage workflow is to import them directly into your tracker repository, where the created issues can feed into existing validation and categorization processes.

What are the limitations of using Markdown import for security incident handling?

Limitations of using Markdown import for security incident handling include its dependency on specific Python, Markdown, and Git environments, and its design focus strictly on parsing findings and creating tracker issues rather than deeper analysis.