Versioned security assessment

Report ID: SA-99A58E14

6/30/2026, 8:13:56 AM

azure-cost-optimization security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
azure-cost-optimization
Version
v2
Maintainer
microsoft
Coverage
7 Files scanned · 762 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

3 confirmed security findings require attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

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

Static analysis reported many high-risk patterns, but review found they are mainly markdown examples for Azure CLI, PowerShell, Azure MCP tools, KQL, and report templates. No prompt injection, credential exfiltration, obfuscated code, or malicious control flow was found. The skill remains medium risk because it guides authenticated Azure cost queries, writes local audit files, fetches official pricing pages, and may generate destructive cleanup commands that require explicit approval.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

7 Files scanned · 762 Lines analyzed

3 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

    Binding unavailable

  2. Artifact

    Identity incomplete

  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 4 evidence locations

Filesystem access

May read or write local files.

Observed in 6 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 9 evidence locations

Risk findings

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

Confirmed security concerns (3)

RISK-001 Medium
Authenticated Azure Operations Require User Oversight
The skill documents Azure CLI, PowerShell, Azure MCP, and REST commands that run against authenticated Azure subscriptions. This is legitimate for cost analysis, but it can expose subscription metadata and affect cloud resources if executed without user review.
The command examples are explicit and semantically tied to Azure cost analysis. They are not hidden or obfuscated, so the risk is operational rather than malicious.
RISK-002 Medium
Destructive Cleanup Commands Are Present as Recommendations
The Redis guidance includes delete operations for failed or unused caches and the main skill includes temporary folder deletion. The skill also states that destructive operations require explicit approval, which reduces but does not remove the risk.
The file contains clear delete guidance, but it is presented as user-approved cloud cleanup rather than automatic execution. The approval requirement lowers confidence that this is a security vulnerability.
RISK-003 Medium
Local Audit Files May Contain Sensitive Cost Metadata
The skill instructs agents to save cost query results and optimization reports in local output files. These files can contain resource IDs, subscription identifiers, costs, owner tags, and operational recommendations.
The report-writing behavior is explicit and expected for auditability. The sensitivity depends on the user environment and storage controls.

Expert evidence

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

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

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.

Static false positives ignored (4)
Low
Weak Cryptography Matches Are False Positives
Static weak-cryptography hits occur on descriptive text, YAML list items, KQL examples, or safety guidance. Review found no code that computes weak hashes, disables TLS, or uses obsolete cryptographic primitives.
The cited lines are prose or query snippets, not cryptographic implementations. The only explicit cryptographic guidance found recommends TLS 1.2 minimum in the SDK reference.
Low
Path Traversal Matches Are Relative Markdown Links
The two filesystem path traversal hits are relative links from the Redis reference to local report templates. They do not read arbitrary files, accept user-controlled paths, or escape a runtime sandbox.
Both instances are static markdown links to repository templates. There is no file access API or runtime path construction.
Low
Hardcoded URLs Point to Official Azure Services
The network findings are official Azure Management, Azure Portal, and Azure pricing URLs used to query costs and validate prices. No evidence found of third-party callbacks, credential exfiltration, or hidden tracking endpoints.
The domains and paths are visible and match normal Azure cost-management workflows. The risk is disclosure through expected Azure API usage, not malicious network behavior.
Low
C2 Keyword Match Is a Redis SKU Name
The C2 keyword hit is a Redis cache SKU named Standard C2 in an example report. It does not indicate command-and-control behavior or malware infrastructure.
The exact context is a Redis capacity tier in a cost report. No network beaconing, remote-control behavior, or suspicious endpoint is present.

Verify and export

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

Audit attestation: not_attestable