rstudio-research-agent
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes R scripts and shell commands to manage research workflows. Specifically, it uses
source(),rmarkdown::render(), andquarto_render()to execute analysis code, andgit initto set up version control for new projects. - [EXTERNAL_DOWNLOADS]: It provides tools to manage R package dependencies from external sources. It generates commands for installing packages from CRAN and Bioconductor to ensure research reproducibility.
- [REMOTE_CODE_EXECUTION]: The skill facilitates the installation of R packages directly from GitHub using
devtools::install_github()andremotes::install_github(). While this involves fetching and executing remote code, it is a standard R development practice used here for legitimate dependency management.
Audit Metadata