xlsx

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
79%
Files
3
Flagged
3
Chunks
4
Flagged Files (3)
recalc.pyHIGH
79.4%

Malicious tool definition detected

Tool: 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/4/us

SKILL.mdHIGH
72.1%

Malicious tool definition detected

LICENSE.txt has complete terms --- # Requirements for Outputs ## All Excel files ### Zero Formula Errors - Every Excel model MUST be delivered with ZERO formula errors (#REF!, #DIV/0!, #VALUE!, #N/A, #NAME?) ### Preserve Existing Templates (when updating templates) - Study and EXACTLY match existing format, style, and conventions when modifying files - Never impose standardized formatting on files with established patterns - Existing template conventions ALWAYS override these guidelines ## Finan

LICENSE.txtMEDIUM
68.0%

Tool passed security scan

Audit Metadata
Max File Score
79%
Classification
UNKNOWN_SERVER
Files Scanned
3
Files Flagged
3
Chunks Analyzed
4
Analyzed
Feb 21, 2026, 02:53 AM
Security Audit — runlayer — xlsx