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 devtools for 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 testthat framework, focusing on code quality and standard test assertions.
  • Documentation Standards (SAFE): Outlines standard roxygen2 patterns 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-commit tool via pip. These are widely used and trusted in the software development ecosystem.
  • Command Execution (SAFE): The use of pip install pre-commit and pre-commit install are standard setup procedures for modern development workflows and do not pose a security risk in this context.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:16 PM