azure-ai-openai-dotnet

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
2
Flagged
2
Chunks
4
Flagged Files (2)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: azure-ai-openai-dotnet description: | Azure OpenAI SDK for .NET.

references/acceptance-criteria.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/acceptance-criteria.md [1/2] Description: # Azure OpenAI SDK Acceptance Criteria (.NET) **SDK**: `Azure.AI.OpenAI` **Repository**: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/openai/Azure.AI.OpenAI **NuGet Package**: https://www.nuget.org/packages/Azure.AI.OpenAI **Purpose**: Skill testing acceptance criteria for validating generated code correctness --- ## 1.

Tool: references/acceptance-criteria.md [2/2] Description: if (update.UpdateKind == StreamingUpdateReason.RunCreated) { Console.WriteLine("--- Run started ---"); } else if (update is MessageContentUpdate contentUpdate) { Console.Write(contentUpdate.Text); } } ``` ### 7.3 ✅ CORRECT: Cleanup Assistants Resources ```csharp // Delete resources when no longer needed await assistantClient.DeleteAssistantAsync(assistant.Id); await assistantClient.DeleteThreadAsync(thread.Id); ``` --- ## 8.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
4
Analyzed
Feb 22, 2026, 01:04 AM
Security Audit — runlayer — azure-ai-openai-dotnet