poetry
Warn
Audited by Snyk on Mar 13, 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.90). The SKILL.md Step 1 explicitly instructs running "curl -sSL https://install.python-poetry.org | python3 -", which fetches and executes a remote installer from the public web and therefore exposes the workflow to untrusted third‑party content that could deliver executable/instructional payloads.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's installation step runs remote code at runtime via "curl -sSL https://install.python-poetry.org | python3 -", which fetches and executes external content and is presented as the required installer for using Poetry.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata