Consensus
Analysis
The skill does not show credential theft or exfiltration, but its advertised consensus/security-analysis purpose does not match the included generic local data-store script.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
description: "Analyze consensus operations. Use when you need to understand consensus mechanisms, evaluate protocol security..." ... "add": Add new entry ... "list": List all entries ... "remove": Remove entry by number
The skill is framed as a consensus/protocol-security analysis aid, but its own command documentation is a generic local entry manager rather than consensus-specific analysis guidance.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
DATA_DIR="${CONSENSUS_DIR:-$HOME/.consensus}" ... printf '{"ts":"%s","cmd":"%s","val":"%s"}\n' ... >> "$DATA_DIR/data.jsonl"User-provided entries are persisted to a local JSONL file and can later be listed, searched, or exported.
