Documentation Index
Fetch the complete documentation index at: https://quintsecurity.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Risk Scoring
Every event captured by the Quint daemon receives a risk score from 0 to 100. Scores are computed based on the action type, tool invoked, target sensitivity, and behavioral context. Risk scores are included as fields on events and can be filtered via the Events API:Score Bands
| Score | Risk Level | Color |
|---|---|---|
| 0-10 | None | Green |
| 11-30 | Low | Blue |
| 31-55 | Medium | Yellow |
| 56-80 | High | Orange |
| 81-100 | Critical | Red |
Aggregate Statistics
TheGET /v1/events/stats endpoint provides 24-hour aggregates including event counts and risk distribution:
Session Risk Summary
Each session includes a risk summary when retrieved viaGET /v1/sessions/{id}, showing total events, maximum risk score, and average risk across all events in the session.