r-expert
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill identifies several surfaces where untrusted data enters the agent context through file and API ingestion functions. While expected for data analysis, these constitute a theoretical attack surface.
- Ingestion points:
read.csv,fromJSON,dbReadTable, andhttr::GETinSKILL.md. - Boundary markers: Absent; the code snippets do not include logic to delimit or ignore instructions within data.
- Capability inventory: The skill is allowed to execute
Bash(R:*)andBash(Rscript:*), enabling it to run R code based on processed data. - Sanitization: No sanitization or validation logic is present in the provided boilerplate snippets.
- [External Downloads] (LOW): The skill includes a code example using the
httrlibrary to perform a GET request toapi.example.com. While this is a placeholder for instructional purposes, the domain is not on the trusted whitelist. - [Command Execution] (SAFE): The
Bashtool usage is strictly restricted to R and Rscript binaries, ensuring the agent operates within the intended execution environment for statistical computing.
Audit Metadata