xlsx
Pass
Audited by Runlayer on Mar 9, 2026
Risk Level: LOW
Scan Summary
Flagged Files (3)
xlsx/recalc.pyLOW
70.5%
Risky tool definition detected
Tool: xlsx/recalc.py Description: #!/usr/bin/env python3 """ Excel Formula Recalculation Script Recalculates all formulas in an Excel file using LibreOffice """ import json import sys import subprocess import os import platform from pathlib import Path from openpyxl import load_workbook def setup_libreoffice_macro(): """Setup LibreOffice macro for recalculation if not already configured""" if platform.system() == 'Darwin': macro_dir = os.path.expanduser('~/Library/Application Support/LibreOffice
xlsx/SKILL.mdLOW
64.1%
Tool passed security scan
xlsx/LICENSE.txtLOW
59.6%
Tool passed security scan
Audit Metadata