Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) using the officecli CLI tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.
Security
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
These are raw GitHub URLs pointing to install.sh and install.ps1 that the README instructs users to pipe directly into bash/PowerShell (curl|bash and irm|iex) — executing remote, unverified scripts from a possibly unknown repo is a high-risk vector for malware distribution.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md includes commands that fetch and execute installer scripts from a public URL at runtime (e.g., `curl ... install.sh | bash` / `irm ... install.ps1 | iex`), so outsider-authored free text can be ingested/executed via those downloaded scripts.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The README instructs installing/updating by fetching and executing remote installer scripts at runtime (curl ... | bash and irm ... | iex) from https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh and https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1, which executes remote code fetched during setup.
b3af7a0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.