attack-tx-analysis

Analyze blockchain attack transactions and generate audit reports with PoC artifacts.

48|12|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/BradMoonUESTC/TxAnalyzer --skill attack-tx-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: attack-tx-analysis
Source: https://github.com/BradMoonUESTC/TxAnalyzer/tree/main
Command: npx skills add https://github.com/BradMoonUESTC/TxAnalyzer --skill attack-tx-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, typing-extensions, tqdm, web3, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Analyze blockchain attack transactions end-to-end by pulling artifacts, performing root-cause analysis, and delivering audit-grade reports.

Core Features & Use Cases

  • End-to-end analysis workflow for attack transactions on both EVM and Solana networks, including artifact pulling, strict methodology adherence, deep trust-boundary drilling, attacker-contract reverse engineering, PoC generation, RPC replay, and risk upper bound evaluation.
  • Outputs are organized into a comprehensive audit package with a canonical report at transactions/<tx>/analysis/result.md, along with supporting artifacts (trace, contracts, contract_sources, opcode notes, and references).
  • Ideal for security audits, incident response, and post-macth case studies, enabling reproducible analysis and defensible remediation recommendations.

Quick Start

Provide a target transaction hash to initiate the end-to-end workflow; the system will pull artifacts, execute the six-phase methodology, generate a deep-root cause analysis, create PoC/replay artifacts if available, and produce a structured result report.

Frequently Asked Questions about attack-tx-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a blockchain attack transaction end-to-end?

To analyze a blockchain attack transaction, provide a target transaction hash to initiate a six-phase methodology that pulls artifacts, performs root-cause analysis, and generates an audit-grade report at transactions/<tx>/analysis/result.md.

Does attack transaction analysis support both EVM and Solana networks?

Yes, attack transaction analysis supports both EVM and Solana networks, applying strict methodology adherence, deep trust-boundary drilling, and attacker-contract reverse engineering across both ecosystems.

Do I need Foundry and Forge tooling to generate PoC and RPC replay artifacts?

Yes, you need Foundry and Forge tooling configured to generate PoC and RPC replay artifacts, alongside configured RPC/API keys and Heimdall for decompilation during the workflow.

What outputs are generated from blockchain security forensics and audits?

Blockchain security forensics outputs a comprehensive audit package containing a canonical result.md report, trace artifacts, contract sources, opcode notes, PoC/replay artifacts, and defensible remediation recommendations.

Can I use this transaction trace analysis for incident response and post-mortem case studies?

Yes, transaction trace analysis is ideal for security audits, incident response, and post-mortem case studies, enabling reproducible analysis and defensible remediation recommendations for blockchain attacks.