foundry-solidity
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes instructions for running several local binary tools from the Foundry suite, such as
forge,cast,anvil, andchisel, to facilitate the smart contract development lifecycle. - [REMOTE_CODE_EXECUTION]: The documentation for differential testing in
references/testing.mddescribes thevm.fficheatcode, which permits the execution of arbitrary shell commands from within Solidity tests for complex validation scenarios. - [EXTERNAL_DOWNLOADS]: The skill outlines procedures for managing dependencies via
forge installandsoldeer install, which involve downloading source code from GitHub repositories and the Soldeer package registry. - [SAFE]: The instructions consistently promote the use of environment variables for handling sensitive information like private keys and RPC URLs, ensuring that secrets are managed through secure local or CI/CD mechanisms rather than being hardcoded.
Audit Metadata