adversarial-python

Warn

Audited by Snyk on Jul 20, 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.85). The required workflow fetches public web content at runtime (“fetch https://docs.python.org/3/whatsnew/3.{N}.html” for version-delta briefing), and that fetched free text is inserted into the reviewer prompt that is sent to the LLM.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs at runtime to fetch the What's New pages and inject their content into the reviewer prompt (e.g. fetch https://docs.python.org/3/whatsnew/3.{N}.html to compose the delta briefing), so remote documentation controls the composed reviewer prompt.

Issues (2)

W011
MEDIUM

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

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 20, 2026, 06:56 AM
Issues
2
Security Audit — snyk — adversarial-python