ruby-idioms
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily documentation and reference material for Ruby development. It explicitly promotes secure coding practices, such as avoiding the use of
evalwith user input and recommendingYAML.safe_loadfor parsing external data. - [COMMAND_EXECUTION]: The troubleshooting guide (references/troubleshooting.md) includes examples of shell commands like
psandtailused for legitimate diagnostic purposes such as memory monitoring and log analysis. These are documented as standard practices for developers managing Ruby applications. - [CREDENTIALS_UNSAFE]: The skill demonstrates secure configuration practices by using environment variables (e.g.,
ENV['STRIPE_API_KEY']) in code examples rather than hardcoding sensitive credentials.
Audit Metadata