skills/lanej/dotfiles/xlsx-python/Gen Agent Trust Hub

xlsx-python

Pass

Audited by Gen Agent Trust Hub on Mar 28, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The script recalc.py uses subprocess.run to invoke soffice (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 in recalc.py shows 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 pandas and openpyxl. 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
Risk Level
SAFE
Analyzed
Mar 28, 2026, 07:26 PM