rails-query-optimization
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill focuses on Ruby on Rails performance optimization techniques, such as resolving N+1 queries, avoiding cartesian products, and using Common Table Expressions (CTEs).
- [EXTERNAL_DOWNLOADS]: The skill suggests using the bullet and activerecord-cte Ruby gems, which are standard community tools for Rails development and do not pose a security risk in this context.
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to analyze database performance output and schemas. 1. Ingestion points: EXPLAIN ANALYZE output referenced in SKILL.md. 2. Boundary markers: None specified. 3. Capability inventory: Raw SQL execution via ActiveRecord demonstrated in SKILL.md. 4. Sanitization: The skill correctly demonstrates the use of parameterized queries to prevent SQL injection.
- [SAFE]: No obfuscation, data exfiltration, unauthorized network access, or persistence mechanisms were detected.
Audit Metadata