← Back to Skills Marketplace
liuyanfeng1234

V19 Conformance Test Suite

by Liuyanfeng1234 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install v19-conformance-test-suite
Description
V19治理协议公开一致性测试套件v1.0.0。任何外部开发者可零配置运行此脚本,验证Agent是否符合V19治理协议基础认证标准。五套测试:健康检查、自助注册、审计调用、Schema一致性、文档可达性。
README (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一致性测试未通过,请检查日志")

公开资源

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install v19-conformance-test-suite
  3. After installation, invoke the skill by name or use /v19-conformance-test-suite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: 五套零配置测试(健康检查/自助注册/审计调用/Schema一致性/文档可达性),验证基础认证标准。
Metadata
Slug v19-conformance-test-suite
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is V19 Conformance Test Suite?

V19治理协议公开一致性测试套件v1.0.0。任何外部开发者可零配置运行此脚本,验证Agent是否符合V19治理协议基础认证标准。五套测试:健康检查、自助注册、审计调用、Schema一致性、文档可达性。 It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.

How do I install V19 Conformance Test Suite?

Run "/install v19-conformance-test-suite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is V19 Conformance Test Suite free?

Yes, V19 Conformance Test Suite is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does V19 Conformance Test Suite support?

V19 Conformance Test Suite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created V19 Conformance Test Suite?

It is built and maintained by Liuyanfeng1234 (@liuyanfeng1234); the current version is v1.0.0.

💬 Comments