V19 Code Memory Triplet Store

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 easily verify who operates the external service or inspect its implementation from these artifacts.

Why it was flagged

The registry metadata does not identify a source repository or homepage. Because the skill directs users to an external service, users have limited provenance information from the supplied artifacts.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the provider and endpoint before relying on it for important or private code-memory workflows.

What this means

A private governance key could grant access to the external V19 service if exposed or reused carelessly.

Why it was flagged

The skill uses a governance API key in request headers. This is purpose-aligned for the described V19 service, but private keys should be treated as sensitive credentials.

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

Use the public demo key only for public testing, keep private keys out of shared logs and prompts, and rotate any key that may have been exposed.

What this means

Search queries, code identifiers, or registration names entered into these examples may leave the local environment.

Why it was flagged

The retrieval example sends query data to an external trycloudflare.com endpoint. The artifacts do not describe service identity, retention, or data-handling boundaries.

Skill content
curl -s https://boat-atlas-spa-flexible.trycloudflare.com/governance/knowledge ... -d '{"query":"trust_score","mode":"triplet"}'
Recommendation

Do not send proprietary code, secrets, or sensitive project names unless you trust the external service and understand its data handling.

What this means

Incorrect or outdated triplet associations could mislead future code searches or governance decisions.

Why it was flagged

The skill is explicitly about storing and retrieving persistent code-knowledge-context triplets. Persistent retrieved context can become stale, incorrect, or over-trusted if not validated.

Skill content
三元组存储在V19知识拓扑中扮演关键角色
Recommendation

Treat retrieved triplets as references, not authoritative truth; verify code locations and knowledge claims before acting on them.