원클릭으로
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})