← 返回 Skills 市场
kasture-rohit

VCF Regulatory Compliance

作者 Rohit Kasture · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vcf-compliance-mcp
功能描述
An MCP server that interfaces with VMware Aria Operations to run regulatory compliance checks (ISO 27001, PCI DSS, CIS, etc.) against the VCF environment.
安全使用建议
This skill appears to do what it says, but review a few operational-security items before installing: 1) Only provide ARIA_OPS_API_TOKEN that has the minimum privileges needed for read-only compliance queries and rotate the token regularly. 2) Run the MCP server on a host with restricted network access and ensure ARIA_OPS_HOST points to your internal Aria Operations instance (do not point to unknown external hosts). 3) Note server.py disables TLS verification (verify=False) to allow self-signed certs — accept this only if you trust the network path; consider replacing with a CA-trusted cert or enabling verification. 4) Inspect the included server.py yourself (or with your security team) before supplying secrets. 5) If you plan to allow autonomous invocation, be aware the agent could call the tool automatically — restrict token scope and monitor usage/logging.
功能分析
Type: OpenClaw Skill Name: vcf-compliance-mcp Version: 1.0.1 The skill contains a security vulnerability in server.py where SSL certificate verification is explicitly disabled (verify=False), which could expose the ARIA_OPS_API_TOKEN to Man-in-the-Middle (MitM) attacks. Additionally, the script includes a hardcoded simulated payload that returns mock compliance data if the API call fails, which might lead an AI agent to report fabricated security status as factual.
能力评估
Purpose & Capability
The skill declares ARIA_OPS_HOST and ARIA_OPS_API_TOKEN and the server.py uses exactly those environment variables to call Aria Operations suite-api endpoints for compliance alerts. Required inputs and the described capability (VCF/Aria compliance checks) are coherent.
Instruction Scope
SKILL.md only instructs installing dependencies and launching the included MCP server with the two Aria env vars. The runtime code only reads those env vars and queries the specified Aria host. Note: the code disables TLS verification (verify=False) and suppresses insecure-cert warnings to accommodate self-signed VCF certs — this is understandable for private infra but is a security consideration (MITM risk) and should be accepted only for trusted internal endpoints.
Install Mechanism
No automated install/download is present; this is instruction-only with a requirements.txt. The user must run pip install -r requirements.txt — no remote arbitrary archive downloads or obscure installers were included.
Credentials
Only ARIA_OPS_HOST and ARIA_OPS_API_TOKEN are required, which are appropriate and proportional for querying VMware Aria Operations. No unrelated secrets, system paths, or extra credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or system-wide configuration changes. It runs as a user-launched MCP server and does not alter other skills or agent-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vcf-compliance-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vcf-compliance-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a homepage link to SKILL.md for easier access to documentation and source. - Updated version number to 1.0.1.
v1.0.0
- Initial release of vcf-compliance-mcp (version 1.0.0). - Provides an MCP server to interface with VMware Aria Operations for compliance checks on VCF environments. - Supports audit reporting for frameworks including ISO 27001, PCI DSS, and CIS. - Introduces the native get_vcf_compliance_status tool for instant compliance status queries. - Requires ARIA_OPS_HOST and ARIA_OPS_API_TOKEN environment variables for configuration.
元数据
Slug vcf-compliance-mcp
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

VCF Regulatory Compliance 是什么?

An MCP server that interfaces with VMware Aria Operations to run regulatory compliance checks (ISO 27001, PCI DSS, CIS, etc.) against the VCF environment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 VCF Regulatory Compliance?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vcf-compliance-mcp」即可一键安装,无需额外配置。

VCF Regulatory Compliance 是免费的吗?

是的,VCF Regulatory Compliance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VCF Regulatory Compliance 支持哪些平台?

VCF Regulatory Compliance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VCF Regulatory Compliance?

由 Rohit Kasture(@kasture-rohit)开发并维护,当前版本 v1.0.1。

💬 留言讨论