azure-pipelines-validator

Warn

Audited by Socket on Sep 15, 2026

2 alerts found:

Securityx2
SecurityMEDIUM
examples/regression-conditional-danger.yml

The configuration contains a high-risk remote code execution pattern: an external script is piped directly into bash on the main branch. The remote script is untrusted and unpinned, so the pipeline should not use this pattern. Download and review a pinned, verified artifact instead, or execute only a locally committed script with integrity controls.

Confidence: 99%Severity: 94%
SecurityMEDIUM
examples/test-with-issues.yml

This pipeline fragment is demonstrably unsafe: it hardcodes credentials, executes an untrusted network-fetched script via `curl ... | bash`, weakens file permissions with `chmod 777`, and undermines supply-chain determinism by omitting a Docker task version and using a mutable `:latest` image tag. No direct evidence of covert malware (exfiltration/backdoor) is present in the snippet, but the `curl | bash` flow provides a direct mechanism for arbitrary code execution on the CI agent, making it high-risk.

Confidence: 86%Severity: 93%
Audit Metadata
Analyzed At
Sep 15, 2026, 02:26 PM
Package URL
pkg:socket/skills-sh/akin-ozer%2Fcc-devops-skills%2Fazure-pipelines-validator%2F@3e57c16bda63b904bd685acef3fea686d1e5be4ee1cd654e69f60464ea5714e2
Security Audit — socket — azure-pipelines-validator