table-generation
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: All data processing is performed locally using Python's standard libraries (json, csv, argparse, os). No network operations, external downloads, or third-party dependencies are required.
- [COMMAND_EXECUTION]: The skill executes a local Python script (
results_to_table.py) to transform data into LaTeX strings. This execution is limited to the skill's own scripts and does not invoke arbitrary system commands or external shells. - [SAFE]: File access is restricted to reading the input data specified by the agent and writing the LaTeX output if a path is provided. The script includes basic LaTeX escaping to prevent formatting errors and ensures data integrity by only using provided numbers.
Audit Metadata