Rootly Alerts — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Rootly Alerts (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Rootly's alerting system connects monitoring tools (Datadog, PagerDuty, New Relic, Grafana, etc.) to the incident management workflow. Alerts are routed through configurable rules to the right teams, and can automatically create incidents based on conditions. Escalation policies ensure alerts are acknowledged within SLA windows.
Rootly integrates with common monitoring tools:
Alert routing rules determine how incoming alerts are handled:
Escalation policies define the escalation chain when alerts are not acknowledged:
rootly_list_alertsParameters:
status -- Filter by status (triggered, acknowledged, resolved)source -- Filter by alert sourceservice -- Filter by affected serviceExample response:
{
"data": [
{
"id": "alert-789",
"type": "alerts",
"attributes": {
"title": "High error rate on payment-service",
"source": "datadog",
"status": "triggered",
"severity": "critical",
"service": { "name": "payment-service" },
"created_at": "2026-03-27T14:15:00Z",
"incident_id": "inc-456"
}
}
]
}rootly_get_alertParameters:
alert_id -- The alert IDrootly_list_escalation_policiesParameters:
team -- Filter by teamrootly_list_alert_routesParameters:
service -- Filter by servicesource -- Filter by alert sourcerootly_list_alerts with status=triggeredrootly_list_escalation_policiesrootly_list_alert_routes to get all rulesCause: Invalid alert ID or alert expired Solution: List recent alerts to verify the correct ID
Cause: Multiple routing rules match the same alert with conflicting actions Solution: Review and prioritize routing rules; use more specific match conditions
Cause: No responder acknowledged within the policy timeout Solution: Review on-call schedules and ensure coverage
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.