generators-app-icon-generator
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill generates a local Swift script (
scripts/generate-icon.swift) and executes it using theswiftinterpreter to create icon variants. It also uses the system utilitysipsto resize images for different platform requirements. - [COMMAND_EXECUTION]: It performs automated project verification by running
xcodebuildto ensure the generated asset catalog is valid. - [SAFE]: The skill reads project metadata from files like
Contents.json,.planning/APP.md, and.planning/CODEBASE.md. While these are external data sources, they are used solely to contextualize the icon design for the specific project. - [SAFE]: The Swift script is constructed from internal templates and user-selected parameters, without incorporating unvalidated remote code or external dependencies.
Audit Metadata