generators
Warn
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill frequently uses the
Bashtool to execute generated Swift scripts and system utilities. For example, theapp-icon-generatorcreatesscripts/generate-icon.swiftand runs it via the Swift interpreter, and usessipsfor image resizing. Thescreenshot-automationcomponent executesxcodebuildand custom export scripts. - [EXTERNAL_DOWNLOADS]: Several generators include instructions or code templates that fetch dependencies from external sources. This includes using
brewto installfastlaneandswiftlint, as well as adding Swift Package Manager dependencies from well-known repositories. - [DYNAMIC_EXECUTION]: The
app-icon-generatorandscreenshot-automationcomponents dynamically assemble Swift scripts based on user preferences and project context, which are subsequently executed to produce app assets and process test results. - [INDIRECT_PROMPT_INJECTION]: Components such as
feature-flags,announcement-banner, andforce-updategenerate code that ingests data from remote JSON endpoints. This data is used to drive application logic and UI content, creating a surface for indirect injection if the remote source is compromised. - Ingestion points: Remote JSON configuration endpoints in
RemoteFeatureFlagProvider.swift,RemoteAnnouncementProvider.swift, andRemoteJSONVersionChecker.swift. - Boundary markers: Generated code does not consistently implement delimiters or warnings for the processing of this remote data.
- Capability inventory: The generated networking layer uses
URLSessionfor network operations, and the skill itself possessesWrite,Edit, andBashcapabilities. - Sanitization: The generated code relies on standard
Codableprotocol implementations for JSON decoding.
Audit Metadata