azure-ai-agents-persistent-dotnet
Audited by Runlayer on Feb 23, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: azure-ai-agents-persistent-dotnet description: | Azure AI Agents Persistent SDK for .NET.
Tool: SKILL.md [2/2] Description: with appropriate delays** — 500ms recommended between status checks 3.
Malicious tool definition detected
Tool: references/acceptance-criteria.md [1/3] Description: # Azure.AI.Agents.Persistent SDK Acceptance Criteria (.NET) **SDK**: `Azure.AI.Agents.Persistent` **Repository**: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Agents.Persistent **Package**: https://www.nuget.org/packages/Azure.AI.Agents.Persistent **Purpose**: Skill testing acceptance criteria for validating generated C# code correctness --- ## 1.
Tool: references/acceptance-criteria.md [2/3] Description: in stream) { switch (update.UpdateKind) { case StreamingUpdateReason.RunCreated: Console.WriteLine("Run started"); break; case StreamingUpdateReason.RunInProgress: Console.WriteLine("Run in progress"); break; case StreamingUpdateReason.RunCompleted: Console.WriteLine("Run completed"); break; case StreamingUpdateReason.RunFailed: Console.WriteLine("Run failed"); break; } if (update is MessageContentUpdate contentUpdate) { Console.Write(co
Tool: references/acceptance-criteria.md [3/3] Description: **Handle all run statuses** — Check for `RequiresAction`, `Failed`, `Cancelled` 5.