preview-data-generator

Pass

Audited by Gen Agent Trust Hub on Aug 2, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill implements standard development workflows for generating SwiftUI code. It correctly identifies the need to separate preview code from production builds using #if DEBUG guards.
  • [EXTERNAL_DOWNLOADS]: The skill references picsum.photos for placeholder images. This is a well-known service for UI design and does not involve the execution of untrusted remote code.
  • [COMMAND_EXECUTION]: Local shell tools are used for project introspection to determine where to generate code. This is limited to reading the local project structure and does not involve high-risk commands or network-based execution.
  • [SAFE]: The skill demonstrates safe handling of untrusted data during code generation.
  • Ingestion points: Local project files, including .xcodeproj, Package.swift, and Swift source files.
  • Boundary markers: The skill relies on standard project structure and does not explicitly require delimiters for incoming data.
  • Capability inventory: Performs local file reads, writes, and grep-based searching via Bash.
  • Sanitization: No explicit sanitization is used, as the output is intended for design-time development environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 2, 2026, 01:19 PM
Security Audit — agent-trust-hub — preview-data-generator