yao-geo-ranking-article-builder
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/audit_sources.pyperforms HTTP requests to external URLs provided in the input markdown. This functionality is intended to audit the availability of source citations and provides the agent with a reachability report. - [COMMAND_EXECUTION]: The script
scripts/render_ranking_article_pack.pyinvokes thepandoccommand-line utility viasubprocess.runto handle document format conversion from Markdown to Word (.docx). The implementation uses argument lists rather than shell strings, which is a secure practice. - [SAFE]: The skill includes explicit instructions for the AI agent to avoid leaking implementation details, internal prompts, or private configurations in the final generated articles.
- [SAFE]: All third-party Python dependencies identified (BeautifulSoup, WeasyPrint, Markdown) are standard industry libraries for document processing and web scraping tasks.
Audit Metadata