evm-fullstack-dev
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation follows industry-standard security practices for blockchain development. It explicitly advises against committing environment variables or RPC keys to version control, which is a critical security measure for preventing credential leaks.
- [COMMAND_EXECUTION]: The skill references standard development tools such as Foundry (
forge build,forge test). These are used locally by the agent to verify contract correctness and gas consumption as part of a legitimate development workflow. - [SAFE]: The instructions include a detailed security checklist for smart contracts, covering common vulnerabilities such as reentrancy, signature replay, oracle manipulation, and access control. This demonstrates a focus on producing secure code.
- [SAFE]: The skill recommends using well-known security tools like Slither, Aderyn, and Echidna for static analysis and fuzz testing, which aligns with best practices for smart contract auditing.
Audit Metadata