whats-new
Pass
Audited by Gen Agent Trust Hub on Aug 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary purpose is to generate user interface and tracking logic for app updates. It provides standard Swift code for managing version persistence using UserDefaults and displaying features via SwiftUI.
- [EXTERNAL_DOWNLOADS]: The skill includes an optional template,
RemoteWhatsNewProvider.swift, which facilitates fetching JSON data from a developer-defined remote endpoint at app runtime. This is a common architectural pattern for updating app content without requiring a new store release and is implemented using standard system APIs (URLSession). - [COMMAND_EXECUTION]: The instructions specify the use of
GlobandGrepto analyze the existing project context, such as identifying the Swift version and detecting existing implementations to avoid file naming conflicts. This read-only analysis is used to tailor the code generation process. - [PROMPT_INJECTION]: The skill uses project analysis tools to ingest context from the user's codebase (e.g., how the app accesses its version number). This is used to ensure the generated code integrates seamlessly with existing project patterns and does not involve processing untrusted instructions.
Audit Metadata