rail-review
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes potentially untrusted data from code diffs and specification files which could contain instructions intended to manipulate the agent's review process.
- Ingestion points:
git diffoutput,git logoutput, and local spec files are used as context for the sub-agents. - Boundary markers: Absent. No explicit delimiters or instructions to ignore embedded commands are specified for the sub-agent prompts.
- Capability inventory: The skill uses
gitcommands, local file reading, and spawning of sub-agents. - Sanitization: Absent. There is no evidence of sanitization or filtering of the content extracted from diffs or spec files.
- [COMMAND_EXECUTION]: The skill uses user-provided input to construct and execute git commands.
- Evidence: Commands such as
git diff <fixed-point>...HEADandgit log <fixed-point>..HEADin SKILL.md rely on a user-specified<fixed-point>string.
Audit Metadata