LICENSE
MANIFEST.in
README.md
pyproject.toml
frontier_scout/__init__.py
frontier_scout/__main__.py
frontier_scout/cli.py
frontier_scout/doctor.py
frontier_scout/mcp_audit.py
frontier_scout/policy.py
frontier_scout/safety_summary.py
frontier_scout.egg-info/PKG-INFO
frontier_scout.egg-info/SOURCES.txt
frontier_scout.egg-info/dependency_links.txt
frontier_scout.egg-info/entry_points.txt
frontier_scout.egg-info/requires.txt
frontier_scout.egg-info/top_level.txt
frontier_scout/agent_firewall/__init__.py
frontier_scout/agent_firewall/compile.py
frontier_scout/agent_firewall/decision.py
frontier_scout/agent_firewall/hook_runtime.py
frontier_scout/agent_firewall/lock.py
frontier_scout/agent_firewall/models.py
frontier_scout/agent_firewall/policy.py
frontier_scout/agent_firewall/receipts.py
frontier_scout/agent_firewall/scan.py
frontier_scout/agent_firewall/verify.py
frontier_scout/exporters/__init__.py
frontier_scout/exporters/claude_config.py
frontier_scout/exporters/policy_snippets.py
outputs/__init__.py
outputs/_text.py
tests/test_action_yml.py
tests/test_agent_cli.py
tests/test_agent_cli_compile_verify.py
tests/test_agent_compile.py
tests/test_agent_decision.py
tests/test_agent_exporters.py
tests/test_agent_honesty.py
tests/test_agent_hook_runtime.py
tests/test_agent_lock.py
tests/test_agent_models.py
tests/test_agent_policy.py
tests/test_agent_receipts.py
tests/test_agent_scan.py
tests/test_agent_security.py
tests/test_agent_verify_pr.py
tests/test_claude_config_fixtures.py
tests/test_claude_config_names.py
tests/test_cli_bare_help.py
tests/test_doctor.py
tests/test_dogfood_compile_golden.py
tests/test_dogfood_policy.py
tests/test_hook_bash_matching.py
tests/test_mcp_audit.py