debugger
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Employs standard developer tools like
git,grep,find, andtailto investigate codebase state and log files. It also runs a bundled local scriptscripts/debug_report.pyto create report templates. - [DATA_EXFILTRATION]: Accesses environment variables filtered for the string 'debug' to help identify configuration-related issues. This operation is constrained and aligns with the primary purpose of the skill.
- [PROMPT_INJECTION]: Ingests potentially untrusted data from log files and error messages, creating a surface for indirect prompt injection. Ingestion points:
logs/error.logand user error strings. Boundary markers: None. Capability inventory:Bash,Write,Edit,Read,Grep,Globtools are available to the agent. Sanitization: No explicit sanitization or filtering of log content is performed. This surface is considered low risk and inherent to the skill's primary function of log analysis.
Audit Metadata