Skip to content

Interface: EntitlementViolation

Defined in: packages/core/src/introspection/EntitlementScanner.ts:88

An entitlement violation — mismatch between declaration and detection.

Properties

category

ts
readonly category: EntitlementCategory;

Defined in: packages/core/src/introspection/EntitlementScanner.ts:90

Which entitlement is violated


declared

ts
readonly declared: string;

Defined in: packages/core/src/introspection/EntitlementScanner.ts:92

What was declared (e.g., readOnly: true)


description

ts
readonly description: string;

Defined in: packages/core/src/introspection/EntitlementScanner.ts:98

Human-readable description


detected

ts
readonly detected: string;

Defined in: packages/core/src/introspection/EntitlementScanner.ts:94

What was detected


severity

ts
readonly severity: "warning" | "error";

Defined in: packages/core/src/introspection/EntitlementScanner.ts:96

Severity