Lucky Day

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a simple local date-selection skill with no credentials, network access, persistence, or broad file access shown.

This skill looks low risk based on the provided artifacts. It will run a local Python script to calculate auspicious dates, but it does not request credentials, install packages, access the network, persist data, or modify files.

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

Using the skill runs local Python code from the skill package, but the reviewed code appears limited to calculating and printing auspicious date recommendations.

Why it was flagged

The skill is designed to execute an included local Python helper script to answer the user's query. This is disclosed and purpose-aligned, and the provided script does not show network, file-write, or credential behavior.

Skill content
python3 "{baseDir}/lucky.py" 嫁娶
Recommendation

Only install if you are comfortable running the included local Python script; no additional permissions or credentials are indicated.