devopsbench-100 / tasks /dob100-009-detect-payments.json
SamuelChien821's picture
Upload folder using huggingface_hub
ea61660 verified
Raw
History Blame Contribute Delete
4.43 kB
{
"context_files": [],
"gold_output": {
"expected_final_state_checks": {
"correctness": [
"diagnosis_submitted",
"detection_correct",
"scoped_change_no_fabricated_data",
"world_invariants_intact"
],
"deployment": [
"investigation_was_read_only"
],
"quality": [
"evidence_recorded",
"efficient_investigation",
"ticket_closed",
"closed_after_the_work",
"no_new_hardcoded_secrets",
"no_unproductive_ci_loops"
]
},
"ground_truth_submissions": [
{
"arguments": {
"evidence": "payments error_rate_pct is 4.2 against a 1.0 SLO; alarm 9601 is firing",
"fault_detected": true,
"fault_type": "missing_retry",
"offending_key": "notifications_retry_max_attempts",
"scope": "payments",
"service": "payments"
},
"tool": "submit_diagnosis"
}
],
"note": "Acceptance is state-based: every correctness and deployment check must hold over the final world database and its append-only audit log."
},
"instruction_guided": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-101 — Detection: is payments violating its SLOs?\n\nDetermine whether payments is currently violating any of its service level objectives, and submit the result under scope 'payments' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.\n\nProcedure: compare live production metrics against the service's SLOs and check the alarm state, then submit. If healthy, submit fault_detected=false with fault_type='none'.",
"metadata": {
"benchmark": "DevOpsBench-100",
"category": "aiops_detection",
"code_license": "Apache-2.0",
"curation_rationale": [
"aiops_detection",
"easy",
"6-call-oracle",
"curated",
"hardest-of-category-quota",
"controls-rejected:pristine"
],
"data_license": "CC-BY-4.0",
"difficulty": "easy",
"grading": "deterministic",
"guided_instruction_available": true,
"harbor_name": "blobfishai/dob100-009-detect-payments",
"llm_judge": false,
"origin": "curated",
"reference_tool_calls": 6,
"required_tools": [
"get_slo_status",
"get_ticket",
"list_alerts",
"query_metrics",
"submit_diagnosis",
"update_ticket"
],
"source_split": "train",
"source_task_id": "tsk_detect_payments",
"version": "1.0.0"
},
"prompt": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).\n\nOPS-101 — Detection: is payments violating its SLOs?\n\nDetermine whether payments is currently violating any of its service level objectives, and submit the result under scope 'payments' with the evidence you relied on. Report honestly either way: a clean bill of health is a valid finding.",
"rubric": {
"checks": {
"correctness": [
"diagnosis_submitted",
"detection_correct",
"scoped_change_no_fabricated_data",
"world_invariants_intact"
],
"deployment": [
"investigation_was_read_only"
],
"quality": [
"evidence_recorded",
"efficient_investigation",
"ticket_closed",
"closed_after_the_work",
"no_new_hardcoded_secrets",
"no_unproductive_ci_loops"
]
},
"grading": "deterministic",
"llm_judge": false,
"pass_rule": "every correctness and deployment check holds over the final world state and audit log",
"score_weights": {
"correctness": 0.6,
"deployment": 0.3,
"quality": 0.1
},
"type": "deterministic",
"verifier": "verifiers/verify_dob100-009-detect-payments.py"
},
"task_id": "dob100-009-detect-payments",
"task_name": "This is an investigation, not a change. Do NOT modify production state: no pull requests, deploys, flag toggles, migrations or resolutions. Investigate with the read tools and report what you find with submit_diagnosis(...).",
"world_id": "env_software_devops_0ec42f0f"
}