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.py performs 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.py invokes the pandoc command-line utility via subprocess.run to 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
Risk Level
SAFE
Analyzed
Jun 15, 2026, 10:56 AM
Security Audit — agent-trust-hub — yao-geo-ranking-article-builder