solidity-foundry-development
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for the agent to use standard Foundry CLI tools such as
forge,cast, andanvilto manage smart contract lifecycles. This is the primary and expected functionality. - [EXTERNAL_DOWNLOADS]: Documentation includes references to
forge installfor managing project dependencies from external GitHub repositories, which is a standard and documented feature of the Foundry framework. - [SAFE]: The skill mentions the secure handling of sensitive information, such as private keys and API keys, through the use of environment variables (
vm.envUint,vm.envString) rather than hardcoding credentials.
Audit Metadata