Interface: EntitlementReport
Defined in: packages/core/src/introspection/EntitlementScanner.ts:54
Complete entitlement report for a handler.
Properties
entitlements
readonly entitlements: HandlerEntitlements;Defined in: packages/core/src/introspection/EntitlementScanner.ts:56
Resolved entitlements
evasionIndicators
readonly evasionIndicators: readonly EvasionIndicator[];Defined in: packages/core/src/introspection/EntitlementScanner.ts:62
Evasion indicators — patterns suggesting intentional detection bypass
matches
readonly matches: readonly EntitlementMatch[];Defined in: packages/core/src/introspection/EntitlementScanner.ts:58
All detected entitlement matches
safe
readonly safe: boolean;Defined in: packages/core/src/introspection/EntitlementScanner.ts:64
Whether the handler is considered safe
summary
readonly summary: string;Defined in: packages/core/src/introspection/EntitlementScanner.ts:66
Human-readable summary
violations
readonly violations: readonly EntitlementViolation[];Defined in: packages/core/src/introspection/EntitlementScanner.ts:60
Entitlement violations (declared vs detected mismatches)