Security Audit
azure-cosmos-py
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-cosmos-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, 1 medium, and 0 low severity. Key findings include Unpinned Python 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 | |
|---|---|---|---|---|
| MEDIUM | Unpinned Python dependencies in installation instructions The `pip install` command in the installation instructions does not specify exact versions for `azure-cosmos` and `azure-identity`. This can lead to unexpected behavior or introduce vulnerabilities if a future version of these packages (or their transitive dependencies) contains breaking changes or malicious code. It is a best practice to pin dependency versions to ensure reproducibility and mitigate supply chain risks. Pin specific versions for `azure-cosmos` and `azure-identity` (e.g., `pip install azure-cosmos==X.Y.Z azure-identity==A.B.C`) or use a `requirements.txt` file with pinned versions. | LLM | SKILL.md:8 |
Scan History
Embed Code
[](https://skillshield.io/report/4bfb3861bef12985)
Powered by SkillShield