Trust Assessment
nameserver-reverse received a trust score of 80/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 3 findings: 0 critical, 0 high, 3 medium, and 0 low severity. Key findings include Missing required field: name, Unpinned `npx` dependency, Unpinned Git repository installation.
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 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings3
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Missing required field: name The 'name' field is required for claude_code skills but is missing from frontmatter. Add a 'name' field to the SKILL.md frontmatter. | Static | skills/abtdomain/nameserver-reverse/Skill.md:1 | |
| MEDIUM | Unpinned `npx` dependency The skill's configuration for Claude Desktop and Cursor uses `npx mcp-remote` without specifying a version. This means the latest version of `mcp-remote` will always be downloaded and executed. This introduces a supply chain risk, as a malicious update to the `mcp-remote` package could lead to arbitrary code execution on the user's machine without their explicit consent or awareness. Pin the version of `mcp-remote` in the `args` array (e.g., `"mcp-remote@1.0.0"`) to ensure deterministic execution and prevent unexpected changes from upstream dependencies. | LLM | Skill.md:21 | |
| MEDIUM | Unpinned Git repository installation The Gemini CLI installation instruction points to a GitHub repository (`https://github.com/ABTdomain/domainkits-mcp`) without specifying a particular commit hash, tag, or branch. This introduces a supply chain risk, as the content of the repository could change at any time, potentially introducing vulnerabilities or malicious code without the user's explicit consent or awareness. Specify a stable version, tag, or commit hash in the installation URL (e.g., `https://github.com/ABTdomain/domainkits-mcp/archive/v1.0.0.zip` or `https://github.com/ABTdomain/domainkits-mcp#v1.0.0`) to ensure a consistent and verifiable installation. | LLM | Skill.md:49 |
Scan History
Embed Code
[](https://skillshield.io/report/7354873ffd2795b5)
Powered by SkillShield