V19 Coherence Auditor

PassAudited by ClawScan on May 4, 2026.

Overview

This instruction-only skill is coherent, but it asks users to contact an external V19 service and use a governance key or register an agent name.

Before installing or using this skill, verify that you trust the V19 service and its trycloudflare.com endpoint. Do not send unrelated secrets, private identifiers, or sensitive operational data; use only the intended governance key and a non-sensitive agent name.

Findings (4)

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

Using the examples will contact a remote V19 endpoint and may reveal that the user or agent is using this skill.

Why it was flagged

The skill documents direct external API calls. This is aligned with the governance-dashboard purpose, but users should notice that it sends requests outside the local environment.

Skill content
curl -s https://boat-atlas-spa-flexible.trycloudflare.com/governance/coherence ... -H "X-Governance-Key: <你的专属密钥>"
Recommendation

Only run the curl commands if you trust the V19 service and understand what data is being sent.

What this means

A governance key may identify or authorize access to the V19 service.

Why it was flagged

The skill uses a governance API key header, including a public demo key and a placeholder for a user-specific key. This appears expected for the service, with no evidence of unrelated credential use.

Skill content
-H "X-Governance-Key: <你的专属密钥>" ... 公开密钥: `v19-e5d585e28439decc614f09f91c4caa8c`
Recommendation

Use only keys intended for this V19 service, and avoid pasting unrelated secrets or account credentials.

What this means

Users have limited information to verify who operates the remote endpoint or how it handles requests.

Why it was flagged

The skill installs no code, but the registry metadata does not provide source or homepage provenance for the referenced service.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and external endpoint before using private keys or operational data.

What this means

The remote service may store or associate the submitted agent name with requests.

Why it was flagged

The self-registration example sends an agent name to an external governance endpoint. This is purpose-aligned, but it creates an external data boundary.

Skill content
curl -s -X POST https://boat-atlas-spa-flexible.trycloudflare.com/governance/register ... -d '{"agent_name":"你的Agent名称"}'
Recommendation

Use a non-sensitive agent name and avoid submitting private identifiers unless you trust the service.