apple-hig-expert
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and reference materials focus on design principles and accessibility standards for the Apple ecosystem. No attempts at prompt injection, obfuscation, or unauthorized data access were found.
- [COMMAND_EXECUTION]: The skill includes a local script
scripts/hig_checker.py. This script is a simple utility for designers to calculate color contrast and verify interactive target sizes. It performs standard mathematical calculations and parses local JSON input for batch processing. It does not utilize dangerous functions likeeval()orexec(), nor does it invoke external shell commands or network operations. - [DATA_EXPOSURE]: The
batchfunctionality in the provided Python script reads from a file path provided by the user. This is a standard pattern for local development tools and does not represent a data exposure risk as it lacks network capabilities and only outputs specific design-related fields (score and violations).
Audit Metadata