CORE CONSTITUTION MANIFEST API Spec v1.0.2

PassAudited by VirusTotal on May 5, 2026.

Overview

Type: OpenClaw Skill Name: v19-constitution-api-spec Version: 1.0.2 The skill bundle consists solely of metadata and a technical specification (SKILL.md) for a governance API. It defines endpoints for constitution validation, system status, and auditing, and provides a public experience key (v19-e5d585e28439decc614f09f91c4caa8c) for testing. There is no executable code, and the instructions are purely descriptive of API interactions without any malicious intent or prompt injection.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If a user connects to the referenced API, they may create or use governance service credentials; the embedded key should be treated as a public demo key, not a private secret.

Why it was flagged

The document describes an authentication header, includes a public/demo key, and describes external-agent registration for dedicated keys. This is expected for an API spec, but users should recognize it as credential/account-related behavior if they use the API.

Skill content
认证:X-Governance-Key Header(可选) ... 公开体验密钥 ... v19-e5d585e28439decc614f09f91c4caa8c ... 外部 Agent 可通过此端点自助注册,获取专属认证密钥
Recommendation

Use only scoped or test credentials, confirm the real service owner and base URL before registering, and avoid placing personal secrets directly in prompts or shared logs.

What this means

Installing the referenced test suite could introduce additional instructions or capabilities not assessed in this review.

Why it was flagged

The skill references installing a separate ClawHub package for conformance testing. This is not automatically executed by this instruction-only skill, but that separate package is outside the provided review artifacts.

Skill content
clawhub install v19-conformance-test-suite
Recommendation

Review the referenced conformance test suite separately before installing or running it.