python-debugpy
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a technical guide providing legitimate debugging workflows and instructions for developers and agents.
- [COMMAND_EXECUTION]: Includes instructions for standard shell commands used in development, such as
pip install,python -m, andgit diff. - [COMMAND_EXECUTION]: References project-specific scripts like
scripts/run_tests.shfor executing tests with debugger integration. - [COMMAND_EXECUTION]: Provides a technical workaround to modify the
ptrace_scopekernel parameter usingsudo tee, which is a standard procedure required for attaching debuggers to already-running processes on some Linux systems. - [EXTERNAL_DOWNLOADS]: Recommends the installation of reputable and widely-used Python packages (
debugpy,remote-pdb) from official registries for their intended debugging functionality.
Audit Metadata