docx

Warn

Audited by Snyk on Jun 27, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.75). In the “Redlining workflow” path, the skill ingests outsider-authored free text from the user-supplied DOCX by converting it to markdown with pandoc --track-changes=all ... -o current.md, which then becomes LLM-readable context for change identification.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs installing system packages with commands like "sudo apt-get install ..." and global installs (npm -g), which directs the agent to obtain elevated privileges and modify the host system state.

Issues (2)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 27, 2026, 11:43 AM
Issues
2
Security Audit — snyk — docx