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 packagefor Azure SDK integration. - Uses
pip installfor 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.WeightsAndBiaseslibrary. - Sanitization: Absent; the skill relies on the Azure Resource Manager API for input validation and sanitization.
Audit Metadata