skills/specialist-profiles/execution-trace/SKILL.md
Specialist profile for stale reads, parameter divergence, branch ordering, callbacks, and cross-transaction interleavings.
npx skillsauth add apegurus/solidity-argus execution-traceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Find bugs that appear only when execution order, callbacks, stale reads, queued requests, or multi-transaction interleavings are traced precisely.
External calls, token hooks, receiver callbacks, routers, queues, delayed settlement, permit/signature flows, and multi-step lifecycle functions.
Load reentrancy, front-running-attacks, dos-revert, missing-protection-signature-replay, and unbounded-return-data when relevant.
Include ordered trace, stale/divergent value, attacker-controlled step, and state/asset impact.
Callbacks are not vulnerabilities by themselves; show the callback can observe or mutate shared state in a harmful way.
testing
Specialist profile for mechanically applying the attack-vector deck and classifying vectors as skip, drop, or investigate.
tools
Specialist profile for libraries, helpers, base contracts, adapters, encoders, wrappers, and integration glue.
testing
Specialist profile for rounding, scale, decimal, downcast, and arithmetic accounting edge cases.
testing
Specialist profile for extracting conservation laws and state couplings, then searching for violating paths.