rb:verify
Warn
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
evalto execute the output of the${CLAUDE_PLUGIN_ROOT}/bin/resolve-base-refscript in bothSKILL.mdandreferences/verification-profiles.md. This pattern allows the script to dynamically inject environment variables into the shell session. - [COMMAND_EXECUTION]: In
references/verification-profiles.md, the verification scripts dynamically detect and execute repository-native files (e.g.,./bin/check,./bin/ci) and build targets (e.g.,make ci,rake ci) usingbash -lc. While the skill includes logic to avoid executing raw strings directly from cached environment files, it still executes arbitrary executable files found within the working directory. - [INDIRECT_PROMPT_INJECTION]: The skill's behavior is influenced by the contents of
${REPO_ROOT}/.claude/.runtime_envand various build configuration files (Makefile, Justfile, Gemfile). This creates an attack surface where a malicious repository could influence the verification process by providing deceptive configuration data.
Audit Metadata