VYPR

PyPI package

banks

pkg:pypi/banks

Vulnerabilities (1)

  • CVE-2026-44209HigMay 26, 2026
    affected < 2.4.2fixed 2.4.2

    Banks generates meaningful LLM prompts using a template language that makes sense. Prior to 2.4.2, banks uses jinja2.Environment() (unsandboxed) to render prompt templates. Applications that pass user-supplied strings as the template argument to Prompt() are vulnerable to Server-