Hallucination Check

PassAudited by ClawScan on May 9, 2026.

Overview

This skill is a coherent hallucination-checking helper, but users should notice that it relies on an unpinned external Python package installed manually.

This appears safe to use as a user-invoked hallucination-checking helper. Before installing, check that the `uqlm` package is the expected package and consider using a pinned version; also be aware that the included artifacts do not contain the advertised CLI/module implementation.

Findings (1)

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.