xlsx

Pass

Audited by Gen Agent Trust Hub on Mar 12, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The recalc.py script utilizes subprocess.run to call the LibreOffice soffice binary in headless mode. This is a legitimate operation used to trigger a macro for recalculating Excel formulas, as the openpyxl library does not calculate formula results natively.
  • [COMMAND_EXECUTION]: The recalc.py script modifies the local filesystem by writing a StarBasic macro to the user's LibreOffice configuration directory (e.g., ~/.config/libreoffice/4/user/basic/Standard/Module1.xba). This is a one-time setup required to enable the recalculation functionality.
  • [SAFE]: The skill focuses on spreadsheet manipulation using well-known libraries (pandas and openpyxl). All operations, including the use of system commands and configuration modifications, are consistent with the primary purpose of the skill. No evidence of credential theft, data exfiltration, or obfuscation was found.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 12, 2026, 09:05 AM