BradMoonUESTCBradMoonUESTCCommunityยท1 Agent Skills Included

TxAnalyzer

Blockchain attack transaction root cause analysis and replay

Analyzes blockchain attack transactions end-to-end, from pulling on-chain artifacts to producing audit-grade root cause reports. Replaces manual trace reading and guesswork with a strict 6-phase methodology, deep trust-boundary drilling, and attacker contract reverse engineering. Replays exploits on a Foundry fork at the exact attack block and calculates the maximum drainable risk for EVM and Solana transactions.
npx skills add BradMoonUESTC/TxAnalyzer --all -g -y
Available:

Directs the agent to invoke the attack-tx-analysis skill whenever a user submits a transaction hash, and to strictly follow the mandatory methodology docs, artifact pulling commands, and PoC replay stages.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’