Versioned security assessment

Report ID: SA-EBDFE608

7/23/2026, 7:10:56 PM

azure-quotas security assessment v5

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: codex Latest published report
Skill name
azure-quotas
Version
v1.1.2
Maintainer
microsoft
Coverage
5 Files scanned · 852 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

Medium

2 confirmed security findings require attention.

Installation context

Check the current Skill page

This page summarizes report evidence only. The Skill page provides the canonical install advisory.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

The static alerts are false positives caused by documented Azure CLI examples, Markdown code formatting, standard error redirection, and expected read-only quota queries. Two semantic risks remain: the scripts install an Azure CLI extension without confirmation, and the Bash script embeds Azure response data directly into Python source.

Report position

Latest published report

Latest refers to the report sequence, not to artifact currentness.

Audit attestation

Active attestation

A public attestation is available for this exact report.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

5 Files scanned · 852 Lines analyzed

2 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Commit and path bound

  2. Artifact

    Content and tree hashes bound

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 9 evidence locations

Filesystem access

May read or write local files.

Observed in 4 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 49 evidence locations

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (2)

RISK-001 Medium
Automatic Azure CLI Extension Installation
Both scripts install the quota extension automatically when absent. This downloads code and changes the local Azure CLI environment without explicit confirmation.
The installation commands and automatic branches are explicit in both scripts.
RISK-002 Medium
Azure Response Embedded in Python Source
The Bash script interpolates quota usage JSON into a triple-quoted Python source string. Crafted response content could break the string and alter executed Python.
Direct interpolation into the python3 -c program is visible, although exploitation requires control over Azure CLI response content.

Remediation

Suggested fixes recorded by this audit. Applying them is the maintainer’s responsibility.

  1. FIX-001
    Medium
    The quota scripts automatically install the Azure CLI quota extension.
    Require explicit user confirmation before extension installation, or exit with a clear prerequisite command.
  2. FIX-002
    Medium
    The Bash script interpolates Azure JSON output into a Python source string.
    Pass both JSON documents through standard input, environment variables, or files and parse them only as data.
  3. FIX-003
    Medium
    Quota increase guidance does not require confirmation before a cloud account change.
    Preview the subscription, scope, resource, and requested limit, then require explicit confirmation before running update or create commands.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Content hash
b517e29b50ba07dc42dd4fd356c0c15d5d41435415f6835ddb2ad874d6997237
Tree hash
6b5a5e9d85fea593a44c35c18a3c282b17a29b77e87ff5dd2b1b8e94b3c62292
Skill path
skills/microsoft/azure-quotas
Audit payload hash
ebb84c82574391f9b69fc277684692eb

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: active