Prompt Wizard
Analysis
Prompt Wizard appears to be a coherent image-prompt helper; the main things to notice are its reliance on a bundled prompt library and a user-invoked library update command.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
requires:\n bins: [git, jq] ... /wizard update-library Fetch latest prompt library from upstream
The skill discloses a user-invoked update path that uses local command-line tooling to retrieve updated prompt-library material.
Logos/icons are silently excluded from prompts ... Silently strip any logo/icon references from the concept
The skill discloses that it may omit logo/icon requests without explicitly asking the user each time.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Every generated prompt MUST be grounded in at least one reference case from the case library. You MUST search the case library before generating any prompt.
The skill intentionally makes retrieved local reference content authoritative for prompt generation.
