Security Audit
azure-monitor-opentelemetry-exporter-java
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-monitor-opentelemetry-exporter-java 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 dependency version in example.
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 | |
|---|---|---|---|---|
| MEDIUM | Unpinned dependency version in example The skill documentation recommends using 'LATEST' as the version for the `azure-monitor-opentelemetry-autoconfigure` dependency in an example. Using unpinned versions like 'LATEST' can lead to non-deterministic builds, unexpected breaking changes, or silent introduction of vulnerabilities if a new version is released with issues. It is best practice to specify a concrete version or a version range. Recommend specifying a concrete version number or a version range for dependencies to ensure deterministic builds and better control over updates. For example, `1.x.x` or `1.2.3` instead of `LATEST`. | LLM | SKILL.md:25 |
Scan History
Embed Code
[](https://skillshield.io/report/132bdf421a967fe2)
Powered by SkillShield