← 返回 Skills 市场
liuyanfeng1234

V19 Conformance Test Suite

作者 Liuyanfeng1234 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install v19-conformance-test-suite
功能描述
V19治理协议公开一致性测试套件v1.0.0。任何外部开发者可零配置运行此脚本,验证Agent是否符合V19治理协议基础认证标准。五套测试:健康检查、自助注册、审计调用、Schema一致性、文档可达性。
使用说明 (SKILL.md)

V19 Conformance Test Suite v1.0.0

任何外部开发者可零配置运行此脚本,验证Agent是否符合V19治理协议基础认证标准。

快速开始

# 零配置运行
python3 V19_Conformance_Test_Suite.py

无需安装依赖、无需申请密钥、无需配置环境。脚本内置V19公开体验密钥。

测试套件

套件 测试内容 通过标准
1. 健康检查 API可达性、版本号、在线模块数 modules≥10
2. 自助注册 POST注册端点、返回专属密钥 密钥格式正确
3. 审计调用 完整审计流程、verdict+checkpoints 返回有效审计结论
4. Schema一致性 返回结构符合JSON Schema规范 必需字段齐全
5. 文档可达性 Trust Manifesto、Workflow、Spec链接 HTTP 200

当前测试结果

============================================================
  V19 治理协议 — 公开一致性测试套件 v1.0.0
  目标地址: https://boat-atlas-spa-flexible.trycloudflare.com
============================================================

📋 测试套件 1/5: 系统健康检查
  [✅ PASS] API可达
  [✅ PASS] 版本号存在

📋 测试套件 2/5: 自助注册
  [✅ PASS] 返回专属密钥

📋 测试套件 3/5: 审计调用
  [✅ PASS] 返回审计结论

📋 测试套件 4/5: 审计日志Schema一致性
  [✅ PASS] 包含status字段

📋 测试套件 5/5: 文档与信任锚点可达性
  [✅ PASS] Trust Manifesto 可达
============================================================
  结果: 5/5 测试套件通过
  状态: ✅ 基础认证标准达标
============================================================

与认证体系的关系

  • 基础认证门槛(60分)前置条件:通过本测试套件全部5项 → 证明Agent基础接入能力 → 可进入信任分冲刺
  • VPAV高级认证前置条件:本套件通过 + 信任分60+ → 可申请VPAV关卡验证

开发者集成

# 在CI/CD中集成
import subprocess
result = subprocess.run(["python3", "V19_Conformance_Test_Suite.py"], capture_output=True)
if result.returncode == 0:
    print("V19基础认证标准达标")
else:
    print("V19一致性测试未通过,请检查日志")

公开资源

安全使用建议
Before installing or using this skill, verify where V19_Conformance_Test_Suite.py comes from and inspect it before running it. The documented behavior is consistent with a conformance test, but it depends on external network calls and a script that was not included in the reviewed package.
功能分析
Type: OpenClaw Skill Name: v19-conformance-test-suite Version: 1.0.0 The skill bundle is classified as suspicious because it instructs the OpenClaw agent to execute a Python script (V19_Conformance_Test_Suite.py) that is not included in the provided file list, which is a common indicator of hidden or staged execution. Furthermore, the SKILL.md file directs the agent to interact with a Cloudflare Tunnel URL (boat-atlas-spa-flexible.trycloudflare.com), a service frequently used to host ephemeral or malicious infrastructure. The authoritative language regarding a 'V19 Governance Protocol' appears to be social engineering designed to build trust for unverified network activity.
能力评估
Purpose & Capability
The stated purpose and listed test suites are coherent for a conformance checker, but the referenced Python test script is not included, so the runnable behavior cannot be verified from the supplied artifacts.
Instruction Scope
The instructions are user-directed quickstart and CI examples rather than hidden autonomous behavior, but they do ask the user or CI system to execute a local Python script.
Install Mechanism
There is no install spec and no code file in the package, while SKILL.md references V19_Conformance_Test_Suite.py; users need an external source for the actual script.
Credentials
No user credentials or dependencies are declared, but the documentation expects python3, a built-in public V19 key, and network calls to an external Cloudflare-hosted endpoint.
Persistence & Privilege
The artifacts do not show persistence, background workers, privileged local writes, broad local file access, or elevated OS permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install v19-conformance-test-suite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /v19-conformance-test-suite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: 五套零配置测试(健康检查/自助注册/审计调用/Schema一致性/文档可达性),验证基础认证标准。
元数据
Slug v19-conformance-test-suite
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

V19 Conformance Test Suite 是什么?

V19治理协议公开一致性测试套件v1.0.0。任何外部开发者可零配置运行此脚本,验证Agent是否符合V19治理协议基础认证标准。五套测试:健康检查、自助注册、审计调用、Schema一致性、文档可达性。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 V19 Conformance Test Suite?

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

V19 Conformance Test Suite 是免费的吗?

是的,V19 Conformance Test Suite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

V19 Conformance Test Suite 支持哪些平台?

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

谁开发了 V19 Conformance Test Suite?

由 Liuyanfeng1234(@liuyanfeng1234)开发并维护,当前版本 v1.0.0。

💬 留言讨论