lldb
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious instructions, obfuscation, or exfiltration patterns were detected. The skill consists entirely of documentation and command references.
- Dynamic Execution (SAFE): The skill describes LLDB's native Python scripting and expression evaluation capabilities. These are documented features of the debugger and are presented as static examples for educational purposes. No code is automatically executed by the skill.
- Indirect Prompt Injection (SAFE): The skill identifies surfaces where an agent might process output from a debugged program (e.g., variables, memory). As this is a reference guide for a debugger, this ingestion point is part of the tool's core functionality rather than a vulnerability in the skill's instructions.
- Ingestion points: LLDB command output, including program variables and memory contents.
- Boundary markers: None (instructional content only).
- Capability inventory:
process launch,expression evaluation, andpython script loadingvia LLDB. - Sanitization: None (standard debugger usage).
Audit Metadata