intelligent-debugger
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (MEDIUM): The skill provides a significant surface for indirect prompt injection by processing external untrusted data while having access to side-effect-producing tools.
- Ingestion points:
log_analyzer.pyandstack_trace_parser.pyprocess external log files and stack trace text. - Boundary markers: Absent; the scripts do not use delimiters to isolate untrusted content from agent instructions.
- Capability inventory:
performance_check.pycan perform arbitrary outbound HTTP GET requests and enumerate all running system processes. - Sanitization: Absent; external content is parsed via regex and outputted without sanitization or escaping.
- Data Exposure & Exfiltration (LOW): The
performance_check.pyscript performs system reconnaissance by listing all running processes, PIDs, and resource usage. It also allows making HTTP GET requests to non-whitelisted domains, which could be used for basic SSRF or signaling. - Unverifiable Dependencies & Remote Code Execution (LOW): The skill requires the installation of external Python packages
psutilandrequeststo function. - COMMAND_EXECUTION (LOW): The skill relies on the execution of local Python scripts to perform its analysis and system checks.
Audit Metadata