Share of Model Strategist

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a benign marketing-strategy helper, with only a documentation/package mismatch in the example script command.

This skill looks safe for strategy drafting. Before using its helper command, verify the correct script name and arguments, and avoid downloading or running substitute scripts not included in the reviewed package.

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

A user following the example may try to run a missing script or look for unreviewed code elsewhere.

Why it was flagged

The documented command references scripts/build_som_strategy.py and options such as --output, but the provided file is scripts/build_strategy.py and its argparse interface accepts --brand, --category, --current, and --target. This mismatch may cause failed execution or confusion, but the included code itself is simple and purpose-aligned.

Skill content
python scripts/build_som_strategy.py --brand "YourBrand" --category "YourCategory" --output strategy.md
Recommendation

Use only the included reviewed script, or ask the publisher to correct the script name and documented arguments before relying on the helper command.