Visual Prompt Engine

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears benign: it generates image prompts using local reference data and optional Dribbble collection, with disclosed local history and optional automation to notice.

This skill looks appropriate for generating image prompts. Before installing, be aware that its helper scripts can fetch public Dribbble data and write local JSON files, and that prompt history may persist locally. Verify the package source before running scripts or optional dependencies, and only enable the daily cron refresh if you want ongoing background updates.

Findings (4)

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

If you run the included scripts, you are trusting code from a package with limited registry provenance.

Why it was flagged

The registry context provides limited provenance while the skill includes runnable helper scripts. This is a provenance note, not evidence of malicious behavior.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill. Code file presence: 2 code file(s)
Recommendation

Review the scripts and source location before running them, and install only from a trusted ClawHub or repository source.

What this means

Your agent may make web requests or browser visits to Dribbble from your environment.

Why it was flagged

The skill may direct the agent to use browser or scraping tools to collect public design references. This is central to the skill's purpose, but it involves third-party web access and should remain user-directed.

Skill content
Browse `https://dribbble.com/shots/popular` with a browser tool (Camofox, Playwright, etc.)... Alternative: RSS/HTML (may be blocked by WAF)
Recommendation

Use this collection workflow only when you want it, keep request counts modest, and respect the target site's terms and access limits.

What this means

Image prompt text, and potentially parts of user creative requests, may remain in a local history file and influence later outputs.

Why it was flagged

The skill keeps a local prompt history and reuses it across future prompt-generation tasks. This is disclosed and purpose-aligned for deduplication, but it is persistent context.

Skill content
Check against recent prompts in `data/prompt_history.json` to prevent repetition; Append the new prompt to history
Recommendation

Avoid using highly sensitive prompt content with this skill, or periodically clear `data/prompt_history.json` if you do not want prior prompts reused.

What this means

If you set up the cron job, the skill may periodically fetch references and update local data without a new prompt request.

Why it was flagged

The documentation describes optional recurring refresh automation. It is not installed automatically in the artifacts, but enabling it would create ongoing background activity.

Skill content
Automation (Optional) Set up a daily cron to refresh visual references
Recommendation

Only enable the cron job if you want recurring refreshes, and document where it runs and which files it updates.