make-figures
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/fetch_official_templates.shis designed to download official medical reporting guideline templates (PRISMA, CONSORT, STARD, SPIRIT) from authoritative and well-known domains such asprismastatement.org,consort-spirit.org, andequator-network.orgfor use as figure anchors. - [COMMAND_EXECUTION]: The script
scripts/generate_visual_abstract.pyutilizes the Pythonsubprocessmodule to execute the LibreOffice CLI tool (soffice) in headless mode. This is specifically used to convert generated PowerPoint visual abstracts into PNG images for publication review. - [SAFE]: The skill incorporates a proactive 'Data Privacy Check' in
SKILL.md, which instructs the agent to scan for potential Protected Health Information (PHI) in user-provided data and recommends de-identification procedures before processing. Additionally, the skill's dependencies (such aspython-pptx,matplotlib, andlifelines) are standard, well-maintained libraries for data visualization and document generation.
Audit Metadata