Screenshot Capture Testing — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Screenshot Capture Testing (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.
Cross-platform screenshot capture for visual testing, UI verification, and automated comparison. Supports full screen, specific app/window, and pixel region captures.
screencapture -x output/screen.pngscreencapture -x -R100,200,800,600 output/region.pngscreencapture -x -l12345 output/window.pngscreencapture -x -i output/interactive.png# Full screen
scrot output/screen.png
# Pixel region
scrot -a 100,200,800,600 output/region.png
# Active window
scrot -u output/window.pnggnome-screenshot -f output/screen.png
gnome-screenshot -w -f output/window.pngimport -window root output/screen.png
import -window root -crop 800x600+100+200 output/region.png# Full screen
powershell -ExecutionPolicy Bypass -File take_screenshot.ps1
# Pixel region
powershell -ExecutionPolicy Bypass -File take_screenshot.ps1 -Region 100,200,800,600
# Active window
powershell -ExecutionPolicy Bypass -File take_screenshot.ps1 -ActiveWindow--region to isolate a single display when neededcommand -v scrot, command -v gnome-screenshot~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.