Versioned security assessment

Report ID: SA-F9E2C34B

7/23/2026, 10:21:52 PM

azure-resource-manager-mysql-dotnet security assessment v5

Skill Security Certification Report

Audit History
Scanner version 3.0.0 Audit model: codex Latest published report
Skill name
azure-resource-manager-mysql-dotnet
Version
v5
Maintainer
sickn33
Coverage
1 Files scanned · 403 Lines analyzed
Policy version
skillstore-security-audit-policy-v1

Highest confirmed finding severity

Medium

1 confirmed security finding requires 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.

Most static findings are false positives caused by Markdown fences, inline code, documentation links, placeholders, and an OAuth scope. The Azure-wide firewall example is a confirmed exposure risk, and the hardcoded password example is an additional medium-severity concern.

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

1 Files scanned · 403 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

    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 2 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 50 evidence locations

Capability review items (2)
Medium
Hardcoded IP address
StartIPAddress = System.Net.IPAddress.Parse("0.0.0.0"),
As the start of Azure MySQL's special 0.0.0.0 firewall rule, this permits connections from Azure services beyond the user's tenant. Copying the example can broaden database exposure.
Medium
Hardcoded IP address
EndIPAddress = System.Net.IPAddress.Parse("0.0.0.0")
Together with line 145, this completes the Azure-wide firewall rule rather than a narrow client range. The documented rule weakens network isolation.

Risk findings

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

Confirmed security concerns (1)

RISK-001 Medium
Hardcoded Password in Connection Example
The connection string example embeds a password literal in source text. Users who copy this pattern may expose credentials through source control or logs.
Line 364 directly places a password value in a C# connection string. Although illustrative, the pattern clearly encourages unsafe credential handling.

Remediation

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

  1. FIX-001
    Medium
    The firewall example permits access from all Azure services and resources.
    Replace the 0.0.0.0 rule with private networking or documented narrow client ranges, and explain the cross-tenant exposure risk.
  2. FIX-002
    Medium
    The connection example embeds a password directly in source text.
    Load credentials from a secure secret provider and keep the Entra ID token example as the preferred approach.

Expert evidence

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

Artifact subject

Marketplace commit
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Content hash
72fe387def7a6de2f73a5219f6250c9a2a7561312332342ceac819fc2387f016
Tree hash
a87875edfb3ec5b925524c682db0b0a45689492afd79250d4d6a33f0e9f422b0
Skill path
skills/sickn33/azure-resource-manager-mysql-dotnet
Audit payload hash
1e25b3115b2f508ca8f147b4f701c0cd

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