mega-audit
Mega Audit
Run a smart contract source code through several agent skill-based auditing pipelines. By using multiple tools and techniques, we can get a more comprehensive understanding of the security and quality of the smart contract.
Required inputs
Before starting, gather the following information from the user:
- Smart contract link on a blockchain explorern: The link to a smart contract source code on a blockchain explorer
Expected output
We run multiple skill-based auditing pipelines on the same source code and generate a report for each of them, and save the resulting reports to to a created project working directory.
Step-by-step implementation
Step 1: Set up needed software
More from tradingstrategy-ai/web3-ethereum-defi
get-block-number
Get the latest block number for a blockchain using Web3.py and JSON-RPC environment variables
71extract-project-logo
Extract a project's logo from its website, brand kit, or other sources
67check-vault-onchain
Check our feature flagging against an onchain vault
66more-vaults
Add more vault smart contract types to an existing protocol
64add-vault-note
Add a note to specific vault
62fix-sphix-docs
Fix errors and warnings in Sphinx docs build
61