Security Audit
azure-eventgrid-py
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-eventgrid-py 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
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| LOW | Unpinned Dependencies in Installation Instructions The installation instructions suggest installing Python packages (`azure-eventgrid`, `azure-identity`) without specifying exact version numbers. This can lead to unexpected behavior, compatibility issues, or introduce vulnerabilities if a future version of a dependency contains a breaking change or a security flaw. Best practice is to pin dependencies to specific versions. Pin dependencies to specific versions (e.g., `pip install azure-eventgrid==X.Y.Z azure-identity==A.B.C`) to ensure consistent and secure environments. Regularly review and update these pinned versions. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/3a20e6519f131ef5)
Powered by SkillShield