format-apa-report
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill initiates downloads of external R packages from GitHub repositories (
wjschne/apaquartoandcrsh/papaja) using theremotespackage. - [REMOTE_CODE_EXECUTION]: The skill executes code downloaded from the internet. The command
remotes::install_github("wjschne/apaquarto")andremotes::install_github("crsh/papaja")downloads and installs arbitrary code from public GitHub repositories into the execution environment, which is subsequently loadable vialibrary(). - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data, creating an attack surface for indirect prompt injection.
- Ingestion points: Reads and processes user-provided
.bibbibliography files and analysis data frames (referenced in Step 5 and Inputs). - Boundary markers: There are no markers or instructions to the agent to ignore embedded commands within the
.bibor data files. - Capability inventory: Uses
Bashviaquarto renderto compile documents,Writeto create.qmdand.bibfiles, andremotesto install external code. - Sanitization: The skill lacks sanitization, validation, or escaping of content within the bibliography or analysis data before it is rendered into the final manuscript.
Audit Metadata