可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
5 /100
vmware-aria
VMware Aria Operations monitoring skill with 27 MCP tools for resources, alerts, capacity planning, anomaly detection, and report automation
This is a well-documented VMware Aria Operations monitoring skill with no executable code present. All declared capabilities are appropriate for the tool's purpose, with strong security practices including audit logging, credential isolation, HTTPS-only communication, and read-heavy operation design.
技能名称vmware-aria
分析耗时31.0s
引擎pi
可以安装
No action required. This skill is safe for use.
资源类型声明权限推断权限状态证据
命令执行 WRITE WRITE ✓ 一致 SKILL.md:allowed-tools:[Bash] → Bash→shell:WRITE
网络访问 READ READ ✓ 一致 Aria Operations API over HTTPS only, documented in Architecture section
文件系统 NONE NONE No file operations declared or present in documentation
2 项发现
🔗
中危 外部 URL 外部 URL
https://aria-ops.example.com/suite-api/api/auth/token/acquire
references/setup-guide.md:219
📧
提示 邮箱 邮箱地址
[email protected]
references/setup-guide.md:136

目录结构

5 文件 · 33.4 KB · 1009 行
Markdown 4f · 971L JSON 1f · 38L
├─ 📁 evals
│ └─ 📋 evals.json JSON 38L · 1.3 KB
├─ 📁 references
│ ├─ 📝 capabilities.md Markdown 94L · 4.3 KB
│ ├─ 📝 cli-reference.md Markdown 299L · 6.5 KB
│ └─ 📝 setup-guide.md Markdown 237L · 4.7 KB
└─ 📝 SKILL.md Markdown 341L · 16.7 KB

安全亮点

✓ Documentation is comprehensive and transparent about all 27 tools
✓ Read-heavy design: 21 read-only tools vs 6 write tools
✓ All write operations (acknowledge, cancel, create alert def, etc.) are audit-logged
✓ Credentials stored in environment variables only, never in config files
✓ .env file permissions enforced with chmod 600 requirement
✓ Token-based authentication with 30-minute expiry and automatic refresh
✓ Prompt injection defense via _sanitize() function
✓ HTTPS-only communication with Aria Operations API
✓ Input validation for resource_id, alert_id, and criticality enum values
✓ MCP server uses stdio transport (local-only, no network listener)
✓ Companion vmware-policy skill provides additional audit/policy enforcement