excel-processor
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it extracts data from potentially untrusted Excel files and presents it to the agent without sanitization or protective boundary markers.
- Ingestion points:
scripts/read_excel.pyandscripts/analyze_excel.pyread and return values from spreadsheet cells. - Boundary markers: Data is passed as raw strings within JSON responses without specific delimiters or instructions to ignore embedded commands.
- Capability inventory: The skill has the capability to read local files via the
openpyxllibrary inscripts/read_excel.pyandscripts/analyze_excel.py. - Sanitization: No content validation or sanitization is performed on the cell values before they are returned to the agent context.
Audit Metadata