write-roxygen-docs
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established best practices for R package documentation without introducing security risks.
- [EXTERNAL_DOWNLOADS]: Mentions the use of 'devtools::document()', which is a standard tool in the R development ecosystem. No unauthorized remote scripts or executable downloads are present.
- [COMMAND_EXECUTION]: The procedure includes running 'devtools::document()', which is the intended and safe way to generate documentation from roxygen comments in R projects.
- [INDIRECT_PROMPT_INJECTION]: While the skill involves processing R source files (untrusted data), the instructions are limited to generating documentation blocks and do not involve executing arbitrary code derived from the input in a dangerous manner. The use of 'devtools' is standard practice for this task.
Audit Metadata