Security Audit
azure-ai-projects-java
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-ai-projects-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 2 findings: 0 critical, 0 high, 1 medium, and 1 low severity. Key findings include Use of Beta Dependency, Implicit or Unclear Third-Party Dependency.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Implicit or Unclear Third-Party Dependency The skill code imports `com.openai.services.EvalService`, which is not explicitly declared in the provided `pom.xml` snippet and does not appear to be the standard official OpenAI Java SDK package (`com.openai.OpenAIClient`). This suggests an implicit or undeclared third-party dependency. Without explicit declaration, it's unclear how this dependency is managed, its version, or its origin, posing a supply chain risk if a malicious or vulnerable version is inadvertently used. Explicitly declare all third-party dependencies in the `pom.xml` or equivalent build configuration. Verify the origin and integrity of `com.openai.services.EvalService` and ensure it is from a trusted source and kept up-to-date. | LLM | SKILL.md:80 | |
| LOW | Use of Beta Dependency The skill package uses a beta version of the `azure-ai-projects` SDK (`1.0.0-beta.1`). Beta software may be less stable, contain unpatched vulnerabilities, or have breaking changes compared to stable releases, potentially introducing supply chain risks. Consider using a stable, generally available (GA) version of the SDK if available. If a beta version is necessary, ensure thorough testing and monitor for updates and security advisories. | LLM | SKILL.md:14 |
Scan History
Embed Code
[](https://skillshield.io/report/1213c2525f95db9c)
Powered by SkillShield