solidity-development
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the forge-std library from the official Foundry-RS repository, which is a well-known and standard source for smart contract development tools.
- [COMMAND_EXECUTION]: Runs local development tools including forge for building and testing, and bun for linting and formatting, all within the context of the local project directory.
- [CREDENTIALS_UNSAFE]: Mentions using a private key for contract deployment via environment variables; the skill includes explicit instructions and a checklist to prevent hardcoding keys and ensure sensitive files are ignored by version control.
Audit Metadata