ruby
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill provides development guidelines for Ruby projects, emphasizing idiomatic code, proper error handling, and testing. It contains no malicious instructions or external connections.
- [DYNAMIC_EXECUTION]: The skill proactively includes security best practices by listing the use of
evalandclass_evalon user input as anti-patterns. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing local repository files. 1. Ingestion points: Reads local configuration files (
Gemfile,.ruby-version) and source code from the repository. 2. Boundary markers: No explicit delimiters or warnings provided for processed content. 3. Capability inventory: Commands likebundle exec,rake, andrspecare identified as part of the intended workflow. 4. Sanitization: The skill explicitly discourages the use of dynamic execution (eval) on untrusted user data.
Audit Metadata