visual-feedback-loop
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The reference Next.js implementation in
references/setup-nextjs.mdutilizesexecSyncto retrieve the current git commit hash and repository status. These commands are static, hardcoded, and used exclusively for generating metadata sidecars for captured screenshots. - [EXTERNAL_DOWNLOADS]: The skill documentation suggests the use of the
magick(ImageMagick) command-line utility for performing visual regression testing and pixel-diffing between screenshots. - [COMMAND_EXECUTION]: The skill processes screenshot data provided via a
POSTrequest to/api/dev-screenshot. The server-side code inreferences/setup-nextjs.mddecodes the base64 image data and writes it to a local.screenshots/directory using timestamped filenames.
Audit Metadata