ios-hig-design-guide
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads official design documentation from a well-known technology provider to maintain an up-to-date reference index.
- Evidence: The script
scripts/sync_apple_hig_sources.pyfetches JSON data fromdeveloper.apple.comendpoints. - Mitigation: The source is a well-known service (Apple), and the data fetched is limited to design documentation.- [COMMAND_EXECUTION]: The skill instructions guide the user to execute a local Python script for document synchronization.
- Evidence:
SKILL.mdcontains a command to runpython3 scripts/sync_apple_hig_sources.py. The script uses standard Python libraries and performs restricted file operations within the skill's reference directory.
Audit Metadata