Business Plan Cn
ReviewAudited by ClawScan on May 10, 2026.
Overview
This skill mostly matches a business-plan generator, but it also includes an unrelated content-tool script that stores command history locally without being described in the skill instructions.
Review the included shell scripts before installing or invoking this skill. If you use it, prefer the business-plan-specific bp.sh behavior and avoid entering confidential startup details unless you are comfortable with local history logging.
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.
The agent may run code whose behavior does not match the advertised business-plan generator, causing unexpected outputs and local state changes.
This included script uses the skill's CLI name but implements an unrelated Chinese content creation tool rather than the business-plan commands described in SKILL.md.
# business-plan-cn - Chinese content creation tool ... Commands: write, title, outline, polish, hashtag, platform, hot, template, translate, proofread
Treat this package as needing review before use; the publisher should remove the unrelated script or clearly document why it is included and how it is invoked.
Business ideas, project names, or other user-provided topics may remain on disk after use and could be read later by other local processes or users.
The script creates persistent local storage and appends command inputs to a history log, while SKILL.md does not disclose this logging behavior.
DATA_DIR="${BUSINESS_PLAN_CN_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/business-plan-cn}" ... _log() { echo "$(date '+%m-%d %H:%M') $1: $2" >> "$DATA_DIR/history.log"; }Use only with non-sensitive inputs unless you have inspected the script. The skill should disclose logging, provide an opt-out, and document how to delete stored history.
