recipe-diagrams
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs a purely local transformation of data. It processes user-provided recipes into a structured JSON format and then renders them as ASCII tables using a bundled Python script. The script
scripts/render_recipe_diagram.pyis self-contained, uses standard libraries (argparse,json,textwrap,unicodedata), and contains robust input validation and error handling to ensure output consistency and ASCII compliance. No network operations, sensitive file access, or dynamic code execution from untrusted sources are present.
Audit Metadata