Production-ready
Risk Evaluator Agent
Provides deterministic risk and confidence scoring for autonomous action gating. Computes a composite risk score (blast radius, reversibility, data confidence) and a confidence score (data quality, pattern match, histori
Intelligence & Analytics department for Colaberry Enterprise agents
Built by Colaberry
About the Agent
What this agent does, the challenges it addresses, and where it delivers value.
Provides deterministic risk and confidence scoring for autonomous action gating. Computes a composite risk score (blast radius, reversibility, data confidence) and a confidence score (data quality, pattern match, historical success) to decide whether an action can auto-execute or must be proposed for human review.
Challenges This Agent Addresses
- 1**Operations**: Ensures low-risk, high-confidence agent fixes execute automatically while uncertain changes require human approval
- 2**Risk Management**: Provides transparent scoring breakdown for every autonomous decision
- 3**Compliance**: Governance thresholds are configurable via database, enabling policy adjustments without code changes
How the Agent Works
Step-by-step operational flow showing how this agent processes tasks end-to-end.
Step 1
**Risk Score** (0 to 100) is computed from three components:
Step 2
Blast radius (0 to 40): Based on action type; ranges from 5 (single agent config) to 35 (pause campaign)
Step 3
Reversibility (0 to 30): Lower for easily reversible actions; higher for actions with lasting effects
Step 4
Data confidence penalty (0 to 30): Higher penalty when impact estimates have low confidence
Step 5
**Confidence Score** (0 to 100) is computed from three components:
Step 6
Data quality (0 to 40): Based on root cause analysis confidence
Step 7
Pattern match (0 to 30): Based on similarity to past cases found in vector memory
Step 8
Historical success (0 to 30): Based on past success rate of the recommended action
Step 9
**Risk Tier** is assigned: safe (<25), moderate (25 to 49), risky (50 to 74), dangerous (75+)
Step 10
**Auto-execution gate**: Resolves thresholds from governance config (defaults: risk < 40, confidence > 70)
Step 11
Actions meeting both thresholds are flagged for auto-execution; others are flagged as "propose only"
Execution Modes
Inputs & Outputs
What data this agent consumes and the artifacts or actions it produces.
Input Data
- `ActionRecommendation` from the Action Planner Agent
- `ImpactEstimate` from the Impact Estimator Agent
- `RootCauseResult` from the Root Cause Agent
Deliverables
- `RiskEvaluation` containing:
- Risk score (0 to 100)
- Confidence score (0 to 100)
- Risk tier (safe, moderate, risky, dangerous)
- Auto-executable flag (true/false)
- Reasoning chain explaining each scoring component
- Score breakdown by category
Core Tasks
- Strategic Intelligence
Systems Connected
Internal systems, APIs, and tools this agent integrates with.
Tools & APIs
Agent Specs
Technical specifications, requirements, and deployment details.
Related Agents
Other agents in the same department or industry.
Ready to deploy this agent?
Schedule a walkthrough with our team to see how this agent integrates with your workflows.