TxAnalyzer
Blockchain attack transaction root cause analysis and replay
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install TxAnalyzer?โผ
Run `npx skills add BradMoonUESTC/TxAnalyzer --all -g -y` in your terminal to install it globally for your agent.
How to analyze a DeFi hack transaction?โผ
Give your agent the transaction hash and network, for example: analyze attack transaction 0xYOUR_TX_HASH on bsc. It pulls all artifacts, follows the 6-phase methodology, and writes an audit-grade report with root cause, PoC, and replay evidence.
Does TxAnalyzer support Solana transactions?โผ
Yes. It pulls Solana transaction payloads, instructions, logs, and account snapshots through the same command, though the deep exploit replay workflow is currently EVM-first.
What do I need to configure before running TxAnalyzer?โผ
Copy config_template.json to config.json and fill in your Alchemy RPC URL and Etherscan API key. Foundry is also required for the fork replay and risk bound stages.
Which agents work with TxAnalyzer?โผ
It follows the open Agent Skills standard and works with Claude Code, Cursor, Codex, Windsurf, and over 40 other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core