univer-cli
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill instructs the agent to install the
univer-clipackage vianpm i -g univer-cli. This package is the core tool provided by the vendor for the skill's functionality. - [DYNAMIC_EXECUTION]: The skill uses
univer run --fileto execute agent-generated JavaScript scripts. This feature is intended for applying custom workbook logic using theuniverAPIand is a documented capability of the tool. - [INDIRECT_PROMPT_INJECTION]: The skill creates a surface for indirect injection by processing external spreadsheet files (.xlsx, .csv, .univer).
- Ingestion points: Files are imported and read via
univer import,univer pipe in,univer search, anduniver inspect. - Boundary markers: The instructions emphasize using the CLI's public interface, but do not provide specific delimiters for separating spreadsheet content from instructions in the agent's prompt.
- Capability inventory: The skill can write to the local file system, execute JavaScript via the CLI, and synchronize data with remote servers.
- Sanitization: No content sanitization is described for the data extracted from the workbooks before it is used by the agent.
Audit Metadata