write-testthat-tests
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established R package development workflows and best practices for unit testing.
- The instructions use standard libraries (
testthat,usethis,devtools,covr) without introducing external, untrusted scripts or packages. - No attempts at obfuscation, prompt injection, or sensitive data exfiltration were detected.
- [COMMAND_EXECUTION]: The skill utilizes R commands for testing and package management.
- Example:
usethis::use_testthat(edition = 3)anddevtools::test()are standard development operations for the R ecosystem which are necessary for the skill's primary purpose.
Audit Metadata