扫描报告
15 /100
vmware-vks
AI-powered VMware vSphere with Tanzu (VKS) management — 20 MCP tools for Supervisor clusters, vSphere Namespaces, and TKC cluster lifecycle
Documentation-only skill for VMware VKS management with clear, reasonable security claims and no malicious indicators; actual functionality resides in an external PyPI package.
可以安装
The skill is low-risk but relies entirely on external package security. Consider pinning to a specific version and verifying the PyPI package hash before installation.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | External package dependency | SKILL.md:1 |
| 低危 | Plaintext credential storage in .env | references/setup-guide.md:56 |
| 低危 | SSL verification opt-out supported | references/setup-guide.md:30 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 命令执行 | WRITE | NONE | ✓ 一致 | SKILL.md declares Bash tool but contains no scripts; actual shell access would b… |
| 网络访问 | READ | READ | ✓ 一致 | Outbound connections limited to configured vCenter host only (per security docum… |
| 环境变量 | NONE | READ | ✓ 一致 | Requires VMWARE_VKS_CONFIG and credential environment variables per metadata |
1 项发现
提示 邮箱 邮箱地址
[email protected] references/setup-guide.md:53 目录结构
5 文件 · 23.9 KB · 615 行 Markdown 4f · 577L
JSON 1f · 38L
├─
▾
evals
│ └─
evals.json
JSON
├─
▾
references
│ ├─
capabilities.md
Markdown
│ ├─
cli-reference.md
Markdown
│ └─
setup-guide.md
Markdown
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
vmware-vks | * | PyPI | 否 | Version not pinned; external package not included in skill bundle |
安全亮点
✓ MIT-licensed with auditable source code at github.com/zw008/VMware-VKS
✓ 12/20 tools are read-only (60% read-only ratio)
✓ Dry-run defaults for all create operations
✓ Double confirmation required for destructive operations (delete_namespace, delete_tkc_cluster)
✓ Safety guards that prevent orphaned clusters and data loss
✓ No eval, exec, or subprocess calls with user-controlled data (per documentation)
✓ Network egress limited to user-configured vCenter only
✓ MCP transport uses stdio only (no listening ports)
✓ All write operations audit-logged to ~/.vmware-vks/audit.log
✓ No suspicious indicators: no base64, no direct IPs, no curl|bash patterns