V19 Causal Dependency Analyzer

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

The analysis results and availability depend on an external service operated outside the reviewed package.

Why it was flagged

The skill depends on an externally hosted trycloudflare.com service for its core analysis behavior; with no code files supplied, the implementation and service provenance cannot be verified from the artifacts.

Skill content
curl -s -X POST https://boat-atlas-spa-flexible.trycloudflare.com/governance/causal-path-graph
Recommendation

Verify the service owner and endpoint before relying on it, and treat outputs as advisory unless you trust the provider.

What this means

Operational incidents, workflow constraints, or system-design details included in the request could be disclosed to the external service.

Why it was flagged

The documented API call posts event sequences and protocol constraints to a remote service, but the artifact does not describe retention, privacy handling, or data-boundary guarantees.

Skill content
"events": [...], "mode": "responsibility_chain", "protocols": [...]
Recommendation

Avoid sending confidential incident data, internal protocol details, or regulated information unless the endpoint and its data handling are approved.

What this means

Users may not realize the external service has its own access key or registration flow.

Why it was flagged

The service uses a governance-key header and provides a public demo key; this is purpose-aligned for the API, but no credential requirement is declared in the registry metadata.

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

Use only service keys you are comfortable sharing with this endpoint, and do not reuse sensitive credentials as governance keys.

What this means

Users could over-trust the service based on unverifiable validation language.

Why it was flagged

The artifact makes audit/trust-anchor claims, but the supplied package does not include independent evidence validating those claims.

Skill content
已在 V89审计链中验证 ... ## 信任锚点
Recommendation

Treat the trust claims as marketing or context unless independently verified through trusted sources.