Security
A security framework for validating and securing LLM-generated SQL queries. LangSec helps prevent SQL injection, unauthorized access, and other security vulnerabilities when working with language models that generate SQL.
Demonstration of making a malicious query using Vanna. LangSec helps prevent such attacks by validating generated queries against a security schema.
pip install langsec
For a detailed guide on how to use LangSec, please refer to the documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
APACHE 2.0 © 2024 LangSec
For issues and feature requests, please create an issue on GitHub or contact dev@lang-sec.com.