r-cli-app
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the use of the 'Rapp' package, which is an R-based framework for CLI development. All external references point to well-known R ecosystem sources such as CRAN and the 'r-lib' GitHub organization.
- [COMMAND_EXECUTION]: The skill explains how to create executable R scripts using shebangs (#!/usr/bin/env Rapp) and provides instructions for managing these tools via the
Rapp::install_pkg_cli_apps()function. This function places launchers in standard user-local binary directories (e.g., ~/.local/bin or %LOCALAPPDATA%), which is standard behavior for CLI managers. - [PERSISTENCE]: The documentation includes instructions for users to manually add the installation directory to their shell profile (e.g., .bashrc or .zshrc) to ensure the CLI tools are available in their PATH. This is a common and transparent configuration step for developers.
- [DYNAMIC_EXECUTION]: The skill details the use of
Rapp::run(), which evaluates R scripts to facilitate interactive development and testing. This behavior is confined to the development workflow described and is intended for the user to test their own code.
Audit Metadata