LICENSE
README.md
pyproject.toml
benchmarks/__init__.py
benchmarks/manifest.json
benchmarks/run.py
benchmarks/cases/insecure_mcp.json
benchmarks/cases/interprocedural_agent.py
benchmarks/cases/safe_agent.py
benchmarks/cases/safe_interprocedural.py
benchmarks/cases/vulnerable_agent.py
llmsafe/__init__.py
llmsafe/__main__.py
llmsafe/baseline.py
llmsafe/catalog.py
llmsafe/cli.py
llmsafe/config.py
llmsafe/models.py
llmsafe/sarif.py
llmsafe/scanner.py
llmsafe.egg-info/PKG-INFO
llmsafe.egg-info/SOURCES.txt
llmsafe.egg-info/dependency_links.txt
llmsafe.egg-info/entry_points.txt
llmsafe.egg-info/requires.txt
llmsafe.egg-info/top_level.txt
llmsafe/rules/__init__.py
llmsafe/rules/agents.py
llmsafe/rules/ast_helpers.py
llmsafe/rules/base.py
llmsafe/rules/dataflow.py
llmsafe/rules/eval.py
llmsafe/rules/mcp.py
llmsafe/rules/prompts.py
llmsafe/rules/secrets.py
llmsafe/rules/shell.py
tests/test_baseline.py
tests/test_benchmark.py
tests/test_catalog.py
tests/test_cli.py
tests/test_config.py
tests/test_dataflow.py
tests/test_rules.py
tests/test_sarif.py
tests/test_scanner.py