Versioned security assessment

Report ID: SA-2AA45395

6/30/2026, 7:41:57 AM

azure-resource-lookup security assessment v2

Skill Security Certification Report

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

Highest confirmed finding severity

Medium

1 confirmed security finding requires 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 flagged many command and crypto-like patterns, but review shows the hits are Markdown examples, KQL snippets, and text matches such as description or desc. No prompt injection, credential exfiltration, mutation workflow, or malicious intent was found. The remaining risk is operational: the skill can guide execution of Azure CLI read-only inventory queries that may expose tenant metadata to the active AI session.

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

2 Files scanned · 297 Lines analyzed

1 item 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.

Not recorded by this audit

Filesystem access

May read or write local files.

Not recorded by this audit

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 (1)

RISK-001 Medium
Read-Only Azure Inventory Commands Can Expose Metadata
The skill intentionally guides users to run Azure Resource Graph queries through Azure CLI or MCP tooling. This is legitimate read-only Azure inventory behavior, but results can include resource names, groups, locations, tags, public network settings, and subscription-level metadata that should be handled as sensitive operational data.
The external command behavior is clearly documented and semantically tied to the skill purpose. The concern is metadata exposure from legitimate read-only queries, not command injection or malicious execution.

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
External Command Static Hits Are Azure CLI Documentation
The numerous external command findings point to Markdown examples for az graph query and az extension add. They do not show hidden shell execution, dynamic command construction in code, or an attempt to run commands outside the expected Azure lookup workflow.
The flagged content is inside Markdown tables or fenced examples and matches the stated Azure Resource Graph purpose. No code file or shell wrapper accepts untrusted input for execution.
Low
Weak Cryptography Static Hits Are Text Matches
The high weak-crypto findings do not correspond to DES, MD5, SHA1, or any cryptographic API. The evidence lines contain frontmatter description text, KQL sort direction text such as desc, and a field name containing shortDescription.
Line review shows ordinary documentation and KQL field text, not cryptographic primitives. The static labels are caused by substring matching rather than security-relevant code.
Low
System Reconnaissance Static Hit Is Error-Handling Text
The reconnaissance finding points to documentation for a BadRequest query error and advises checking KQL syntax. It does not instruct host enumeration, operating system probing, network scanning, or privilege discovery.
The line is an Azure query troubleshooting row, not a reconnaissance command or tactic. Nearby context is limited to Resource Graph error handling.

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