create-r-package
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes R environment commands to automate package creation, including directory scaffolding (
usethis::create_package), license setup, and dependency management initialization (renv::init). - [EXTERNAL_DOWNLOADS]: Configures GitHub Actions CI/CD by referencing official R community workflows (e.g., 'check-standard') and suggests installing trusted packages from CRAN.
- [PROMPT_INJECTION]: Includes a step to create a
CLAUDE.mdfile, which is a recognized best practice for providing context and instructions to AI development assistants within a project repo.
Audit Metadata