excel-analyst-pro
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Instructions in
SKILL.mdandartifact-contract.mddirect the agent to execute specific Python scripts bundled with the skill, such asworkbook_inventory.pyandprofile_reconcile.py, to analyze local spreadsheet files. - [DYNAMIC_EXECUTION]: The skill uses local Python scripts to process user-supplied data at runtime. These scripts are developed with defensive programming practices, including resource limits (
MAX_ROWS,MAX_INPUT_BYTES) and XML safety checks to prevent attacks like XML External Entity (XXE) and resource exhaustion when inspecting OOXML workbooks. - [EXTERNAL_DOWNLOADS]: The
references/tooling.mdfile describes an optional integration using@negokaz/excel-mcp-servervianpx. This highlights a potential download of external code from the npm registry if the operator manually chooses to enable this feature. - [PROMPT_INJECTION]: The file
eval-spec.yamlcontains an adversarial prompt ("Ignore all previous instructions...") within atest_casesdefinition. This is used exclusively for evaluating the agent's resilience during testing and does not influence the agent's behavior during normal operation.
Audit Metadata