README.md
pyproject.toml
scout/__init__.py
scout/baseline.py
scout/cli.py
scout/config.py
scout/fix.py
scout/git_history.py
scout/mcp_server.py
scout/models.py
scout/agents/__init__.py
scout/agents/reporter_agent.py
scout/agents/scout_agent.py
scout/ai/__init__.py
scout/ai/client.py
scout/ai/prompts.py
scout/engines/__init__.py
scout/engines/semgrep.py
scout/scanners/__init__.py
scout/scanners/base.py
scout/scanners/custom.py
scout/scanners/deps.py
scout/scanners/headers.py
scout/scanners/injection.py
scout/scanners/secrets.py
scout_security.egg-info/PKG-INFO
scout_security.egg-info/SOURCES.txt
scout_security.egg-info/dependency_links.txt
scout_security.egg-info/entry_points.txt
scout_security.egg-info/requires.txt
scout_security.egg-info/top_level.txt
tests/test_action.py
tests/test_ai_pass.py
tests/test_baseline.py
tests/test_cli.py
tests/test_collect_files.py
tests/test_config.py
tests/test_engines.py
tests/test_fix.py
tests/test_git_history.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_output_formats.py
tests/test_precommit_hook.py
tests/test_scout_agent.py
tests/test_version.py