Skip to main content

What is Quint?

Quint is an AI agent risk scoring platform that intercepts, classifies, scores, and optionally blocks every action an AI agent takes. It combines deterministic graph reasoning with learned GNN models and LLM fallback to produce explainable 1-100 risk scores in under 50ms.

Core Capabilities

90 inference rules across 7 compliance frameworks (GDPR, HIPAA, SOC2, PCI-DSS, OWASP, ISO27001, OWASP LLM/Agentic). Forward-chaining engine evaluates in under 1ms. Compliance ontology with 1,948 nodes and 1,075 edges powers graph-structured RAG.
Every event is scored through four signal layers:
  • L1: Intrinsic action risk (deterministic, verb + sensitivity + scope)
  • L2: Structural GNN score (learned behavioral patterns)
  • L3: Policy violation score (customer-specific forward-chaining)
  • L4: Temporal anomaly modifier (rate, sequence, time-of-day)
When GraphReasoner confidence falls below 0.8, compliance articles and mitigations are retrieved from Memgraph and injected into the LLM prompt for grounded justifications.
Redis L1 + PostgreSQL L2 event signature caching. Identical events return cached scores instantly.

Tech Stack

ComponentTechnology
API ServerFastAPI (async), Uvicorn
DatabasePostgreSQL (async, partitioned)
CacheRedis (L1) + PostgreSQL (L2)
Graph Enginequint-graph (NetworkX in-memory)
Graph DBMemgraph (Bolt protocol, neo4j driver)
GNNPyTorch Geometric (CPU, SubgraphGNN)
LLMGemini 2.5 Flash (fallback scorer)
GPU TrainingModal (Qwen3-8B-AWQ)
DeploymentRailway (API), Modal (GPU)
SchemasProtobuf (buf.build)
ProxyGo (MCP gateway)

Score Bands

ScoreRisk LevelDefault ActionColor
1-10NoneAllow silentlyGreen
11-30LowAllow, logBlue
31-55MediumFlag for reviewYellow
56-80HighBlock, alert security teamOrange
81-100CriticalBlock immediately, escalateRed