app-screenshot-studio-d536e0 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited app-screenshot-studio-d536e0 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
End-to-end App Store screenshot pipeline for indie iOS developers. From raw Simulator capture to upload-ready assets organized by device, locale, and template style.
Stage 1 — Capture (optional): Takes raw UI screenshots from the Xcode Simulator using xcrun simctl.
Stage 2 — Generate Copy: Produces locale-aware headlines + sublines for each screenshot frame.
Stage 3 — Composite: Renders styled screenshot images using Pillow — background, device mockup area, app UI screenshot, and text overlay.
Stage 4 — Organize: Outputs a folder structure compatible with asc CLI and App Store Connect upload.
Ask the developer for the following (or infer from context if already provided):
Required:
Screenshot source (choose one):
Template style (choose one, or generate previews for all):
minimal — white/light background, small device frame, centered text, clean typographybold — full-bleed gradient background, large text, high contrast, punchydark — dark/black background, device glow effect, premium feeleditorial — magazine-style layout, diagonal composition, text beside deviceflat — no device frame, full-bleed app UI with text overlay bar at top or bottomDevice targets (default: iPhone 6.9" + iPad 13"):
Read references/device_specs.md for the full device dimensions table.cat > "$REPO/skills/shotkit/scripts/install_deps.sh" << 'EOF'
#!/bin/bash
set -e
echo "📦 Installing shotkit dependencies..."
if ! command -v python3 &>/dev/null; then
echo "❌ Python 3 not found. Install via: brew install python3"
exit 1
fi
echo "✅ Python $(python3 --version) found"
pip3 install Pillow --quiet --break-system-packages 2>/dev/null \
|| pip3 install Pillow --quiet 2>/dev/null \
|| { echo "❌ Pillow install failed. Try: pip3 install Pillow"; exit 1; }
echo "✅ Pillow installed"
if command -v xcrun &>/dev/null; then
echo "✅ xcrun found (Xcode present)"
else
echo "⚠️ xcrun not found. Simulator capture will not work."
fi
echo ""
echo "✅ Dependencies ready."~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.