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 DEBUGpreprocessor directives to prevent accidental inclusion in production releases. - [DATA_EXFILTRATION]: The generated
DebugNetworkLoggercaptures network traffic for debugging purposes. It includes a security filter that explicitly redacts sensitiveAuthorizationandCookieheaders before storage or display, mitigating the risk of credential exposure during testing. - [CREDENTIALS_UNSAFE]: The
DebugActionstemplate 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
Bashfor project discovery viaGlobandGrepcommands. 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