xlsx
What this skill does
The skill is a tool for working with spreadsheet and office files (e.g., .xlsx, .csv, .tsv), including reading, editing, and converting them. It uses LibreOffice (soffice) to perform these tasks, and
github/zlanqing - Code Execution - 2.7k stars
Threat analysis
Skill info
pkg:github/zLanqing/codex-claude-academic-skills@7ed6377?skill=xlsxAssessments (2)
Code Execution
Code Execution via local-llm-review
scripts/office/soffice.py
subprocess.run(["soffice"] + args, env=env, **kwargs) - this line executes the soffice command with user-provided arguments, which could be exploited if the input is not properly sanitized.Code Injection
Code Injection via local-llm-review
scripts/office/soffice.py
The _ensure_shim() function compiles and loads a dynamically generated C file (lo_socket_shim.c) using gcc. This could be exploited if the source code is not properly sanitized or controlled.Badge
Add the Anomity scan badge for xlsx to your README.
How Anomity governs this at runtime
Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.
Book a 30-minute demo to see your own skill inventory.
Methodology and disputes
Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of xlsx? Report an issue or request a rescan.




