Openclaw Signet
Analysis
Review before installing: the skill is mostly a local hash verifier, but its included script advertises commands that can reject, quarantine, restore, or otherwise change installed skills despite being framed as an alert-only verifier.
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.
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.
plus automatic rejection of unsigned skills, quarantine of tampered ones, trusted snapshots, and restoration
The bundled script describes high-impact actions against installed skill directories, not only hash calculation and reporting.
Free alert layer — upgrade to openclaw-signet-pro for rejection, quarantine, and trust chain restoration.
The user-facing description sets an expectation that rejection, quarantine, and restoration are not part of this skill, while the included script advertises those capabilities.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
manifest["skills"][sd.name] = {
"composite_hash": composite, "files": files,The verifier persists a trust baseline containing per-file hashes and paths, which later verification treats as authoritative.
