Security Audit
azure-search-documents-py
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-search-documents-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 2 findings: 0 critical, 0 high, 2 medium, and 0 low severity. Key findings include Unpinned Python Package Dependencies.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unpinned Python Package Dependencies The installation instructions recommend installing Python packages (`azure-search-documents`, `azure-identity`) without specifying a version. This can lead to non-deterministic builds, introduce unexpected breaking changes, or expose the skill to supply chain attacks if a malicious or vulnerable version of a dependency is published. Pin the versions of all Python package dependencies to specific, known-good versions (e.g., `pip install azure-search-documents==X.Y.Z azure-identity==A.B.C`). Regularly review and update these pinned versions. | LLM | SKILL.md:10 | |
| MEDIUM | Unpinned Python Package Dependencies The installation instructions recommend installing Python packages (`azure-search-documents`, `azure-identity`) without specifying a version. This can lead to non-deterministic builds, introduce unexpected breaking changes, or expose the skill to supply chain attacks if a malicious or vulnerable version of a dependency is published. Pin the versions of all Python package dependencies to specific, known-good versions (e.g., `pip install azure-search-documents==X.Y.Z azure-identity==A.B.C`). Regularly review and update these pinned versions. | LLM | SKILL.md:155 |
Scan History
Embed Code
[](https://skillshield.io/report/ccfe04af4ec9c54d)
Powered by SkillShield