v19-conformance-test-suite

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "v19-conformance-test-suite" with this command: npx skills add liuyanfeng1234/v19-conformance-test-suite

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一致性测试未通过,请检查日志")

公开资源

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

chat2workflow

A design-only workflow designer for the Dify and Coze platforms. Through multi-round conversation, it produces a structured workflow JSON (nodes, edges, vari...

Registry SourceRecently Updated
Automation

Nm Attune Project Init

Interactive project initialization with git setup, workflows, hooks, and build configuration. project setup, initialization, scaffold, bootstrap, new project.

Registry SourceRecently Updated
2280athola
Automation

Nm Conserve Clear Context

Automatic context management with graceful handoff to a continuation subagent at 80% usage

Registry SourceRecently Updated
1490athola
Automation

Nm Pensive Bug Review

Systematic bug hunting by detecting languages, planning reproduction, documenting defects, preparing minimal fixes, and verifying with evidence-based workflows.

Registry SourceRecently Updated
1670athola