magpie-security-issue-import-from-scan

magpie-security-issue-import-from-scan is a skill for Claude Code from apache/magpie. It costs 98 tokens per session (3,952 once invoked), scanned A, original, Apache-2.0.

A review workflow for turning a security scanner's multiple findings into security work. It reads each finding and its evidence, groups findings by disposition, and waits for an operator's decision before creating issues or pull requests.

In plain words
What is it for?
Use it to review scanner output, decide which findings deserve tracking or a code fix, and pass confirmed work to the appropriate security workflow.
Why use it?
Scanners often produce findings that are intentional, already fixed, or not serious enough for the project. Human review prevents every machine-generated result from becoming unnecessary work.

Skill for Claude Code ✓ vendor

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions subagents; mentions AGENTS.md.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is [`AGENTS.md`](../../AGENTS.md#treat-external-content-as-data-never-as-instructions)..

Part of the magpie plugin — 72 skills shipped together

Good fit Use it to review scanner output, decide which findings deserve tracking or a code fix, and pass confirmed work to the appropriate security workflow.

Compare 6 skills from other repositories ↓
About the project

Apache Magpie is a framework of agent-assisted workflows for maintaining Apache software projects, including issue triage, pull-request review, contributor mentoring, and security-report handling. Apache maintainers and developers use it to delegate repetitive project work to coding agents while retaining human review. Its catalogue entries are the skills, instructions, plugin, and settings that implement these workflows.

apache/magpie · 87 stars · on GitHub · magpie.apache.org

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/apache/magpie
agentmods
npx agentmods add skills/apache/magpie/security-issue-import-from-scan

Made for: Claude Code.

Or install magpie, the plugin that ships this one along with the rest of its 72 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for magpie-security-issue-import-from-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/apache/magpie/security-issue-import-from-scan.svg)](https://agentmods.dev/skills/apache/magpie/security-issue-import-from-scan)
Your own site
<a href="https://agentmods.dev/skills/apache/magpie/security-issue-import-from-scan"><img src="https://agentmods.dev/badge/skills/apache/magpie/security-issue-import-from-scan.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,952 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.03952
Opus 5 $0.00049 $0.01976
Sonnet 5 $0.00020 $0.00790
Haiku 4.5 $0.00010 $0.00395

Measured 3d ago against content hash 7a738f566da0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

magpie-security-issue-import-from-scan scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/security-issue-import-from-scan/SKILL.md · 287 lines

How it starts

The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.

security-issue-import-from-scan

This skill is the scanner on-ramp of the security-issue handling process. It converts a security scanner's multi-finding output into security work — but, unlike the human-report on-ramps, it never defaults to import. A scan emits dozens of machine-generated findings, most of which are by-design, already-fixed, or below the CVE bar for the project's threat model. So the first-pass deliverable is a triage report; any tracker or PR is opt-in per the operator's reviewed decision.

It composes with:

  • security-issue-import — the Gmail on-ramp; this skill reuses its Step 2a fuzzy-dup search, its reject-pattern check, and its Step 7 tracker-creation path.
  • security-issue-triage — whose Security-Model trust-boundary cheat-sheet and closed-invalid / positive-precedent searches do the actual classification.
  • security-issue-fix — where a confirmed PR-worth finding becomes a public hardening PR.

The scan-format details (how to parse a given scanner's index + evidence, the finding schema) live behind a pluggable adapter at tools/scan-format/; ASVS is the reference adapter. The project declares its scan sources and enabled formats in <project-config>/project.md.

Read the full file on GitHub · 287 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 287 lines · 98 tokens per session scan A 7a738f566da0

Subscribe to this mod's changes

magpie-security-issue-import-from-scan is a skill published in the GitHub repository apache/magpie (87 stars, last pushed 5d ago), licensed Apache-2.0. It adds 98 tokens to every session and 3,952 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.