xlsx
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill includes instructions to use the
soffice(LibreOffice) command-line utility to recalculate formulas in Excel workbooks via headless conversion. This is a standard and safe administrative task for spreadsheet automation. - [SAFE]: The skill interacts with files within the local workspace (e.g., .xlsx, .csv, .tsv), which is the expected behavior for a spreadsheet management tool.
- [SAFE]: The skill ingests external data from spreadsheets, creating a potential surface for indirect prompt injection, though no malicious implementation was detected.
- Ingestion points: Reads workbook and sheet data using pandas.read_excel and openpyxl.load_workbook from workspace files.
- Boundary markers: None specified; data is processed as raw cell values.
- Capability inventory: Execution of Python code via
execand shell commands for file conversion. - Sanitization: None specified; the skill focuses on data manipulation and formatting.
Audit Metadata