pyo3
Warn
Audited by Snyk on Mar 17, 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.70). The SKILL.md's "Async Bridging" example includes a fetch(url) implementation that performs client.get(&url).await and returns the response body, which clearly ingests arbitrary open-web URLs (untrusted third-party content) that could influence runtime behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The pyproject.toml example includes a cibuildwheel before-all hook that runs "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y", which fetches and immediately executes remote installer code from https://sh.rustup.rs during the build/runtime environment.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata