Urgent.News

What's breaking now, across thousands of outlets.

Tech

Detecting Anomalies in CI/CD Pipelines with ML

The pipeline fails. Again. Your CI run turns red. You open the logs, scroll through a wall of output, and fifteen minutes later find the answer: it's that flaky test again — the one everyone half-recognizes but nobody's fixed. You retry the job, it goes green, you move on. Multiply that by every engineer on the team, every week, and it adds up to real hours spent on triage that a five-second…

CI/CD pipelines often fail due to flaky tests, infra issues, dependency breaks, or resource exhaustion. Anomaly detection in these pipelines is challenging because a single pass/fail result is insufficient. Pipelines have unique histories, and what is normal for one may be an anomaly for another. Traditional fixed thresholds and simple failure-rate alerts fail to capture this complexity.

PipelineSentinel is a deployable layer that sits on top of existing CI tooling, scoring each run against its own pipeline history. It pulls run metadata from the GitHub Actions REST API, including duration, outcome, retries, triggering event, and branch. The baseline model used is an IsolationForest algorithm from scikit-learn, which is unsupervised and adapts to each pipeline's distribution.

The model takes three signals into account: run duration, failure status, and the number of attempts. The Python code snippet demonstrates how to implement this model, with the `contamination` parameter determining the proportion of anomalies expected in the data.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

What belongs in a Plane Page, and what belongs in a Work Item?

The more thoroughly you describe a feature, the longer its Work Item becomes. Background, future plans, acceptance criteria, and test results accumulate in one description.

  • Work Items focus on specific implementation tasks
  • Shared rules and rationale belong in a Page
  • Acceptance criteria and test results in Work Item

MemTensor MemOS Supply Chain Attack: sckit Triggered by Python Imports and OpenClaw Runtime Hooks

1. Basic Information Original Title: The AI Ecosystem Has Worms Now: Inside the MemTensor Compromise Source: Semgrep Published Date: September 23, 2026 Updated Date: None Severity: critical Severity…

  • Malicious code sckit embedded in MemTensor npm, PyPI distributions
  • Attack triggered by Python imports, OpenClaw runtime hooks
  • Attackers exfiltrate credentials, access SSH keys, SaaS service tokens

More from Saturday 26 September →