Metadata-Version: 2.4
Name: vigil-scanner
Version: 0.1.0
Summary: AI-powered multi-agent security scanner for detecting security vulnerabilities within a given github codebase
License: MIT
Author: yugan243
Author-email: yugannimsara@gmail.com
Requires-Python: >=3.11,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: langchain-google-genai (>=4.2.0,<5.0.0)
Requires-Dist: langchain-groq (>=1.1.2,<2.0.0)
Requires-Dist: langchain-openai (>=1.1.10,<2.0.0)
Requires-Dist: langgraph (>=1.0.8,<2.0.0)
Requires-Dist: pydantic (>=2.12.5,<3.0.0)
Requires-Dist: pydantic-settings (>=2.0.0,<3.0.0)
Requires-Dist: python-dotenv (>=1.2.1,<2.0.0)
Requires-Dist: rich (>=14.3.2,<15.0.0)
Requires-Dist: typer[all] (>=0.24.0,<0.25.0)
Project-URL: Homepage, https://github.com/yugan243/security-scanner
Description-Content-Type: text/markdown

# security-scanner
Multi agent system to detect security vulnerabilities of a given github code base

