ascii-table-renderer
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to render ASCII tables from user-provided data. It does not perform any network operations, access sensitive files, or execute arbitrary commands.
- [COMMAND_EXECUTION]: The script
scripts/render_table.pyis intended to be executed by the agent to perform the formatting task. It uses standard libraries (argparse,json,sys) and does not invoke subshells or useos.system/evallogic. It operates on data passed via standard input, which is a common and safe pattern for agent skills. - [PROMPT_INJECTION]: The
SKILL.mdfile contains clear boundary instructions ("Do not fetch data (DB/API). Only render and format output") and strict trigger rules, which help prevent the agent from being diverted into unintended or unsafe behaviors. - [DATA_EXFILTRATION]: There are no network-capable tools or patterns present. The skill strictly processes local input and returns a formatted string.
- [EXTERNAL_DOWNLOADS]: No external dependencies or remote scripts are downloaded or executed. The dependency list only specifies a standard Python version requirement.
Audit Metadata