debugging-code
Fail
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
dapCLI tool from a community GitHub repository (AlmogBaku/debug-skill). The providedscripts/install-dap.shscript downloads pre-compiled binaries viacurlfrom an unverified source. - [REMOTE_CODE_EXECUTION]: The skill promotes several remote code execution vectors, including
go installfor unversioned community packages and a scripted download/extraction process for thejs-debugadapter. - [COMMAND_EXECUTION]: Multiple high-risk execution patterns are identified:
- Persistence: The
scripts/install-dap.shscript modifies user shell configuration files (.bashrc,.zshrc, etc.) to permanently alter the systemPATH. - Privilege Escalation: The skill documents and suggests actions requiring elevated privileges, such as writing to system-wide binary directories, enabling
DevToolsSecurity, and specifically mentioning the disabling of macOS System Integrity Protection (csrutil disable). - Arbitrary Execution: The core functionality involves attaching to running processes and remote hosts, allowing for arbitrary expression evaluation within the target program's execution context.
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection. It processes live program data, variable states, and stack traces without sanitization or boundary markers. Malicious content within a debugged application could potentially inject instructions into the agent's context during inspection.
Recommendations
- AI detected serious security threats
Audit Metadata