cli
Pass
Audited by Gen Agent Trust Hub on May 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Documentation Content. The skill consists entirely of instructional material and code examples for the R 'cli' package. The code provided is for demonstration purposes within an R environment and does not perform any automated or suspicious operations.
- [SAFE]: Official Resources and Links. All external URLs point to official, well-known project sites such as cli.r-lib.org and the official GitHub repository for the package (github.com/r-lib/cli), which are trusted sources in the R community.
- [SAFE]: Security Best Practices. The skill documentation specifically highlights security risks associated with the
.runmarkup class (executable links), explicitly warning against its use with untrusted or user-supplied input. This proactive safety guidance is a sign of high-quality, secure documentation. - [SAFE]: Data Exposure Check. Examples involving system paths (e.g.,
~/.ssh/config) and database connections are used strictly for formatting and illustrative purposes. They utilize function parameters and placeholders rather than hardcoding sensitive data or attempting unauthorized access.
Audit Metadata