hdyceshiceshi

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to generate a local XMind test-case file from requirement text, with only a minor packaging mismatch to clarify.

This looks safe for its stated purpose. Before installing, check that the maintainer fixes or explains the entry-point mismatch so the skill runs the reviewed generator.py rather than a missing script path.

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

The skill may fail to run through the SKILL.md entry point unless the package metadata is corrected.

Why it was flagged

SKILL.md points to scripts/generate_xmind.py, but the provided manifest includes generator.py and skill.yaml uses generator.py instead. This is a packaging or entry-point inconsistency, not evidence of malicious behavior.

Skill content
entry:
  type: script
  command: python3 scripts/generate_xmind.py
Recommendation

Confirm which entry point is intended and update SKILL.md or include the referenced script before relying on the skill.