r-ops
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational and operational reference for R programming. It follows security best practices by recommending the use of environment variables and specialized tools like
keyringfor secret management instead of hardcoding credentials. - [EXTERNAL_DOWNLOADS]: The maintenance script
scripts/check-r-facts.pyperforms network requests tohttps://crandb.r-pkg.org/solely to verify the availability and existence of recommended R packages on CRAN. This is a well-known service in the R ecosystem and the script only evaluates HTTP status codes without executing remote content. - [COMMAND_EXECUTION]: The skill includes a test suite (
tests/run.sh) and a verification script (scripts/check-r-facts.py). These tools are used for structural integrity checks and documentation maintenance. The shell commands used are localized to the skill's directory and do not perform unauthorized system modifications.
Audit Metadata