Trust Assessment
liveavatar received a trust score of 86/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, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned npm package 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 14, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| HIGH | Unpinned npm package dependency The skill's manifest specifies the `openclaw-liveavatar` npm package without a version constraint. This means that `npm install` will always fetch the latest version available on the npm registry. A malicious actor could publish a compromised version of this package, which would then be automatically installed and executed by users of this skill, leading to potential command injection, data exfiltration, or other security breaches. This is a critical supply chain risk. Pin the `openclaw-liveavatar` package to a specific, known-good version (e.g., `"package": "openclaw-liveavatar@1.2.3"`) in the `metadata.openclaw.install` section of the skill's manifest. Regularly review and update the pinned version to incorporate security fixes and new features. | LLM | SKILL.md |
Scan History
Embed Code
[](https://skillshield.io/report/ebef00c958025271)
Powered by SkillShield