excel-sheet-splitter
Pass
Audited by Gen Agent Trust Hub on Feb 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill includes a Python script (
scripts/split_excel_sheets.py) designed for CLI execution. It performs standard file I/O operations necessary for its stated purpose. - [EXTERNAL_DOWNLOADS] (SAFE): The only dependency is 'openpyxl', a reputable and widely-used library for handling Excel files in Python. The installation instructions follow standard practices.
- [DATA_EXFILTRATION] (SAFE): The script operates entirely on the local file system. No network operations (such as
curl,requests, orsocket) are present to exfiltrate data. - [PROMPT_INJECTION] (SAFE): The
SKILL.mdandREADME.mdfiles contain descriptive instructions for the agent and the user without any attempts to bypass safety filters or hijack the agent's behavior. - [DYNAMIC_EXECUTION] (SAFE): The code uses standard library functions and
openpyxlAPIs. There is no use ofeval(),exec(), or runtime code generation from untrusted sources.
Audit Metadata