audit_asset_integrity
Detect PNG exports with sliced bottom content by analyzing per-pixel luminance variance in the bottom strip. Identifies UI content cut off at the edge.
Instructions
Detect PNG exports whose content is sliced/cut off at the bottom edge (e.g. a Figma export that ended mid-form). Dimension/ratio checks cannot catch cut content inside a correctly-sized file; this measures per-pixel luminance variance in the bottom strip — uniform background = clean, high-variance UI content running into the edge = likely-sliced. Accepts filesystem paths to PNGs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_paths | Yes | Filesystem paths to PNG files to check for sliced/cut-off bottom content. |