review-r
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (LOW): The skill processes external R scripts that could contain malicious instructions designed to influence the behavior of the
r-revieweragent. - Ingestion points: Reads files from the local filesystem using
Read,Grep, andGlobtools based on the provided$ARGUMENTSinSKILL.md. - Boundary markers: Absent. There are no instructions to use delimiters or specific safety wrappers when passing code content to the reviewer agent.
- Capability inventory: The skill uses
Writeto save reports andTaskto launch subordinate agents. A successful injection could potentially lead to unauthorized file writes or task manipulation. - Sanitization: Absent. The skill reads the raw content of R scripts and passes them directly to the next stage of the workflow without filtering or escaping.
Audit Metadata