xlsx

Pass

Audited by Runlayer on Feb 26, 2026

Risk Level: LOW
Scan Summary
Max Score
71%
Files
2
Flagged
2
Chunks
3
Flagged Files (2)
xlsx/recalc.pyLOW
70.5%

Malicious 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
62.0%

Tool passed security scan

Audit Metadata
Max File Score
71%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
2
Files Flagged
2
Chunks Analyzed
3
Analyzed
Feb 26, 2026, 04:53 PM
Security Audit — runlayer — xlsx