Security Audit
azure-identity-rust
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-identity-rust 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 1 finding: 0 critical, 0 high, 0 medium, and 1 low severity. Key findings include Unpinned dependency 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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| LOW | Unpinned dependency in installation instructions The `cargo add` command for `azure_identity` does not specify a version. This can lead to unexpected updates, potential breaking changes, or introduce vulnerabilities if a malicious version is published to the registry. Best practice for supply chain security is to pin dependencies to a specific version. Pin the dependency to a specific version to ensure deterministic builds and prevent unexpected changes. For example, `cargo add azure_identity@0.15.0` or `cargo add azure_identity --version <version>`. | LLM | SKILL.md:12 |
Scan History
Embed Code
[](https://skillshield.io/report/be395db05c876aed)
Powered by SkillShield