debug-menu

Pass

Audited by Gen Agent Trust Hub on Aug 2, 2026

Risk Level: SAFEDATA_EXFILTRATIONCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill generates code intended exclusively for development environments. All templates and integration steps are strictly wrapped in #if DEBUG preprocessor directives to prevent accidental inclusion in production releases.
  • [DATA_EXFILTRATION]: The generated DebugNetworkLogger captures network traffic for debugging purposes. It includes a security filter that explicitly redacts sensitive Authorization and Cookie headers before storage or display, mitigating the risk of credential exposure during testing.
  • [CREDENTIALS_UNSAFE]: The DebugActions template includes a utility to clear the application's Keychain data (SecItemDelete). This functionality is a standard developer tool for testing fresh login states and is correctly scoped to the application's own sandbox in debug mode.
  • [COMMAND_EXECUTION]: The skill utilizes Bash for project discovery via Glob and Grep commands. These are used to identify existing source files and avoid conflicts, which is a legitimate and safe use of shell tools for local project management.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 2, 2026, 01:18 PM
Security Audit — agent-trust-hub — debug-menu