LICENSE
README.md
pyproject.toml
safeai/__init__.py
safeai/__main__.py
safeai/api.py
safeai/agents/__init__.py
safeai/agents/profiles.py
safeai/agents/installers/__init__.py
safeai/agents/installers/claude_code.py
safeai/agents/installers/cursor.py
safeai/agents/installers/generic.py
safeai/alerting/__init__.py
safeai/alerting/channels.py
safeai/cli/__init__.py
safeai/cli/alerts.py
safeai/cli/approvals.py
safeai/cli/hook.py
safeai/cli/init.py
safeai/cli/intelligence.py
safeai/cli/logs.py
safeai/cli/main.py
safeai/cli/mcp.py
safeai/cli/observe.py
safeai/cli/scan.py
safeai/cli/serve.py
safeai/cli/setup.py
safeai/cli/skills.py
safeai/cli/templates.py
safeai/cli/ui.py
safeai/cli/validate.py
safeai/config/__init__.py
safeai/config/loader.py
safeai/config/models.py
safeai/config/defaults/community_index.json
safeai/config/defaults/safeai.yaml
safeai/config/defaults/agents/default.yaml
safeai/config/defaults/alerts/default.yaml
safeai/config/defaults/contracts/example.yaml
safeai/config/defaults/plugins/example.py
safeai/config/defaults/policies/default.yaml
safeai/config/defaults/policies/templates/coding-agent.yaml
safeai/config/defaults/policies/templates/finance.yaml
safeai/config/defaults/policies/templates/healthcare.yaml
safeai/config/defaults/policies/templates/support.yaml
safeai/config/defaults/schemas/memory.yaml
safeai/config/defaults/tenants/policy-sets.yaml
safeai/core/__init__.py
safeai/core/approval.py
safeai/core/audit.py
safeai/core/classifier.py
safeai/core/contracts.py
safeai/core/guard.py
safeai/core/identity.py
safeai/core/interceptor.py
safeai/core/memory.py
safeai/core/models.py
safeai/core/policy.py
safeai/core/scanner.py
safeai/core/structured.py
safeai/dashboard/__init__.py
safeai/dashboard/routes.py
safeai/dashboard/service.py
safeai/detectors/__init__.py
safeai/detectors/api_key.py
safeai/detectors/base.py
safeai/detectors/credit_card.py
safeai/detectors/custom.py
safeai/detectors/email.py
safeai/detectors/phone.py
safeai/detectors/ssn.py
safeai/intelligence/__init__.py
safeai/intelligence/advisor.py
safeai/intelligence/auto_config.py
safeai/intelligence/backend.py
safeai/intelligence/compliance.py
safeai/intelligence/incident.py
safeai/intelligence/integration.py
safeai/intelligence/recommender.py
safeai/intelligence/sanitizer.py
safeai/intelligence/prompts/__init__.py
safeai/intelligence/prompts/auto_config.py
safeai/intelligence/prompts/compliance.py
safeai/intelligence/prompts/incident.py
safeai/intelligence/prompts/integration.py
safeai/intelligence/prompts/recommender.py
safeai/mcp/__init__.py
safeai/mcp/server.py
safeai/middleware/__init__.py
safeai/middleware/autogen.py
safeai/middleware/base.py
safeai/middleware/claude_adk.py
safeai/middleware/crewai.py
safeai/middleware/generic.py
safeai/middleware/google_adk.py
safeai/middleware/langchain.py
safeai/plugins/__init__.py
safeai/plugins/manager.py
safeai/proxy/__init__.py
safeai/proxy/metrics.py
safeai/proxy/routes.py
safeai/proxy/server.py
safeai/proxy/ws.py
safeai/schemas/v1alpha1/agent-identity.schema.json
safeai/schemas/v1alpha1/memory.schema.json
safeai/schemas/v1alpha1/policy.schema.json
safeai/schemas/v1alpha1/tool-contract.schema.json
safeai/secrets/__init__.py
safeai/secrets/aws.py
safeai/secrets/base.py
safeai/secrets/capability.py
safeai/secrets/env.py
safeai/secrets/manager.py
safeai/secrets/vault.py
safeai/templates/__init__.py
safeai/templates/catalog.py
safeai/templates/models.py
safeai/templates/registry.py
safeai_sdk.egg-info/PKG-INFO
safeai_sdk.egg-info/SOURCES.txt
safeai_sdk.egg-info/dependency_links.txt
safeai_sdk.egg-info/entry_points.txt
safeai_sdk.egg-info/requires.txt
safeai_sdk.egg-info/top_level.txt
tests/test_action_interceptor.py
tests/test_agent_identity.py
tests/test_agent_profiles.py
tests/test_alert_push_evaluation.py
tests/test_alerting_channels.py
tests/test_alerts_cli.py
tests/test_approval_workflow.py
tests/test_audit_query.py
tests/test_autogen_adapter.py
tests/test_benchmark_gate.py
tests/test_capability_tokens.py
tests/test_claude_adk_adapter.py
tests/test_coding_agent_policy.py
tests/test_crewai_adapter.py
tests/test_dashboard_phase5.py
tests/test_data_models.py
tests/test_google_adk_adapter.py
tests/test_hook_adapter.py
tests/test_integration_flow.py
tests/test_intelligence_auto_config.py
tests/test_intelligence_backend.py
tests/test_intelligence_cli.py
tests/test_intelligence_compliance.py
tests/test_intelligence_incident.py
tests/test_intelligence_integration.py
tests/test_intelligence_recommender.py
tests/test_intelligence_sanitizer.py
tests/test_langchain_adapter.py
tests/test_mcp_server.py
tests/test_memory_controller.py
tests/test_memory_security.py
tests/test_observability.py
tests/test_observe_cli.py
tests/test_output_fallback.py
tests/test_phase3_security_e2e.py
tests/test_plugin_system.py
tests/test_policy_engine.py
tests/test_policy_templates.py
tests/test_proxy_api.py
tests/test_proxy_benchmark.py
tests/test_secret_backends.py
tests/test_secret_manager.py
tests/test_structured_and_file_scanning.py
tests/test_tag_taxonomy.py
tests/test_template_marketplace.py
tests/test_tool_contracts.py
tests/test_tool_control_e2e.py