R-optimizer
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard R code optimization patterns including vectorization with
data.table, efficient fixed-effects regression withfixest, and parallel processing withfuture/furrr. All suggested external packages (profvis,data.table,future,furrr,doParallel,fixest,broom) are well-known, widely used tools in the R data science community. - [COMMAND_EXECUTION]: The skill includes code snippets that use
install.packages(). While this executes commands to install software, it is the standard and expected method for package management in R and targets the official CRAN repository by default. - [REMOTE_CODE_EXECUTION]: The skill does not contain any patterns for downloading or executing arbitrary code from untrusted remote sources. It only references standard R library installations.
- [DATA_EXFILTRATION]: No network operations or data exfiltration patterns were detected. The skill focuses on local data processing and optimization.
Audit Metadata