yao-geo-page-blueprint
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements a robust and well-documented methodology for generating technical page structures. No malicious patterns, obfuscation, or unauthorized data access behaviors were detected.
- [COMMAND_EXECUTION]: The skill includes a Python script (
scripts/render_yao_geo_page_blueprint.py) for automated report generation. The script performs standard file operations, reading structured JSON input and writing formatted output files (Markdown, HTML, DOCX, PDF). - [EXTERNAL_DOWNLOADS]: The report rendering script depends on the
weasyprintlibrary. This is a well-known third-party dependency used for high-quality HTML-to-PDF conversion, consistent with the skill's stated purpose. - [SAFE]: The rendering script demonstrates security awareness by using sanitization functions (
html.escapeandxml.sax.saxutils.escape) when interpolating data into output documents, effectively mitigating potential injection risks from processed input data. - [SAFE]: The skill instructions in
SKILL.mdandreferences/real-data-workflow.mdexplicitly define data verification steps, source classification, and compliance boundaries, ensuring that generated content remains within verified facts and authorized sources.
Audit Metadata