LICENSE
README.md
pyproject.toml
ai_execution_firewall.egg-info/PKG-INFO
ai_execution_firewall.egg-info/SOURCES.txt
ai_execution_firewall.egg-info/dependency_links.txt
ai_execution_firewall.egg-info/entry_points.txt
ai_execution_firewall.egg-info/requires.txt
ai_execution_firewall.egg-info/top_level.txt
ai_firewall/__init__.py
ai_firewall/mcp_server.py
ai_firewall/adapters/__init__.py
ai_firewall/adapters/api.py
ai_firewall/adapters/api_execute.py
ai_firewall/adapters/base.py
ai_firewall/adapters/db.py
ai_firewall/adapters/db_execute.py
ai_firewall/adapters/file.py
ai_firewall/adapters/sandbox.py
ai_firewall/adapters/shell.py
ai_firewall/approval/__init__.py
ai_firewall/approval/cli_prompt.py
ai_firewall/approval/extension_bridge.py
ai_firewall/approval/pattern_memory.py
ai_firewall/audit/__init__.py
ai_firewall/audit/logger.py
ai_firewall/audit/sinks.py
ai_firewall/audit/verifier.py
ai_firewall/cli/__init__.py
ai_firewall/cli/main.py
ai_firewall/config/__init__.py
ai_firewall/config/default_rules.yaml
ai_firewall/config/guard_toml.py
ai_firewall/core/__init__.py
ai_firewall/core/action.py
ai_firewall/core/guard.py
ai_firewall/discovery/__init__.py
ai_firewall/discovery/mcp_detector.py
ai_firewall/engine/__init__.py
ai_firewall/engine/behavior.py
ai_firewall/engine/code_analysis.py
ai_firewall/engine/decision.py
ai_firewall/engine/diff.py
ai_firewall/engine/git_check.py
ai_firewall/engine/governance.py
ai_firewall/engine/impact.py
ai_firewall/engine/inheritance.py
ai_firewall/engine/intent.py
ai_firewall/engine/package_registry.py
ai_firewall/engine/pii_scan.py
ai_firewall/engine/policy.py
ai_firewall/engine/rbac.py
ai_firewall/engine/risk.py
ai_firewall/engine/secret_scan.py
ai_firewall/engine/sql_analysis.py
ai_firewall/engine/url_analysis.py
ai_firewall/history/__init__.py
ai_firewall/history/shell_reader.py
ai_firewall/parser/__init__.py
ai_firewall/parser/action_parser.py
ai_firewall/parser/shell_ast.py
ai_firewall/proxy/__init__.py
ai_firewall/proxy/mcp_proxy.py
tests/test_api_execute.py
tests/test_api_pipeline.py
tests/test_audit_hmac.py
tests/test_audit_show_json.py
tests/test_audit_sinks.py
tests/test_behavior.py
tests/test_claude_code_hook.py
tests/test_cli.py
tests/test_code_analysis.py
tests/test_db_execute.py
tests/test_db_pipeline.py
tests/test_diff.py
tests/test_egress.py
tests/test_extension_bridge.py
tests/test_git_check.py
tests/test_governance.py
tests/test_guard_pipeline.py
tests/test_impact.py
tests/test_inheritance.py
tests/test_intent.py
tests/test_mcp_install_hook.py
tests/test_mcp_proxy.py
tests/test_mcp_server.py
tests/test_package_registry.py
tests/test_pattern_memory.py
tests/test_phase2_pipeline.py
tests/test_pii_scan.py
tests/test_policy.py
tests/test_rbac.py
tests/test_risk.py
tests/test_sandbox.py
tests/test_secret_scan.py
tests/test_shell_ast.py
tests/test_smart_flow.py
tests/test_sql_analysis.py
tests/test_url_analysis.py