Security Audit
azure-resource-manager-mysql-dotnet
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-resource-manager-mysql-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 package versions. This means that when these commands are executed, they will pull the latest available version. While the packages are first-party Microsoft, relying on the latest version without explicit pinning can introduce unexpected breaking changes or, in a worst-case scenario, pull a malicious update if a package repository or maintainer's account is compromised. For production environments, it is best practice to pin dependencies to specific versions for reproducibility and enhanced security. Specify exact versions for packages in installation instructions, for example: `dotnet add package Azure.ResourceManager.MySql --version 1.2.0` and `dotnet add package Azure.Identity --version 1.10.0` (or the appropriate stable versions). | LLM | SKILL.md:13 |
Scan History
Embed Code
[](https://skillshield.io/report/79adfdae4edc6547)
Powered by SkillShield