generators-debug-menu

Pass

Audited by Gen Agent Trust Hub on Apr 30, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides utility templates for generating developer debug menus. All generated code is strictly wrapped in #if DEBUG blocks to ensure it is excluded from production builds.
  • [DATA_EXFILTRATION]: The generated network logger captures URL requests, responses, and bodies for debugging purposes. It includes redaction logic for common sensitive headers like Authorization and Cookie. A diagnostic export feature uses SwiftUI ShareLink to share formatted app and device metadata. These features are standard developer tools and are gated by conditional compilation to prevent exposure in production.
  • [COMMAND_EXECUTION]: The skill generates functions to clear application-specific storage, including Keychain items, UserDefaults, and various caches. It also provides a function to trigger a fatalError to test crash reporting integrations. These actions are limited to the app's sandbox and are only accessible through the debug interface.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 30, 2026, 08:37 AM
Security Audit — agent-trust-hub — generators-debug-menu