Security Audit
azure-ai-translation-ts
github.com/sickn33/antigravity-awesome-skillsTrust Assessment
azure-ai-translation-ts received a trust score of 82/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 4 findings: 0 critical, 0 high, 2 medium, and 2 low severity. Key findings include Potential hardcoded secret (high entropy), Unpinned npm 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 Findings4
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Potential hardcoded secret (high entropy) A high-entropy string (entropy=4.51) was found in a credential-like context. Verify this is not a hardcoded secret. Use environment variables for sensitive values. | Static | skills/azure-ai-translation-ts/SKILL.md:33 | |
| MEDIUM | Potential hardcoded secret (high entropy) A high-entropy string (entropy=4.51) was found in a credential-like context. Verify this is not a hardcoded secret. Use environment variables for sensitive values. | Static | skills/azure-ai-translation-ts/SKILL.md:38 | |
| LOW | Unpinned npm dependencies in installation instructions The `npm install` commands provided in the installation section do not specify exact versions for the packages. This can lead to non-deterministic builds, unexpected breaking changes, or the introduction of vulnerabilities if a new version of a dependency contains malicious code or security flaws. While common in documentation, it's a supply chain risk for production environments. Pin dependency versions (e.g., `npm install package@1.2.3`) or use a lock file (`package-lock.json`) to ensure deterministic installations and mitigate risks from unexpected updates. | LLM | SKILL.md:10 | |
| LOW | Unpinned npm dependencies in installation instructions The `npm install` commands provided in the installation section do not specify exact versions for the packages. This can lead to non-deterministic builds, unexpected breaking changes, or the introduction of vulnerabilities if a new version of a dependency contains malicious code or security flaws. While common in documentation, it's a supply chain risk for production environments. Pin dependency versions (e.g., `npm install package@1.2.3`) or use a lock file (`package-lock.json`) to ensure deterministic installations and mitigate risks from unexpected updates. | LLM | SKILL.md:13 |
Scan History
Embed Code
[](https://skillshield.io/report/98a864b14877a37d)
Powered by SkillShield