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, and chisel, to facilitate the smart contract development lifecycle.
  • [REMOTE_CODE_EXECUTION]: The documentation for differential testing in references/testing.md describes the vm.ffi cheatcode, 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 install and soldeer 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
Risk Level
SAFE
Analyzed
May 16, 2026, 05:45 PM
Security Audit — agent-trust-hub — foundry-solidity