skillboss-image — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skillboss-image (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.
AI image generation, upscaling, and transformation via SkillBoss.
# Text-to-image (balanced — best cost/quality tradeoff)
node ../skillboss/scripts/api-hub.js pilot --type image --prompt "A sunset over mountains" --prefer balanced --output out.png
# Text-to-image (cheapest)
node ../skillboss/scripts/api-hub.js pilot --type image --prompt "A sunset over mountains" --prefer price --output out.png
# Text-to-image (highest quality)
node ../skillboss/scripts/api-hub.js pilot --type image --prompt "A sunset over mountains" --prefer quality --output out.png
# Upscale an image
node ../skillboss/scripts/api-hub.js pilot --type image --capability upscale --image input.png --output upscaled.png
# Image-to-image transformation
node ../skillboss/scripts/api-hub.js pilot --type image --capability img2img --image input.png --prompt "Make it look like a watercolor painting" --output transformed.png`--prefer` options: price (cheapest) / quality (best) / balanced (default)
# Get a free trial key instantly (no sign-up)
node ../skillboss/scripts/skillboss auth trial
# Log in to an existing account
node ../skillboss/scripts/skillboss auth login
# Check balance
node ../skillboss/scripts/skillboss auth statusIf an API response includes _balance_warning, relay it to the user exactly as provided.
Add credits at: https://www.skillboss.co/billing
If you see [skillboss] UPDATE REQUIRED in any output:
cd ../skillboss && git pull origin mainAfter generating or editing images, consider these next steps to build on your results:
skb task image --capability upscale -b '{"image":"out.png"}'skb api call fal/remove-bg -b '{"image_url":"..."}' (use SkillBoss Image auto-select for best results)skb task image --capability img2img -b '{"image":"out.png","prompt":"watercolor style"}'skb task video --capability i2v -b '{"image":"out.png","prompt":"gentle motion"}' (see skillboss-video)skb task tts -b '{"text":"..."}'skb api call gamma/generation -b '{"prompt":"..."}'../skillboss/SKILL.md for deploymentskb api call lokuma/design -b '{"query":"..."}'skb task image -b '{"prompt":"..."}'skb api call stitch/generate-desktop -b '{"prompt":"..."}'skb task deployFor the full model list, chat, video, audio, and deployment features, see: ../skillboss/SKILL.md
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.