azure-mgmt-weightsandbiases-dotnet

Pass

Audited by Gen Agent Trust Hub on Aug 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or hardcoded credentials were identified in the skill instructions or code snippets.
  • [EXTERNAL_DOWNLOADS]: The skill provides instructions to download official SDKs from well-known registries.
  • Fetches the official Azure Resource Manager SDK for Weights & Biases from NuGet.
  • Fetches the official Weights & Biases tracking SDK (wandb) from PyPI.
  • [COMMAND_EXECUTION]: The skill utilizes standard .NET CLI and Python package managers for environment setup.
  • Uses dotnet add package for Azure SDK integration.
  • Uses pip install for the W&B tracking client.
  • [PROMPT_INJECTION]: The skill processes user-defined inputs which serves as a potential indirect injection surface.
  • Ingestion points: Resource names, resource group names, and metadata tags provided by the user are interpolated into ARM SDK calls in SKILL.md.
  • Boundary markers: Absent; the provided examples do not use specific delimiters or warnings to ignore instructions embedded in resource names.
  • Capability inventory: The skill allows for the creation, modification, and deletion of Azure resources using the Azure.ResourceManager.WeightsAndBiases library.
  • Sanitization: Absent; the skill relies on the Azure Resource Manager API for input validation and sanitization.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 11, 2026, 07:04 PM
Security Audit — agent-trust-hub — azure-mgmt-weightsandbiases-dotnet