Skip to main content
Dotset CLI API Documentation / tollgate / AnalyzerContext

Interface: AnalyzerContext

Defined in: src/tollgate/analyzers/types.ts:92 Context provided to analyzers for more informed decisions. Provides additional information about the request that may influence the risk assessment.

Properties

args?

optional args: Record<string, unknown>;
Defined in: src/tollgate/analyzers/types.ts:100 Additional arguments that might inform analysis

server?

optional server: string;
Defined in: src/tollgate/analyzers/types.ts:97 The server name

tool?

optional tool: string;
Defined in: src/tollgate/analyzers/types.ts:94 The tool being called