Cloud Scoring Integration
The proxy performs local risk scoring first (pattern matching, keyword detection, behavior tracking), then optionally enriches the score via the cloud scoring API which provides graph-based analysis, GNN inference, compliance matching, and LLM-assisted reasoning.Scoring Flow
Remote scoring never downgrades the local score. The final score is always
max(local, remote). This ensures local safety checks are never bypassed by the cloud API.Configuration
Enriched Event Payload
The proxy sends the fullAgentEventCreate schema to the cloud API:
Automatic Field Extraction
The proxy automatically extracts and classifies data fields from tool call arguments:
Sensitivity levels: 0 (public) → 1 (internal) → 2 (PII) → 3 (sensitive PII/financial/health) → 4 (auth credentials).
Target Resource Inference
The proxy inferstarget.resource_type from the MCP server name:
Session Tracker
The proxy tracks the last 20 actions per session in a 30-minute sliding window, providing behavioral context to the cloud API.Action Classification
Tool calls are classified into canonicaldomain:scope:verb format:
Verbs are inferred from tool name prefixes:
In forward proxy (HTTP) mode:
http:{domain}:{method}.{path_slug}.