CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
MODEL_ASSET_LICENSES.json
NOTICE
README.md
SECURITY.md
pyproject.toml
requirements-dev.txt
benchmarks/README.md
benchmarks/adversarial_thresholds.json
benchmarks/thresholds.json
benchmarks/adapters/README.md
benchmarks/baselines/generated-profile-summary-v0.2.json
benchmarks/baselines/performance-deterministic.json
benchmarks/baselines/quality-deterministic-details.csv
benchmarks/baselines/quality-deterministic.json
benchmarks/baselines/quality-deterministic.md
benchmarks/corpora/adversarial.json
benchmarks/corpora/development.json
benchmarks/corpora/manifest.json
benchmarks/corpora/negative.json
benchmarks/corpora/release_gate.json
benchmarks/corpora/validation.json
benchmarks/fixtures/smoke/corpus.jsonl
benchmarks/fixtures/smoke/manifest.json
benchmarks/generators/profiles.yml
benchmarks/hipaa/hipaa_adversarial.json
benchmarks/hipaa/hipaa_adversarial_results.json
benchmarks/hipaa/hipaa_safe_harbor.json
benchmarks/manifests/README.md
benchmarks/manifests/private-release-gate.example.json
benchmarks/registry/sources.yml
benchmarks/reports/README.md
benchmarks/reports/robustness-improvement-2026-08-07.json
benchmarks/reports/robustness-improvement-2026-08-07.md
benchmarks/schemas/manifest-v2.schema.json
benchmarks/schemas/private-aggregate-v1.schema.json
benchmarks/schemas/sample-v2.schema.json
docs/agent-dev-baseline.md
docs/agent-privacy-firewall-roadmap.md
docs/architecture.md
docs/benchmark-migration.md
docs/benchmarking.md
docs/ci-troubleshooting.md
docs/codex.md
docs/compatibility.md
docs/confidence-pseudonymization.md
docs/configuration.md
docs/conflict-resolution.md
docs/cursor.md
docs/enforced.md
docs/enterprise-connectors-batch1.md
docs/enterprise-connectors-roadmap.md
docs/governance.md
docs/hipaa-competitive-benchmark.md
docs/hipaa-contextual-ner-shootout.md
docs/hipaa-i2b2-2014-benchmark.md
docs/hipaa-safe-harbor-gap-analysis.md
docs/hipaa-safe-harbor-profile.md
docs/installation.md
docs/managed-agent.md
docs/mcp-tools.md
docs/model-installation.md
docs/policies.md
docs/privacy-model.md
docs/public-api.md
docs/release-notes-template.md
docs/release.md
docs/releasing.md
docs/restoration-sessions.md
docs/rollback.md
docs/security-quality-roadmap.md
docs/supply-chain.md
docs/testing.md
docs/third-party-licenses.md
docs/threat-model.md
docs/troubleshooting.md
docs/upgrading.md
docs/versioning.md
docs/vulnerability-releases.md
docs/windsurf.md
docs/adr/0001-mcp-server-product-boundary.md
docs/distribution/README.md
docs/distribution/allmcps.md
docs/distribution/assets-needed.md
docs/distribution/awesome-mcp-servers.md
docs/distribution/follow-up.md
docs/distribution/github-metadata.md
docs/distribution/marketplace-metadata.md
docs/distribution/mcp-so.md
docs/distribution/security-demo.md
docs/distribution/launch/dev-community.md
docs/distribution/launch/product-hunt.md
docs/distribution/launch/reddit.md
docs/distribution/launch/show-hn.md
examples/codex-config.toml
examples/cursor-mcp.json
examples/synthetic-test-prompts.md
examples/windsurf-mcp.json
integrations/claude-code-enforced/README.md
integrations/claude-code-enforced/securedact-enforced/README.md
integrations/claude-code-enforced/securedact-enforced/.claude-plugin/plugin.json
integrations/claude-code-enforced/securedact-enforced/hooks/hooks.json
integrations/claude-code-enforced/securedact-enforced/skills/securedact-enforced/SKILL.md
integrations/codex/README.md
integrations/codex/config.toml
integrations/cursor/README.md
integrations/cursor/mcp.json
integrations/gemini-enforced/securedact-enforced/README.md
integrations/gemini-enforced/securedact-enforced/gemini-extension.json
integrations/gemini-enforced/securedact-enforced/hooks/hooks.json
integrations/windsurf/README.md
integrations/windsurf/mcp_config.json
scripts/__init__.py
scripts/benchmark_firewall.py
scripts/benchmark_hipaa_contextual_production.py
scripts/install-securedact-mcp.ps1
scripts/release_metadata.py
scripts/retry_network.py
scripts/run_privacy_tests.py
scripts/smoke_test_entrypoint.py
scripts/smoke_test_mcp.py
scripts/smoke_test_setup.py
scripts/validate_dependency_licenses.py
scripts/validate_release_artifacts.py
scripts/validate_repo.py
scripts/validate_repository_size.py
scripts/validate_workflows.py
scripts/verify.py
src/securedact_core/__init__.py
src/securedact_core/api.py
src/securedact_core/app_paths.py
src/securedact_core/audit.py
src/securedact_core/engine.py
src/securedact_core/evaluation.py
src/securedact_core/firewall.py
src/securedact_core/hipaa.py
src/securedact_core/merge.py
src/securedact_core/model_management.py
src/securedact_core/model_sources.py
src/securedact_core/models.py
src/securedact_core/normalization.py
src/securedact_core/policies.py
src/securedact_core/policy_loader.py
src/securedact_core/production.py
src/securedact_core/profile_storage.py
src/securedact_core/redaction.py
src/securedact_core/restoration.py
src/securedact_core/safe_read.py
src/securedact_core/storage.py
src/securedact_core/taxonomy.py
src/securedact_core/connectors/__init__.py
src/securedact_core/connectors/base.py
src/securedact_core/connectors/contracts.py
src/securedact_core/connectors/scan.py
src/securedact_core/connectors/google/__init__.py
src/securedact_core/connectors/google/drive.py
src/securedact_core/detectors/__init__.py
src/securedact_core/detectors/article9_ensemble.py
src/securedact_core/detectors/article9_hypotheses.py
src/securedact_core/detectors/article9_ml_registry.py
src/securedact_core/detectors/bardsai_detector.py
src/securedact_core/detectors/base.py
src/securedact_core/detectors/contextual_detector.py
src/securedact_core/detectors/credentials_detector.py
src/securedact_core/detectors/flair_detector.py
src/securedact_core/detectors/gliner_detector.py
src/securedact_core/detectors/hipaa_flair_detector.py
src/securedact_core/detectors/language_router.py
src/securedact_core/detectors/regex_detector.py
src/securedact_core/detectors/semantic_proposer.py
src/securedact_core/detectors/lexicons/special_categories.v1.json
src/securedact_enforced/__init__.py
src/securedact_enforced/adapter.py
src/securedact_enforced/claude_hook.py
src/securedact_enforced/claude_runtime.py
src/securedact_enforced/gemini_hook.py
src/securedact_enforced/provider_hook.py
src/securedact_enforced/provider_messages.py
src/securedact_eval/__init__.py
src/securedact_eval/__main__.py
src/securedact_eval/cli.py
src/securedact_eval/diagnostics.py
src/securedact_eval/gates.py
src/securedact_eval/metrics.py
src/securedact_eval/models.py
src/securedact_eval/performance.py
src/securedact_eval/quality.py
src/securedact_eval/reporting.py
src/securedact_eval/benchmark/__init__.py
src/securedact_eval/benchmark/adapters.py
src/securedact_eval/benchmark/generator.py
src/securedact_eval/benchmark/integrity.py
src/securedact_eval/benchmark/manifest.py
src/securedact_eval/benchmark/profiles.py
src/securedact_eval/benchmark/registry.py
src/securedact_eval/benchmark/workspace.py
src/securedact_mcp/__init__.py
src/securedact_mcp/__main__.py
src/securedact_mcp/cli.py
src/securedact_mcp/model_installer.py
src/securedact_mcp/model_registry.py
src/securedact_mcp/model_store.py
src/securedact_mcp/model_verifier.py
src/securedact_mcp/model_verifier_client.py
src/securedact_mcp/onboarding.py
src/securedact_mcp/runtime_environment.py
src/securedact_mcp/runtime_lifecycle.py
src/securedact_mcp/server.py
src/securedact_mcp.egg-info/PKG-INFO
src/securedact_mcp.egg-info/SOURCES.txt
src/securedact_mcp.egg-info/dependency_links.txt
src/securedact_mcp.egg-info/entry_points.txt
src/securedact_mcp.egg-info/requires.txt
src/securedact_mcp.egg-info/top_level.txt
src/securedact_mcp/agent/__init__.py
src/securedact_mcp/agent/agent_runner.py
src/securedact_mcp/agent/capabilities.py
src/securedact_mcp/agent/cli.py
src/securedact_mcp/agent/client.py
src/securedact_mcp/agent/config.py
src/securedact_mcp/agent/connectors.py
src/securedact_mcp/agent/credentials.py
src/securedact_mcp/agent/deploy.py
src/securedact_mcp/agent/entitlement.py
src/securedact_mcp/agent/errors.py
src/securedact_mcp/agent/executor.py
src/securedact_mcp/agent/google_setup.py
src/securedact_mcp/agent/policy.py
src/securedact_mcp/agent/provider_google.py
src/securedact_mcp/agent/reducer.py
src/securedact_mcp/agent/runtime_bootstrap.py
src/securedact_mcp/agent/safe_log.py
src/securedact_mcp/agent/service.py
src/securedact_mcp/agent/service_lock.py
src/securedact_mcp/agent/service_security.py
src/securedact_mcp/agent/service_taskscheduler.py
src/securedact_mcp/agent/state.py
src/securedact_mcp/agent/transport.py
src/securedact_mcp/connectors/google/__init__.py
src/securedact_mcp/connectors/google/auth.py
src/securedact_mcp/connectors/google/cli_commands.py
src/securedact_mcp/connectors/google/client.py
src/securedact_mcp/connectors/google/config.py
src/securedact_mcp/connectors/google/managed.py
src/securedact_mcp/connectors/google/managed_config.py
src/securedact_mcp/connectors/google/storage.py
src/securedact_mcp/connectors/google/transport.py
src/securedact_mcp/setup_assets/__init__.py
src/securedact_mcp/setup_assets/claude/.claude-plugin/marketplace.json
src/securedact_mcp/setup_assets/claude/integrations/claude-code-enforced/securedact-enforced/.claude-plugin/plugin.json
src/securedact_mcp/setup_assets/claude/integrations/claude-code-enforced/securedact-enforced/hooks/hooks.json
src/securedact_mcp/setup_assets/claude/integrations/claude-code-enforced/securedact-enforced/skills/securedact-enforced/SKILL.md
src/securedact_mcp/setup_assets/gemini/gemini-extension.json
src/securedact_mcp/setup_assets/gemini/hooks/hooks.json
tests/__init__.py
tests/test_ci_policy.py
tests/evaluation/test_benchmark_framework.py
tests/evaluation/test_diagnostics.py
tests/evaluation/test_metrics.py
tests/evaluation/test_mocked_flair.py
tests/evaluation/test_quality.py
tests/integration/test_enforced_runtime_lifecycle.py
tests/integration/test_host_packages.py
tests/integration/test_managed_stdio_subprocess.py
tests/integration/test_model_setup.py
tests/integration/test_offline_model_verifier.py
tests/integration/test_stdio_server.py
tests/privacy/test_article9_bardsai.py
tests/privacy/test_policy_storage_and_audit.py
tests/privacy/test_privacy_corpus.py
tests/privacy/test_property_and_fuzz.py
tests/privacy_corpus/adversarial/credential_blocks.json
tests/privacy_corpus/adversarial/log_and_url.json
tests/privacy_corpus/adversarial/secret_mutations.json
tests/privacy_corpus/contextual/medical_note.json
tests/privacy_corpus/contextual/medical_relationship.json
tests/privacy_corpus/en/direct_identifiers.json
tests/privacy_corpus/en/email_message.json
tests/privacy_corpus/mixed_language/special_mixed.json
tests/privacy_corpus/negative_controls/general_discussion.json
tests/privacy_corpus/nl/direct_identifiers.json
tests/privacy_corpus/nl/mcp_email_regression.json
tests/privacy_corpus/special_categories/additional_special_assertions.json
tests/privacy_corpus/special_categories/special_assertions.json
tests/privacy_corpus/structured/crm_table.json
tests/privacy_corpus/structured/full_synthetic_record.json
tests/unit/__init__.py
tests/unit/_claude_runtime_fixture_daemon.py
tests/unit/agent_helpers.py
tests/unit/conftest.py
tests/unit/model_install_helpers.py
tests/unit/test_agent_acl_locale_independent.py
tests/unit/test_agent_deploy.py
tests/unit/test_agent_elevation_finding1.py
tests/unit/test_agent_elevation_handoff_regression.py
tests/unit/test_agent_execution.py
tests/unit/test_agent_google_binding_resolution.py
tests/unit/test_agent_google_setup.py
tests/unit/test_agent_protocol.py
tests/unit/test_agent_runner.py
tests/unit/test_agent_runtime_lifecycle_upgrade.py
tests/unit/test_agent_runtime_source.py
tests/unit/test_agent_service.py
tests/unit/test_agent_service_security.py
tests/unit/test_agent_taskscheduler_registration.py
tests/unit/test_ambiguity_cases.py
tests/unit/test_app_paths.py
tests/unit/test_audit_events.py
tests/unit/test_bardsai_detector.py
tests/unit/test_claude_runtime.py
tests/unit/test_cli.py
tests/unit/test_confidence_pseudonymization.py
tests/unit/test_connector_contracts.py
tests/unit/test_credentials_detector.py
tests/unit/test_dependency_license_policy.py
tests/unit/test_email_detector.py
tests/unit/test_enforced_hooks.py
tests/unit/test_enforced_plugin_artifacts.py
tests/unit/test_extended_detectors.py
tests/unit/test_firewall_backward_compat.py
tests/unit/test_firewall_egress.py
tests/unit/test_firewall_performance.py
tests/unit/test_firewall_policy.py
tests/unit/test_flair_detector.py
tests/unit/test_gemini_enforced.py
tests/unit/test_google_drive.py
tests/unit/test_google_loopback_oauth.py
tests/unit/test_google_runtime_interpreter_rc.py
tests/unit/test_google_token_exchange.py
tests/unit/test_hipaa_adversarial_regressions.py
tests/unit/test_hipaa_flair_ensemble.py
tests/unit/test_hipaa_safe_harbor.py
tests/unit/test_language_router.py
tests/unit/test_lazy_package_import.py
tests/unit/test_managed_agent_google_e2e.py
tests/unit/test_managed_runtime.py
tests/unit/test_mcp_tool_definition_quality.py
tests/unit/test_mcp_tools.py
tests/unit/test_merge.py
tests/unit/test_model_installer.py
tests/unit/test_model_manager.py
tests/unit/test_model_manifest.py
tests/unit/test_model_registry.py
tests/unit/test_model_store.py
tests/unit/test_normalization.py
tests/unit/test_onboarding.py
tests/unit/test_optional_google_boundary.py
tests/unit/test_policies_engine.py
tests/unit/test_policy_loader.py
tests/unit/test_production_detector_stack.py
tests/unit/test_public_api.py
tests/unit/test_redaction.py
tests/unit/test_regex_detector.py
tests/unit/test_release_artifacts.py
tests/unit/test_release_metadata.py
tests/unit/test_repository_contract.py
tests/unit/test_restoration_vault.py
tests/unit/test_runtime_acl_repair.py
tests/unit/test_runtime_google_deps.py
tests/unit/test_runtime_lifecycle.py
tests/unit/test_safe_read_file.py
tests/unit/test_storage.py
tests/unit/test_structured_article9_fields.py
tests/unit/test_tool_classification.py
tests/unit/test_tool_result_sanitization.py