What happens on a new lead
- A scan or Hackbot publishes a
lead.createdevent. - The classification agent picks the event and reads the lead.
- The agent probes the lead before it scores. Probing beats guessing: the agent checks the evidence it has, then classifies.
- The agent writes a classification with a score, a feature category, an analysis, and a diagram of the architecture it saw.
- The lead detail view and the dashboard radar show the result.
Where you see the output
GET /api/leads/{id}carries the classification fields on the lead.- The dashboard attack-surface radar groups leads by feature category.
- Lead priority drives
GET /api/leads/top.

