skills/specialist-profiles/vector-scan/SKILL.md
Specialist profile for mechanically applying the attack-vector deck and classifying vectors as skip, drop, or investigate.
npx skillsauth add apegurus/solidity-argus vector-scanInstall 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.
Apply attack-vector-deck across the scoped code and force every relevant vector into skip, drop, or investigate.
attack-vector-deck.investigate items to FINDING; return incomplete trails as LEAD.Load general-audit, access-control, reentrancy, oracle-manipulation, or protocol-specific skills only when the vector points at that domain.
Include vector number, path, missing guard or broken invariant, concrete exploit sequence, and impact.
Do not record a finding from vector similarity alone. Prove the vector applies to reachable production code.
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.
testing
Specialist profile for line-by-line assumption extraction without relying on named bug classes.