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, or socket) are present to exfiltrate data.
  • [PROMPT_INJECTION] (SAFE): The SKILL.md and README.md files 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 openpyxl APIs. There is no use of eval(), exec(), or runtime code generation from untrusted sources.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 20, 2026, 02:53 PM