attack-report

A skill that turns the JSON results of a security scan into a Markdown attack report. The report groups vulnerabilities by severity, sorts them by CVSS score, and includes details such as affected files, references, descriptions, and fixes.

In plain words
What is it for?
Use it to create a report from security-scan output, either as displayed Markdown or in a chosen file.
Why use it?
It removes the need to format raw scan data into a readable report for reviewing and prioritising security problems. It can use the latest scan result or a specified file.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/morodomi/dev-crew/attack-report
Any agent
npx skills add morodomi/dev-crew --skill attack-report
Clone the repo
git clone --depth 1 https://github.com/morodomi/dev-crew

Made for: Claude Code, Codex.

Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00106 $0.00519
Opus 5 $0.00053 $0.00260
Sonnet 5 $0.00021 $0.00104
Haiku 4.5 $0.00011 $0.00052

Measured yesterday against content hash 25bd07677684, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

attack-report 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 yesterday.

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/attack-report/SKILL.md · 69 lines

What it actually says

Attack Report

security-scan結果をMarkdownレポート形式で出力するスキル。

Usage

/attack-report              # 直前のsecurity-scan結果をレポート化
/attack-report ./report.md  # 指定ファイルに出力

Input Format

security-scan が出力するJSON形式を入力として受け取る。

{
  "metadata": {
    "scan_id": "<uuid>",
    "scanned_at": "<timestamp>",
    "target_directory": "<path>"
  },
  "recon": {
    "framework": "Laravel",
    "endpoints_count": 15,
    "high_priority_count": 5
  },
  "summary": {
    "total": 3,
    "critical": 0,
    "high": 2,
    "medium": 1,
    "low": 0
  },
  "vulnerabilities": [...]
}

Output Format

Markdown形式のレポートを生成。脆弱性はCVSSスコア降順でソート。

Report Sections

Section Content
Executive Summary リスク評価、優先対応Top 3、影響システム
Summary スキャンメタデータ、脆弱性件数サマリ
Vulnerabilities 重大度別の脆弱性一覧 (Critical -> Low)
Recommendations 対応優先度に基づく推奨事項

Vulnerability Entry

各脆弱性は以下を含む:

  • ID, Type, CVSS 4.0 Score/Vector
  • File and line number
  • Agent, CWE/OWASP references
  • Description, Remediation

Reference

詳細・レポートテンプレート: reference.md

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. yesterday First seen · 69 lines · 106 tokens per session scan A 25bd07677684

Subscribe to this mod's changes

attack-report is a skill published in the GitHub repository morodomi/dev-crew (1 stars, last pushed 3d ago), licensed MIT. It adds 106 tokens to every session and 519 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-08-31.