Versioned security assessment

Report ID: SA-CF63D00C

6/30/2026, 7:45:01 AM

azure-resource-visualizer security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
azure-resource-visualizer
Version
v2
Maintainer
microsoft
Coverage
4 Files scanned · 367 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

2 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 command execution, hardcoded IP, weak cryptography, and reconnaissance patterns. Manual review found no malicious code or prompt injection; most matches are Markdown, Mermaid syntax, examples, and Azure query documentation. The skill is publishable with a warning because it can query Azure inventory through MCP or Azure CLI and write architecture documentation locally.

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

4 Files scanned · 367 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

    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 3 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 6 evidence locations

Risk findings

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

Confirmed security concerns (2)

RISK-001 Medium
Azure Inventory Access Through CLI and MCP Queries
The skill directs agents to list resource groups, query all resources, and use Azure Resource Graph or Azure CLI. This is legitimate for diagram generation, but it can expose subscription inventory, resource names, topology, and configuration details when run with broad credentials.
The instructions explicitly use Azure CLI or MCP queries against live Azure inventory. The behavior is read-only and aligned with the skill purpose, so the risk is exposure through authorized access rather than malicious execution.
RISK-002 Medium
Local Architecture Documentation May Contain Sensitive Topology
The skill instructs agents to create a Markdown architecture file from discovered Azure resources. This is expected output, but generated files can preserve internal topology, resource names, regions, and relationship details in the workspace.
The file creation requirement is direct and intentional. The sensitivity depends on the user environment, so this is a moderate data-handling concern rather than a blocking issue.

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 (3)
Low
Static Command Execution Matches Are Documentation
The Ruby or shell backtick alerts occur in Markdown inline code, fenced examples, Mermaid syntax, and Azure CLI guidance. No executable script, dynamic shell construction, or unsanitized command injection path was found in these files.
The cited files are Markdown instructions and examples, not runnable source files. The only meaningful command behavior is documented Azure CLI usage, which is already captured as a medium operational risk.
Low
Hardcoded IP Matches Are Private Example Addresses
The hardcoded IP findings are RFC 1918 address ranges inside a sample Mermaid diagram. They are illustrative network labels, not external endpoints or callback infrastructure.
The addresses are clearly private subnet examples embedded in diagram labels. There is no code that connects to them or sends data to them.
Low
Weak Cryptography And Reconnaissance Matches Are Textual False Positives
The weak cryptography and reconnaissance alerts match ordinary Markdown, Mermaid labels, headings, and query examples. No hashing implementation, encryption downgrade, credential capture, host reconnaissance, or malicious scanning behavior was found.
Manual review of the cited lines shows documentation text and diagram syntax. The scanner appears to have matched tokens such as graph labels, Markdown structure, and Azure inventory language without executable security impact.

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