Files
openclaw/src/security/audit-channel.zalouser.runtime.ts
2026-03-22 00:53:12 +00:00

6 lines
160 B
TypeScript

import { isZalouserMutableGroupEntry } from "./mutable-allowlist-detectors.js";
export const auditChannelZalouserRuntime = {
isZalouserMutableGroupEntry,
};