r-development
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- R Environment and Workflow (SAFE): The skill recommends standard R development practices, such as using
devtoolsfor testing, building, and documentation. These are the industry standard for R package development. - Package Installation and Management (SAFE): Includes typical commands for local package installation (
devtools::install()) and building. These are executed locally by the developer. - Testing Patterns (SAFE): Provides best practices for the
testthatframework, focusing on code quality and standard test assertions. - Documentation Standards (SAFE): Outlines standard
roxygen2patterns for function documentation and package metadata. - External Dependencies (SAFE): References well-known, trusted R packages (devtools, testthat, roxygen2, usethis, lintr, styler, covr, pkgdown) and the standard
pre-committool via pip. These are widely used and trusted in the software development ecosystem. - Command Execution (SAFE): The use of
pip install pre-commitandpre-commit installare standard setup procedures for modern development workflows and do not pose a security risk in this context.
Audit Metadata