openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
14 lines (13 loc) • 771 B
TypeScript
import { D as OpenClawPluginSecurityAuditContext } from "../../plugin-entry-BOAJmgcf.js";
import { b as runBrowserProxyCommand, r as handleBrowserGatewayRequest, t as createBrowserPluginService, x as createBrowserTool } from "../../plugin-service-C9y6LqXf.js";
//#region extensions/browser/src/security-audit.d.ts
/** Collects Browser plugin security audit findings for the current config/env. */
declare function collectBrowserSecurityAuditFindings(ctx: OpenClawPluginSecurityAuditContext): {
checkId: string;
severity: "warn" | "critical";
title: string;
detail: string;
remediation?: string;
}[];
//#endregion
export { collectBrowserSecurityAuditFindings, createBrowserPluginService, createBrowserTool, handleBrowserGatewayRequest, runBrowserProxyCommand };