# Vendor Lock-In Leakage

Record: `arch:vendor-lock-in-leakage`
Kind: anti-pattern
Layer: [Enforcement Core](https://banes-lab.com/records/layer/enforcement-core.md)
Severity: discouraged
Scope: modularity, model_governance, domain_boundary
Canonical: https://banes-lab.com/ontology#arch-vendor-lock-in-leakage

## Repair

- Refactored by: extract_vendor_adapter, define_port, translate_errors, own_canonical_model
- Detected by: vendor_imports_outside_adapter, vendor_error_types_in_domain, vendor_schema_as_canonical_model
- Violated by: Spread vendor-specific APIs, models, exceptions, identifiers, or configuration throughout application and domain code.

## referenced-by

- [Anti-Corruption Layer](https://banes-lab.com/records/arch/anti-corruption-layer.md)
