Flutter AppStore Doc UI Kit

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill coherently generates local App Store documentation, UI mockups, and icons, with only expected local script execution and optional OpenAI image-generation access to review.

This skill appears safe to install for its stated purpose. Before using it, choose a dedicated output folder, review each approval gate, and only enable the OpenAI image-generation option if you are comfortable using your API key and sending prompt-level app concept details to the provider.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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

Running the skill may create local documentation, UI, and icon files in the selected output folder.

Why it was flagged

The skill directs the agent/user to run a local Python helper script, but the script is included in the artifact set and its behavior is aligned with generating the requested deliverable files.

Skill content
python3 scripts/generate_appstore_pack.py \
  --app-name "SnapSort" \
  --out ./out/snapsort
Recommendation

Use an output directory you intend to populate, and review generated files before using them in an App Store submission.

What this means

If you choose AI image generation, your OpenAI account may be used and billed according to your provider settings.

Why it was flagged

The optional AI image-generation path requires an OpenAI API key, which is expected for the stated image-generation capability and is disclosed rather than hidden.

Skill content
Required auth:
- `OPENAI_API_KEY` in environment (or another confirmed image model backend configured by user).
Recommendation

Set the API key only when you want AI image generation, and use a key with appropriate account controls or spending limits.

What this means

App concept details and page descriptions used in prompts may be sent to the configured image model provider.

Why it was flagged

The script sends generated UI prompts to OpenAI for image generation. The prompts are derived from the approved app document and page names, and this provider use is disclosed by the skill.

Skill content
url = "https://api.openai.com/v1/images/generations"
Recommendation

Do not use the AI image path with confidential product details unless you are comfortable sending those prompt details to the provider.