skills/totophe/skills/excel-reader/Gen Agent Trust Hub

excel-reader

Pass

Audited by Gen Agent Trust Hub on Mar 12, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill's script automatically installs the openpyxl library from the Python Package Index if it is not present.
  • [COMMAND_EXECUTION]: The pip installation is performed using subprocess.check_call with a list of arguments, which is a secure way to execute system commands without shell injection risks.
  • [PROMPT_INJECTION]: The skill ingests untrusted data from Excel files, which can contain malicious instructions intended to manipulate the agent. \n
  • Ingestion points: Data ingestion occurs in scripts/excel.py when loading workbooks. \n
  • Boundary markers: The skill does not use delimiters or provide warnings to the agent that the spreadsheet content is untrusted. \n
  • Capability inventory: The skill's environment allows Python script execution and file system access. \n
  • Sanitization: Cell data is formatted for display but is not sanitized to remove potential prompt injection sequences.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 12, 2026, 06:19 AM