xlsx
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes a local script
scripts/recalc.pyto automate spreadsheet formula recalculation via LibreOffice. This script is part of the skill's internal package and is used for maintenance tasks. - [PROMPT_INJECTION]: The skill presents a surface for indirect prompt injection as it is designed to ingest and process untrusted data from external spreadsheet files (.xlsx, .csv, .tsv).
- Ingestion points: Data is loaded from external files using
pandas.read_excelandopenpyxl.load_workbookinSKILL.md. - Boundary markers: The instructions do not define explicit delimiters or instructions to isolate user data from agent commands when processing these files.
- Capability inventory: The skill has the ability to write files to the filesystem and execute local Python scripts.
- Sanitization: There is no documentation of input sanitization or validation performed on the spreadsheet content before it is processed by the agent.
Audit Metadata