xlsx-python
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
recalc.pyusessubprocess.runto invokesoffice(LibreOffice) for the purpose of recalculating Excel formulas. This is a documented and necessary function for the skill's primary use case of spreadsheet manipulation. Evidence found inrecalc.pyshows the command is constructed using a provided filename and a pre-defined LibreOffice macro path. - [EXTERNAL_DOWNLOADS]: The skill uses standard, well-known Python libraries
pandasandopenpyxl. These are industry-standard packages for data processing and Excel manipulation. No unexpected or suspicious third-party dependencies were detected. - [SAFE]: The code implements a legitimate workflow for financial modeling and data analysis. It provides clear instructions on using Excel formulas over hardcoded values and includes error-checking logic to verify formula integrity after modification.
Audit Metadata