inertia-rails-testing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- PROMPT_INJECTION (SAFE): No attempts to override agent instructions or bypass safety filters. While the skill uses authoritative language like 'CRITICAL' and 'MUST', these are strictly related to technical testing best practices (e.g., following redirects in Rails tests) and are not intended to manipulate the AI's core behavior.
- DATA_EXFILTRATION (SAFE): No hardcoded credentials, sensitive file path access, or unauthorized network operations were detected. The code examples demonstrate how to test for the absence of sensitive data (e.g., 'have_no_prop(:secret)').
- EXTERNAL_DOWNLOADS (SAFE): The skill does not perform any downloads or package installations. It references the standard 'inertia_rails' library via 'require' statements, which is expected for this technical domain.
- REMOTE_CODE_EXECUTION (SAFE): No patterns for remote code execution or dynamic execution of untrusted input were found. The provided Ruby snippets are static testing patterns.
- OBFUSCATION (SAFE): The content is clear, well-structured markdown without any hidden characters, Base64 encoding, or homoglyphs.
Audit Metadata