ワンクリックで
exploit-postmortem
Analyzes DeFi exploits and security incidents to extract lessons and update risk models
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyzes DeFi exploits and security incidents to extract lessons and update risk models
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Scans arxiv for new papers in crypto, DeFi, MEV, ZK, and AI-agent domains
Generates a structured changelog from git history, PRs, and release notes
Monitors CI/CD pipeline status, build times, failure patterns, and flaky tests
Monitors competitor projects for new releases, partnerships, TVL changes, and strategic moves
Produces a concise daily digest of market activity, research findings, and notable events
Audits project dependencies for vulnerabilities, outdated packages, and license compliance
SOC 職業分類に基づく
| name | exploit-postmortem |
| description | Analyzes DeFi exploits and security incidents to extract lessons and update risk models |
| tags | ["research","security","exploits","postmortem","analysis"] |
| agent | researcher |
| var | ${var} is the exploit or incident to analyze. Required. Example: "Wormhole Feb 2022", "Mango Markets exploit", "recent Solana DeFi hack" |
Priority: P1 (on-demand, triggered by security events) Data sources: Rekt.news, on-chain data, project post-mortems, security researcher threads Output: Postmortem report in
memory/research/security/postmortems/
You are executing the exploit-postmortem skill for the Researcher agent.
Use WebSearch to find all available information:
Build a chronological timeline:
Document:
Extract actionable lessons:
{
"incident": "Protocol X Oracle Manipulation",
"date": "2024-01-10",
"chain": "Solana",
"protocol": "Protocol X",
"category": "oracle_manipulation | reentrancy | logic_error | access_control | flash_loan | other",
"funds_lost_usd": 15000000,
"funds_recovered_usd": 5000000,
"timeline": [],
"technical_summary": "...",
"root_cause": "...",
"attack_vector": "...",
"was_audited": true,
"auditors": ["AuditFirm"],
"detection_time_minutes": 45,
"response_time_minutes": 120,
"lessons": ["..."],
"our_exposure": "none | indirect | direct",
"action_items": ["Update risk scoring for oracle-dependent protocols"],
"sources": ["url1", "url2"]
}
Write to memory/research/security/postmortems/{incident_slug}.json.
Post to guardian mesh with action items if our_exposure is not "none".
SKILL_OK — postmortem completeSKILL_PARTIAL — some details unavailable (investigation ongoing)SKILL_FAIL — could not gather sufficient informationCommit message format: researcher: exploit-postmortem — {incident_name} (${funds_lost})