V19 Trust Engine

AdvisoryAudited by Static analysis on May 4, 2026.

Overview

No suspicious patterns detected.

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

Users cannot verify from the registry metadata who operates the external governance endpoint.

Why it was flagged

The skill has no code or install package, but the external service provenance is not established by source or homepage metadata.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the operator and intended service before registering an agent or relying on generated trust scores.

What this means

Running the examples will send the provided agent name and requests to the external V19 governance service.

Why it was flagged

The skill documents remote API calls via curl, including self-registration with an external endpoint. These are user-directed examples and are aligned with the stated trust-engine purpose.

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

Run the curl commands only when you intend to interact with that service, and review the endpoint before submitting registration data.

What this means

The generated Pro key may grant access to your V19 trust-score or governance functions for that service.

Why it was flagged

The skill uses service-specific governance keys, including a generated Pro key. This is expected for the V19 API, and there is no artifact evidence of unrelated credential access or leakage.

Skill content
X-Governance-Key: <你的专属密钥> ... 系统自动返回专属Pro密钥
Recommendation

Treat any returned Pro key as a secret and do not paste it into unrelated chats, logs, or public files.

What this means

The service may retain agent activity, audit outcomes, and trust status, and some certification status may be displayed on a governance dashboard.

Why it was flagged

The trust score depends on stored audit results and activity history over time, implying persistent service-side state. This is core to the stated purpose but should be noticed.

Skill content
所有 `/governance/audit` 调用的 PASS/FAIL 比率 ... 12小时心跳制 ... 连续7天无调用 → 信任分自动归零
Recommendation

Only submit agent identifiers, manifests, or audit data that you are comfortable having processed and potentially reflected in the V19 governance system.