ascii-table-renderer
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): Skill instructions describe triggers and boundaries for the agent without attempting to bypass safety filters or override system instructions.
- [Data Exposure] (SAFE): No network requests or sensitive file access patterns were detected; the script only processes data from standard input.
- [Remote Code Execution] (SAFE): The script uses standard libraries (argparse, json, sys) and does not utilize eval, exec, or subprocess on any input data.
- [Indirect Prompt Injection] (SAFE): The skill provides a surface for rendering external data but has no side-effect capabilities to exploit. Ingestion occurs via stdin in scripts/render_table.py; boundary markers are absent; capability inventory shows no network/file-write/subprocess calls; sanitization includes string conversion and truncation.
Audit Metadata