Hallucination Check

PassAudited by VirusTotal on May 9, 2026.

Overview

Type: OpenClaw Skill Name: hallucination-check Version: 1.0.0 The skill bundle describes a utility for detecting LLM hallucinations using the 'uqlm' library and rule-based fallbacks. The provided files (_meta.json, SKILL.md, clawhub.json) contain only metadata and documentation, with no evidence of malicious code, data exfiltration, or harmful prompt injection. The tool's stated purpose is aligned with security best practices, recommending checks before critical operations like code execution.

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

Installing the dependency will run third-party package code on the user's system, so package provenance and version matter.

Why it was flagged

The skill depends on an external PyPI package but does not pin a version or provide a lockfile/install spec. This is aligned with the hallucination-checking purpose, but users should verify the dependency source before installing.

Skill content
requires:
  pip: [uqlm]
...
# Install
pip install uqlm
Recommendation

Verify the `uqlm` package on PyPI before installing, consider pinning a known-good version, and prefer a skill release that includes a clear install spec or lockfile.