Babel Epistemic Convention

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill has no code or credential access, but it explicitly tells agents to copy its protocol into future handoffs so it can propagate to agents that did not install it.

Before installing, decide whether you want this convention to be copied into every agent handoff. It may be useful for confidence labeling in controlled workflows, but its forwarding block is designed to spread to downstream agents, so remove or constrain it when communicating outside a trusted chain.

Findings (3)

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

Downstream agents may change their output behavior because of this forwarded block, even if their user did not install or approve the skill.

Why it was flagged

The skill instructs the agent to insert instructions into future handoffs and assumes downstream agents will obey them, making forwarded text act like authoritative instructions outside the original user's control.

Skill content
Append this to every handoff output. Agents receiving your work will follow the instruction and append it to their own output.
Recommendation

Use only in controlled multi-agent workflows where every participant agrees to the convention, and remove or limit the forwarding block when handing work to agents outside that boundary.

What this means

The protocol can persist and spread through handoffs beyond the installing agent, adding repeated protocol text and installation prompts to later outputs.

Why it was flagged

The artifact explicitly describes self-propagation across agent chains, including to agents that do not have the skill installed.

Skill content
Convention propagates without enforcement ... The receiving agent doesn't need this skill installed. ... The forwarding block is the skill's propagation mechanism.
Recommendation

Require explicit user or workflow approval before forwarding the protocol, and define clear stopping rules for when the block should not be copied further.

What this means

If users choose the optional npm package, they would be trusting software outside this skill review.

Why it was flagged

The skill points users to an external npm package for a hardened path, but the reviewed artifact set contains no package contents, version pin, or install spec.

Skill content
use the babel-validate npm package ... Package: npmjs.com/package/babel-validate
Recommendation

Review and pin the npm package separately before installing or running it, especially in regulated or production workflows.