docx-contracts
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs the model to extract user-supplied field values and create a JSON file (and run scripts using it), which requires the LLM to output those values verbatim — potentially including secrets or sensitive data.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill processes user-uploaded .docx templates via scripts like "scripts/extract_schema.py <template.docx>" and consumes user-provided data, so it clearly ingests untrusted, user-generated Word files as part of its workflow which could carry indirect prompt-injection content.
Audit Metadata