officecli-financial-model
WarnAudited by ClawScan on May 10, 2026.
Overview
The skill’s Excel financial-model purpose is coherent, but it tells the agent to automatically download and run an unpinned GitHub installer or updater before use.
Review this skill before installing. Its financial-model instructions look normal, but do not let it automatically run the GitHub installer or updater unless you trust and have verified OfficeCli. Prefer installing a pinned version yourself and then using the skill only to generate the requested workbook.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing or updating the tool could run code that is outside the reviewed skill artifacts and may change the local system.
The skill downloads an installer from a mutable GitHub branch and executes it, while the registry says there is no install spec or reviewed code package.
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh -o /tmp/officecli_install.sh && bash /tmp/officecli_install.sh
Do not auto-run the installer. Use a pinned, verified OfficeCli release or package-manager install, and require explicit user approval before installation or upgrade.
The agent may execute external installation code before creating the spreadsheet, not just generate the requested Excel file.
The instruction frames shell or PowerShell execution as a mandatory step before every use, including automatic install or upgrade when officecli is missing or outdated.
**Every time before using officecli, run this check:** ... bash /tmp/officecli_install.sh ... Windows: irm ... officecli_install.ps1
Require the user to install officecli separately, or ask for explicit confirmation before any installer or updater command is run.
The skill will write and modify a local Excel file selected by the workflow.
The skill uses officecli commands to create and modify a local workbook, which is expected for producing the requested .xlsx output.
officecli create model.xlsx ... officecli add model.xlsx / --type sheet ... officecli remove model.xlsx /Sheet1
Use a clear output filename/location and review the workbook before sharing or relying on it.
