docx-official
What this skill does
Document creation, editing, and analysis using OOXML (Office Open XML) format
github/sickn33 - Command Injection - 43.8k stars
Threat analysis
Skill info
pkg:github/sickn33/agentic-awesome-skills@11c9e67?skill=docx-officialAssessments (3)
Command Injection
Command Injection via local-llm-review
ooxml/scripts/pack.py
The `subprocess.run` call uses `soffice` with user-provided input, which could be vulnerable to command injection if not properly sanitized.Dangerous Code Execution
Dangerous Code Execution via skillspector
ooxml/scripts/pack.py
result = subprocess.run(
[
"soffice",
"--headless",
"--convert-to",
filter_name,
Path Traversal
Path Traversal via local-llm-review
ooxml/scripts/pack.py
The `safe_user_path` function resolves paths relative to the current working directory, but it does not fully prevent path traversal attacks in all cases.Badge
Add the Anomity scan badge for docx-official 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 docx-official? Report an issue or request a rescan.




