Exploit Investigator
嗯,用户让我用中文总结一下这篇文章的内容,控制在100字以内,而且不需要用“文章内容总结”或者“这篇文章”这样的开头。直接写描述就行。那我得先仔细看看这篇文章讲的是什么。 文章标题是“An AI-powered multi-agent pipeline for investigating on-chain attack transactions.” 看起来是关于用AI驱动的多智能体管道来调查链上攻击交易的。接下来的内容提到了生成全面的事件报告,包括根本原因分析、自我纠正的分析师-验证器辩论,以及可选的Foundry PoC漏洞利用。然后详细描述了管道的工作流程,从解析输入到设置分析目录,再到计划、数据收集、检查、辩论循环、生成报告和PoC测试。 后面的部分列出了它与其他工具的不同之处,比如包含代码片段、链上 artifacts、分析师-验证器辩论等。还提到了支持的链和安装使用方法。 用户的需求是总结内容,所以我要抓住主要点:AI驱动的多智能体管道用于调查链上攻击交易,生成包含代码片段和根本原因分析的报告,并支持多个区块链网络。 现在控制在100字以内,要简洁明了。直接描述功能和特点,不需要复杂的结构。 </think> 文章介绍了一种基于AI的多智能体管道工具,用于调查链上攻击交易并生成包含代码片段和根本原因分析的事件报告。该工具支持多个区块链网络,并通过分析师与验证器的辩论机制确保报告准确性。 2026-4-13 00:0:45 Author: www.darknavy.org(查看原文) 阅读量:0 收藏

An AI-powered multi-agent pipeline for investigating on-chain attack transactions. Produces comprehensive incident reports with root-cause analysis, self-correcting Analyst-Validator debate, and optional Foundry PoC exploits.

Pipeline

  1. Parse input — tx_hash, chain, hints
  2. Setup — analysis directory + incident brief
  3. Planner — analysis plan, call trace
  4. Data Collector — manifest, contract sources
  5. Manifest Check — auto-corrects manifest
  6. Debate Loop — Analyst writes report; Validator challenges; repeat up to 2x
  7. Report — final incident report with code snippets, attack flow, loss analysis
  8. PoC [optional] — Foundry exploit test

What Makes It Different

  • Code Snippets — Every report includes the vulnerable Solidity code with root cause annotation
  • On-chain Artifacts — TX traces, decoded calldata, verified contract sources, funds flow analysis
  • Analyst-Validator Debate — Multi-agent pipeline with adversarial review ensures factual accuracy

Supported Chains

AliasChainChain ID
ethEthereum1
bnbBNB Chain56
arbArbitrum One42161
polygonPolygon137
optOptimism10
avaxAvalanche43114
baseBase8453

Install

Install skill https://github.com/DarkNavySecurity/web3-skills/

Usage

# Analyze a transaction
/exploit-investigator 0x<tx_hash> eth

# With extra hints
/exploit-investigator 0x<tx_hash> eth "suspected price manipulation"

# Generate Foundry PoC
/exploit-investigator poc 0x<tx_hash>

文章来源: https://www.darknavy.org/web3/skills/exploit-investigator/
如有侵权请联系:admin#unsafe.sh