LICENSE
MANIFEST.in
README.md
pyproject.toml
src/open_workspace_builder/__init__.py
src/open_workspace_builder/cli.py
src/open_workspace_builder/config.py
src/open_workspace_builder/mcp_server.py
src/open_workspace_builder.egg-info/PKG-INFO
src/open_workspace_builder.egg-info/SOURCES.txt
src/open_workspace_builder.egg-info/dependency_links.txt
src/open_workspace_builder.egg-info/entry_points.txt
src/open_workspace_builder.egg-info/requires.txt
src/open_workspace_builder.egg-info/top_level.txt
src/open_workspace_builder/auth/__init__.py
src/open_workspace_builder/auth/google.py
src/open_workspace_builder/data/registry/marketplace/anthropic.yaml
src/open_workspace_builder/data/registry/marketplace/generic.yaml
src/open_workspace_builder/data/registry/marketplace/openai.yaml
src/open_workspace_builder/data/registry/patterns/owb-default.yaml
src/open_workspace_builder/data/registry/patterns/owb-encoded.yaml
src/open_workspace_builder/data/registry/patterns/owb-exfiltration.yaml
src/open_workspace_builder/data/registry/patterns/owb-jailbreak.yaml
src/open_workspace_builder/data/registry/patterns/owb-markdown-exfil.yaml
src/open_workspace_builder/data/registry/patterns/owb-mcp-manipulation.yaml
src/open_workspace_builder/data/registry/patterns/owb-network.yaml
src/open_workspace_builder/data/registry/patterns/owb-persistence.yaml
src/open_workspace_builder/data/registry/patterns/owb-privilege.yaml
src/open_workspace_builder/data/registry/patterns/owb-prompt-injection.yaml
src/open_workspace_builder/data/registry/patterns/owb-self-modification.yaml
src/open_workspace_builder/data/registry/patterns/owb-sensitive-paths.yaml
src/open_workspace_builder/data/registry/patterns/owb-stealth.yaml
src/open_workspace_builder/data/registry/policies/owb-default-tiers.yaml
src/open_workspace_builder/engine/__init__.py
src/open_workspace_builder/engine/builder.py
src/open_workspace_builder/engine/context.py
src/open_workspace_builder/engine/differ.py
src/open_workspace_builder/engine/ecc.py
src/open_workspace_builder/engine/ecc_update.py
src/open_workspace_builder/engine/migrator.py
src/open_workspace_builder/engine/skills.py
src/open_workspace_builder/engine/vault.py
src/open_workspace_builder/evaluator/__init__.py
src/open_workspace_builder/evaluator/classifier.py
src/open_workspace_builder/evaluator/generator.py
src/open_workspace_builder/evaluator/judge.py
src/open_workspace_builder/evaluator/manager.py
src/open_workspace_builder/evaluator/org_layer.py
src/open_workspace_builder/evaluator/persistence.py
src/open_workspace_builder/evaluator/scorer.py
src/open_workspace_builder/evaluator/spec_validator.py
src/open_workspace_builder/evaluator/trust.py
src/open_workspace_builder/evaluator/types.py
src/open_workspace_builder/evaluator/data/org_layer_examples.yaml
src/open_workspace_builder/evaluator/data/weight_vectors.yaml
src/open_workspace_builder/evaluator/data/trust_policies/owb-default.yaml
src/open_workspace_builder/llm/__init__.py
src/open_workspace_builder/llm/backend.py
src/open_workspace_builder/registry/__init__.py
src/open_workspace_builder/registry/registry.py
src/open_workspace_builder/secrets/__init__.py
src/open_workspace_builder/secrets/age_backend.py
src/open_workspace_builder/secrets/base.py
src/open_workspace_builder/secrets/bitwarden_backend.py
src/open_workspace_builder/secrets/env_backend.py
src/open_workspace_builder/secrets/factory.py
src/open_workspace_builder/secrets/keyring_backend.py
src/open_workspace_builder/secrets/onepassword_backend.py
src/open_workspace_builder/secrets/resolver.py
src/open_workspace_builder/security/__init__.py
src/open_workspace_builder/security/dep_audit.py
src/open_workspace_builder/security/dep_discovery.py
src/open_workspace_builder/security/license_audit.py
src/open_workspace_builder/security/patterns.py
src/open_workspace_builder/security/reputation.py
src/open_workspace_builder/security/sast.py
src/open_workspace_builder/security/scanner.py
src/open_workspace_builder/security/semantic.py
src/open_workspace_builder/security/structural.py
src/open_workspace_builder/security/suppression_monitor.py
src/open_workspace_builder/security/suppressions_schema.py
src/open_workspace_builder/security/data/dep_audit_suppressions.yaml
src/open_workspace_builder/security/data/patterns.yaml
src/open_workspace_builder/security/data/suppressions.yaml
src/open_workspace_builder/sources/__init__.py
src/open_workspace_builder/sources/audit.py
src/open_workspace_builder/sources/discovery.py
src/open_workspace_builder/sources/updater.py
src/open_workspace_builder/tokens/__init__.py
src/open_workspace_builder/tokens/budget.py
src/open_workspace_builder/tokens/calculator.py
src/open_workspace_builder/tokens/forecast.py
src/open_workspace_builder/tokens/ledger.py
src/open_workspace_builder/tokens/models.py
src/open_workspace_builder/tokens/parser.py
src/open_workspace_builder/tokens/pricing.py
src/open_workspace_builder/tokens/reporter.py
src/open_workspace_builder/tokens/sheets_export.py
src/open_workspace_builder/tokens/xlsx_export.py
src/open_workspace_builder/wizard/__init__.py
src/open_workspace_builder/wizard/setup.py
src/open_workspace_builder/wizard/vault_scan.py
tests/test_agent_config.py
tests/test_audit_script.py
tests/test_build_integration.py
tests/test_cli_auth.py
tests/test_cli_contract.py
tests/test_config.py
tests/test_config_overlay.py
tests/test_context_lifecycle.py
tests/test_differ.py
tests/test_ecc_update.py
tests/test_llm_backend.py
tests/test_mcp_server.py
tests/test_migrator.py
tests/test_packaging.py
tests/test_pipeline_smoke.py
tests/test_policy_deployment.py
tests/test_registry.py
tests/test_registry_patterns.py
tests/test_secrets.py
tests/test_security_combined.py
tests/test_skill_creator_content.py
tests/test_vault_scaffolding.py
tests/test_vault_scan.py
tests/test_wizard.py
tests/test_wizard_secrets.py