debug-menu
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
GlobandGreptools to analyze the user's project structure and existing code. This allows it to detect existing debug panels or feature flag implementations, ensuring the generated code integrates seamlessly without conflicts. - [DATA_EXFILTRATION]: The skill generates components for network logging and diagnostic reporting. The network logger template specifically redacts sensitive headers such as 'Authorization' and 'Cookie'. The diagnostic collector aggregates system-level metadata (OS version, device model, memory/disk usage) and provides a share action for manual export, which is a standard requirement for remote debugging and issue reporting.
- [SAFE]: A critical security measure implemented by this skill is the mandatory use of
#if DEBUGpreprocessor macros for all generated files and integration steps. This ensures that the powerful debugging capabilities, including system info access and network monitoring, are excluded from the production binaries shipped to end-users.
Audit Metadata