V19 Agent Rating

PassAudited by ClawScan on May 4, 2026.

Overview

This documentation-only rating skill is coherent, but users should verify the external Cloudflare-tunnel API before sending any agent names or governance keys.

This skill appears safe to read as documentation. Before running its curl examples, confirm that you trust the external trycloudflare.com governance service, use only non-sensitive agent names, and do not provide a private governance key unless you understand what access it grants.

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

If used, an agent name is sent to an external service and may create a registration there.

Why it was flagged

This documents a remote POST that can send an agent name and perform registration. It is presented as an example, not an automatic action, but users should approve it before running.

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

Run the registration command only intentionally, avoid sensitive identifiers in the agent name, and verify the endpoint owner first.

What this means

A private governance key could grant access to the external service if shared or exposed.

Why it was flagged

The API examples use a governance key header even though registry metadata declares no primary credential. This is purpose-aligned for an authenticated API call, but a personal key would be delegated access.

Skill content
-H "X-Governance-Key: <你的专属密钥>"
Recommendation

Use only a key you intend to share with that service, prefer least-privilege or test keys, and avoid pasting private keys into logs or public conversations.

What this means

Users may not be able to independently confirm who operates the remote API before sending data to it.

Why it was flagged

No authoritative source or homepage is provided for a skill that directs users to an external governance API, leaving service provenance unclear.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the skill owner and API endpoint through a trusted channel before using the curl examples.

What this means

Users could place more trust in the rating/certification claims than the supplied artifacts alone justify.

Why it was flagged

The skill presents verification and certification language, but the provided artifacts do not include independent evidence validating those claims.

Skill content
验证状态 ... ✅ 已认证 (V19-CERT-001)
Recommendation

Treat the certification statements as developer-provided claims unless they are independently verified.