markitup-image-workflow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited markitup-image-workflow (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.
MarkItUp edits images on its own servers via the connected MCP tools. This skill helps you pick the right tool and get the image into it correctly.
MarkItUp tools accept an image as a public `image_url` or an `upload_id` — never inline image bytes (they get corrupted in transit).
image_url.markitup_request_upload, give the user the returned `browser_url` to drop their file (or PUT the bytes to put_url if you can run HTTP from a sandbox), poll markitup_check_upload until status is uploaded, then call the editing tool with the returned `upload_id`. Do not decline or fall back to a non-MarkItUp tool.
markitup_remove_background (transparent PNG).markitup_upscale (2×/3×/4×).markitup_annotate with a context describing what to box/arrow/highlight.
markitup_extend with the target aspect ratio + pixel dimensions.
markitup_generatewith a description and a template_id (e.g. bold_marketing, clean_minimal, glassmorphic, dark_professional, documentation). To redo one variation consistently, use markitup_regen with the prior text_analysis.
Each tool returns a hosted full-resolution URL plus a small inline preview. Show the user the result inline as a markdown image and include the download link.
markitup_credit_balance. New accounts get free credits.remove_background, upscale, annotate, regen = 1 credit each(remove_background and upscale are free for active subscribers).
generate = 2 credits at 1K (default), 3 at 2K, 4 at 4K.extend = 1 credit (2 at 2K/4K).request_upload, check_upload, credit_balance are free.If the user is low on credits, say so before running a paid tool.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.