Trust Assessment
mcporter 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 1 finding: 0 critical, 1 high, 0 medium, and 0 low severity. Key findings include Unpinned Node.js dependency `mcporter`.
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 18, 2026 (commit b62bd290). 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 Node.js dependency `mcporter` The skill's manifest specifies `mcporter` as a Node.js dependency without a pinned version. This allows the installation process to fetch the latest available version from the npm registry. If a malicious version of `mcporter` is published (e.g., via dependency confusion, typosquatting, or a compromised legitimate package), the skill would automatically install it, leading to potential arbitrary code execution or data exfiltration during skill installation or execution. Pin the `mcporter` dependency to a specific, known-good version (e.g., `"mcporter@1.2.3"`) in the manifest's `install` section to prevent unexpected or malicious updates. Regularly review and update pinned versions to incorporate security fixes. | Static | manifest.json |
Scan History
Embed Code
[](https://skillshield.io/report/b6264a1e7b411484)
Powered by SkillShield