Trust Assessment
nexwave-gateway received a trust score of 87/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, 2 medium, and 0 low severity. Key findings include Unsafe deserialization / dynamic eval, Unpinned Node.js Dependencies in Setup Script.
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 Findings2
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Unsafe deserialization / dynamic eval Decryption followed by code execution Remove obfuscated code execution patterns. Legitimate code does not need base64-encoded payloads executed via eval, encrypted-then-executed blobs, or dynamic attribute resolution to call system functions. | Manifest | skills/botmechanic/nexwave-gateway/abis.js:3 | |
| MEDIUM | Unpinned Node.js Dependencies in Setup Script The `setup.sh` script uses `npm install` to install Node.js packages (`viem`, `dotenv`, `@circle-fin/developer-controlled-wallets`) without a `package.json` file specifying exact versions. This means `npm` will install the latest available versions of these packages. This practice introduces a supply chain risk, as future versions of these dependencies could introduce breaking changes, vulnerabilities, or even malicious code without explicit review. It also makes builds non-deterministic. Create a `package.json` file with pinned versions for all dependencies (e.g., `"viem": "^1.x.x"`) and use `npm install` to ensure deterministic and secure dependency management. Alternatively, use `npm ci` if a `package-lock.json` is present and committed. | LLM | setup.sh:17 |
Scan History
Embed Code
[](https://skillshield.io/report/f6e93bea168d8264)
Powered by SkillShield