Divination

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears coherent and low-risk for divination, with the main user-visible consideration being that it asks the agent to run bundled shell scripts for random draws.

This looks suitable if you want an oracle/divination helper and are comfortable with the agent running the bundled bash scripts to generate random draws. Review the scripts before use if your environment treats local command execution as sensitive.

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.

What this means

When the skill is used, the agent may run bundled shell scripts on the local system to produce divination results.

Why it was flagged

The skill explicitly asks the agent to run local shell scripts. That is expected for this skill's randomness mechanism, but users should notice the local code-execution requirement.

Skill content
All scripts are in `scripts/` and must be executed via the `exec` tool.
Recommendation

Install only if you are comfortable allowing this skill's bundled scripts to run, and keep normal tool-approval controls for local command execution.

What this means

Users have less external context for verifying who maintains the bundled scripts and reference data.

Why it was flagged

The skill has limited provenance information. Because it includes scripts intended for execution, users should treat the source gap as something to review, though the artifacts do not show hidden downloads or remote installation.

Skill content
Source: unknown
Homepage: none
Recommendation

Prefer installing from trusted registries or after reviewing the bundled files, especially because the skill uses local script execution.