Security Audit
azure-speech-to-text-rest-py
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-speech-to-text-rest-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 0 low severity. Key findings include Unpinned dependency 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 | |
|---|---|---|---|---|
| INFO | Unpinned dependency in installation instructions The `pip install requests` command does not specify a version. This can lead to non-deterministic builds and potentially introduce vulnerabilities if a future version of the `requests` library contains a security flaw. It is a best practice to pin dependencies to specific versions to ensure consistent and secure environments. Pin the `requests` dependency to a specific version, for example, `pip install requests==2.28.1` (or a known stable and secure version). | LLM | SKILL.md:29 |
Scan History
Embed Code
[](https://skillshield.io/report/eb2b1c929f3b5911)
Powered by SkillShield