Type Alias: SecurityTierName
SecurityTierName =
"dangerous"|"permissive"|"balanced"|"strict"|"paranoid"
Defined in: .source/wunderland/src/security/SecurityTiers.ts:41
Named security tier identifiers, ordered from least restrictive to most.
dangerous— All protections disabled. For testing/benchmarking only.permissive— Lightweight input screening; ideal for trusted dev environments.balanced— Recommended default. Input screening + output signing.strict— All layers enabled. External actions gated behind review.paranoid— Maximum security. Every non-trivial action requires HITL approval.