openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 391 B
JavaScript
import { t as collectChannelSecurityFindingsCore } from "./audit-channel-CddRCCZl.js";
//#region src/security/audit-channel.collect.runtime.ts
/** Runtime facade for channel security collection, kept mockable for audit tests. */
function collectChannelSecurityFindings(...args) {
return collectChannelSecurityFindingsCore(...args);
}
//#endregion
export { collectChannelSecurityFindings };