Azure Pipelines: cost + smell scan

Paste your azure-pipelines.yml. The browser runs all 8 rules from azure-pipelines-ci-doctor and lists every cost / security finding with line numbers and a fix. Nothing is uploaded. Nothing leaves your machine.

Paste YAML

Findings
0
Errors
0
Warnings
0
Info
0

Drop the same audit into your pipeline

Run npx azure-pipelines-ci-doctor on every PR. The free CLI exits non-zero when error-level findings appear, so you can gate merges on it.

npm · GitHub · docs + rules