Security Audit
azure-ai-openai-dotnet
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-ai-openai-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 1 finding: 0 critical, 0 high, 0 medium, and 1 low severity. Key findings include Unpinned 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
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| LOW | Unpinned dependencies in installation instructions The `dotnet add package` commands in the installation section do not specify exact versions for the packages (`Azure.AI.OpenAI`, `OpenAI`). This means that installing the skill could pull in the latest version of these packages, which might introduce breaking changes or, in a worst-case scenario, a malicious update if a package maintainer's account is compromised. While a 'Current Version' is stated, the installation command does not enforce it. Pin package versions in `dotnet add package` commands to ensure deterministic builds and mitigate risks from unexpected or malicious updates. For example, use `dotnet add package Azure.AI.OpenAI --version 2.1.0`. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/52a21dfb8176aa33)
Powered by SkillShield