azure-devops-cli

Fail

Audited by Runlayer on Mar 11, 2026

Risk Level: HIGH
Scan Summary
Max Score
96%
Files
8
Flagged
2
Chunks
11
Flagged Files (2)
azure-devops-cli/references/workflows-and-patterns.mdHIGH
96.3%

Risky tool definition detected

az repos ref list --repository "$REPO" --query "[?name=='refs/heads/$BRANCH']" -o tsv | grep -q .; then echo "Error: Branch $BRANCH does not exist" exit 1 fi ``` ### Handle Permission Errors ```bash # Try operation, handle permission errors if az devops security permission update \ --id "$USER_ID" \ --namespace "GitRepositories" \ --project "$PROJECT" \ --token "repoV2/$PROJECT/$REPO_ID" \ --allow-bit 2 \ --deny-bit 0 2>&1 | grep -q "unauthorized"; then echo "Error: Insufficient permissions to u

Tool: azure-devops-cli/references/workflows-and-patterns.md [2/3] Description: --query "result" -o tsv) if [[ "$RESULT" != "succeeded" ]]; then BUILD_NUMBER=$(az pipelines runs show --run-id $RUN_ID --query "buildNumber" -o tsv) az boards work-item create \ --title "Build $BUILD_NUMBER failed" \ --type Bug \ --description "Pipeline run $RUN_ID failed with result: $RESULT URL: $ORG_URL/$PROJECT/_build/results?buildId=$RUN_ID" fi ``` ### Graceful Degradation ```bash # Try to download artifact, fal

Shadow Persistence

Resource Abuse

azure-devops-cli/references/org-and-security.mdLOW
70.1%

Tool passed security scan

Risky tool definition detected

Description: \ --wiki {wiki-name} \ --path "/old-page" \ --project {project} --yes ``` ## Administration ### Banner Management ```bash # List banners az devops admin banner list # Show banner details az devops admin banner show --id {banner-id} # Add new banner az devops admin banner add \ --message "System maintenance scheduled" \ --level info # info, warning, error # Update banner az devops admin banner update \ --id {banner-id} \ --message "Updated message" \ --level warning \ --expiration-da

Passed Files (6)Click to expand
azure-devops-cli/references/boards-and-iterations.mdOK
47.5%

Tool passed security scan

azure-devops-cli/SKILL.mdOK
45.8%

Tool passed security scan

azure-devops-cli/references/repos-and-prs.mdOK
33.5%

Tool passed security scan

azure-devops-cli/references/pipelines-and-builds.mdOK
33.5%

Tool passed security scan

azure-devops-cli/references/advanced-usage.mdOK
29.3%

Tool passed security scan

azure-devops-cli/references/variables-and-agents.mdOK
5.7%

Tool passed security scan

Audit Metadata
Max File Score
96%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
8
Files Flagged
2
Chunks Analyzed
11
Analyzed
Mar 11, 2026, 05:24 PM
Security Audit — runlayer — azure-devops-cli