Security Audit
MockAPI - Instant REST API from JSON
github.com/openclaw/skillsTrust Assessment
MockAPI - Instant REST API from JSON 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 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 dependency The skill recommends installing an npm package (`@lxgicstudios/mockapi`) without specifying a version. This makes the installation vulnerable to supply chain attacks, where a malicious update to the package could lead to arbitrary code execution on the user's system when the package is installed or updated. Pin the dependency to a specific version (e.g., `npm install -g @lxgicstudios/mockapi@1.2.3`) to ensure consistent and secure installations. Regularly audit and update pinned versions. | LLM | SKILL.md:10 |
Scan History
Embed Code
[](https://skillshield.io/report/f0527a6f7c5f0fef)
Powered by SkillShield