debugging
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands for diagnostic purposes, including platform-specific tools (prefixed with 'rtk') for reading logs and git history, as well as standard utilities like 'node --inspect' for profiling and 'curl -v' for network connectivity checks. These are standard debugging practices.
- [DATA_EXPOSURE]: The workflow involves accessing local development data such as error logs and source code. Access is scoped to the project environment for the purpose of error reproduction and analysis.
- [SAFE]: The instructions do not contain prompt injection, obfuscation, or persistence mechanisms. All examples use standard placeholders and follow secure coding practices like implementing null checks and regression tests.
Audit Metadata