vl-screenshot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vl-screenshot (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.
Create a review folder that lets the team see an entire frontend flow at a glance, click through screenshots in-page, and download the screenshots as a zip for sharing.
The folder should contain:
01-start.png, 02-empty-state.png, 03-results.png.index.html, a clickable contact sheet with a two-column desktop grid and in-page previous/next screenshot viewer.screenshots.zip, a downloadable zip of the matched screenshots for sharing in Slack, email, or issue comments.Default folder naming:
~/Desktop/<feature-name>-screenshotsindex.html with scripts/build_contact_sheet.py.index.html.Prefer full-page screenshots for flows with cards, lists, or long forms.
Example with an agent-browser style CLI:
agent-browser open "$URL"
agent-browser wait 1200
agent-browser screenshot --full "$OUT/01-start.png"Use a named browser session when auth or cookies matter:
AGENT_BROWSER_SESSION=feature-review agent-browser open "$URL"
AGENT_BROWSER_SESSION=feature-review agent-browser screenshot --full "$OUT/01-start.png"If the UI depends on queued jobs, external services, or backend states, create a temporary staging helper that:
Do not hand off screenshots that only show loading states unless those states are intentionally under review.
From the skill directory, run:
python3 scripts/build_contact_sheet.py \
~/Desktop/<feature-name>-screenshots \
--title "<Feature Name> Review" \
--subtitle "Full flow screenshots. Click any image for detail."The generated index.html uses a responsive two-column grid on desktop and one column on small screens. Clicking a screenshot opens an in-page viewer with previous, next, close, Escape, left-arrow, and right-arrow controls. By default it also creates screenshots.zip and adds a download link at the top of the page.
Useful options:
--columns 2
--pattern '*.png'
--zip-name screenshots.zip
--no-zip
--openscripts/build_contact_sheet.py creates a responsive index.html contact sheet from screenshots in a review folder.When asked to make a handoff document, include:
Before final response:
index.html exists and opens.screenshots.zip exists unless --no-zip was used.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.