solidity-development
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOW
Full Analysis
- [Prompt Injection] (SAFE): No instructions attempting to override agent behavior or bypass safety filters were found. Content is strictly educational and instructional regarding Solidity development.
- [Data Exposure & Exfiltration] (SAFE): No access to sensitive file paths (~/.aws, ~/.ssh) or network-based exfiltration patterns were detected. CLI commands mentioned in the documentation are standard development tools.
- [Obfuscation] (SAFE): All content is in plain text. No Base64, zero-width characters, or homoglyphs are present.
- [Unverifiable Dependencies & RCE] (SAFE): The skill mentions standard tools like Foundry (forge) and Hardhat in an educational context but does not perform remote downloads or execution of untrusted code. No suspicious package installations were found.
- [Dynamic Execution] (SAFE): The validation script uses
yaml.safe_load(), which is a secure practice for parsing YAML data. No unsafeeval()orexec()calls were found across the provided scripts.
Audit Metadata