xlsx
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution (SAFE): The script 'recalc.py' invokes 'soffice' and 'timeout' binaries using 'subprocess.run' with list-based arguments, which prevents shell injection attacks.
- Dynamic Execution (SAFE): The script writes a StarBasic macro to the local LibreOffice configuration directory to facilitate formula recalculation. This macro is hardcoded and does not use untrusted input.
- Data Exposure & Exfiltration (SAFE): The script interacts with local Excel files and application configuration paths necessary for its function. No unauthorized data access or exfiltration patterns were observed.
Audit Metadata