polish-tables-figures
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill. The instructions and scripts focus exclusively on LaTeX formatting and color accessibility analysis.
- [SAFE]: The provided Python scripts (
check_floats.py,palettes.py, andvenueyaml.py) are well-written and use only the Python standard library. They do not involve any network calls, subprocess execution, or unsafe dynamic code execution likeeval()orexec(). - [SAFE]: The skill processes user-supplied LaTeX files and logs deterministically. The file reading logic in
check_floats.pyincludes safety checks, such as a recursion depth limit and tracking seen files, to prevent resource exhaustion or infinite loops when following LaTeX\inputcommands. - [SAFE]: The
venueyaml.pyscript implements a custom, restricted YAML parser for venue profiles, avoiding the security risks associated with full-featured YAML parsers. - [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was found in any of the skill's files.
Audit Metadata