LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
sarix/__init__.py
sarix/__main__.py
sarix/analyzer.py
sarix/artifacts.py
sarix/benchmark.py
sarix/cli.py
sarix/compression.py
sarix/config.py
sarix/context.py
sarix/cost.py
sarix/findings.py
sarix/formatters.py
sarix/i18n.py
sarix/judge.py
sarix/licensing.py
sarix/pipeline.py
sarix/profiles.py
sarix/sarif.py
sarix/streaming.py
sarix/templates.py
sarix/verify.py
sarix.egg-info/PKG-INFO
sarix.egg-info/SOURCES.txt
sarix.egg-info/dependency_links.txt
sarix.egg-info/entry_points.txt
sarix.egg-info/requires.txt
sarix.egg-info/top_level.txt
sarix/providers/__init__.py
sarix/providers/anthropic_provider.py
sarix/providers/base.py
sarix/providers/custom_provider.py
sarix/providers/factory.py
sarix/providers/google_provider.py
sarix/providers/ollama_provider.py
sarix/providers/openai_provider.py
tests/test_analyzer.py
tests/test_artifacts.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_compression.py
tests/test_config.py
tests/test_context.py
tests/test_custom_provider.py
tests/test_findings.py
tests/test_formatters.py
tests/test_judge.py
tests/test_licensing.py
tests/test_profiles.py
tests/test_sarif.py
tests/test_streaming.py
tests/test_templates.py
tests/test_verify.py