Security Audit
azure-mgmt-weightsandbiases-dotnet
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-mgmt-weightsandbiases-dotnet received a trust score of 85/100, placing it in the Mostly Trusted category. This skill has passed most security checks with only minor considerations noted.
SkillShield's automated analysis identified 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Unpinned package dependencies in installation instructions.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 20, 2026 (commit e36d6fd3). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Security Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned package dependencies in installation instructions The installation instructions for `Azure.ResourceManager.WeightsAndBiases`, `Azure.Identity`, and `wandb` do not specify exact versions. This can lead to non-deterministic builds, unexpected breaking changes, or the accidental installation of a malicious version if a package maintainer's account is compromised. It is best practice to pin dependencies to specific versions to ensure reproducibility and security. Pin package versions to specific, known-good versions. For example, use `dotnet add package Azure.ResourceManager.WeightsAndBiases --version 1.0.0-beta.1` and `dotnet add package Azure.Identity --version <specific-version>`. For Python, use `pip install wandb==<specific-version>`. Regularly review and update pinned versions. | LLM | SKILL.md:10 | |
| MEDIUM | Unpinned package dependencies in installation instructions The installation instructions for `Azure.ResourceManager.WeightsAndBiases`, `Azure.Identity`, and `wandb` do not specify exact versions. This can lead to non-deterministic builds, unexpected breaking changes, or the accidental installation of a malicious version if a package maintainer's account is compromised. It is best practice to pin dependencies to specific versions to ensure reproducibility and security. Pin package versions to specific, known-good versions. For example, use `dotnet add package Azure.ResourceManager.WeightsAndBiases --version 1.0.0-beta.1` and `dotnet add package Azure.Identity --version <specific-version>`. For Python, use `pip install wandb==<specific-version>`. Regularly review and update pinned versions. | LLM | SKILL.md:200 |
Scan History
Embed Code
[](https://skillshield.io/report/ee0d151841f8dee9)
Powered by SkillShield