xlsx
Pass
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
subprocessmodule for local task execution. The scriptscripts/libreoffice_recalc.pyinvokes the LibreOfficesofficebinary to perform dynamic formula recalculation, andscripts/xlsx_insert_row.pyexecutes the internalxlsx_shift_rows.pyutility. These calls are implemented using list-based argument passing without a shell, which is a secure practice that prevents shell injection vulnerabilities. - [SAFE]: The
scripts/xlsx_unpack.pytool implements defensive coding by explicitly checking for path traversal (Zip-Slip) vulnerabilities during the extraction of spreadsheet archives. It verifies that all file members are extracted strictly within the specified output directory boundaries. - [SAFE]: Spreadsheet reading and analysis are handled via standard data science libraries (
pandas,openpyxl). The skill does not perform any network operations, and no hardcoded credentials or sensitive data exposure patterns were found in the scripts or documentation.
Audit Metadata