using-metalfx-frame-interpolation
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Diagnostic Command Execution: The skill includes a shell script in the 'Visual Verification' section designed to help developers verify their implementation.
- Pattern: It uses
python3 -cto interface with the macOS Quartz framework to identify the application window andscreencaptureto save a local screenshot to/tmp. - Context: This is a common practice for graphics developers to debug rendering output. The operations are entirely local to the user's machine, do not involve network requests, and are used solely for the stated purpose of visual confirmation.
Audit Metadata