debug-logs
Iterative debugging with targeted logs. Use when browser connections fail, traffic capture returns empty, proxy routes return errors, WebSocket issues, or any problem that can't be solved on the first attempt. Add logs, read output, narrow the search, repeat until fixed, then clean up.
Install this skill
or
99/100
Security score
The debug-logs skill was audited on Jul 29, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 61
Command substitution pattern
SourceSKILL.md
| 59 | |
| 60 | ```bash |
| 61 | cat /tmp/interceptor-debug/debug-$(date +%Y-%m-%d).log |
| 62 | ``` |
| 63 |
Scanned on Jul 29, 2026
View Security Dashboard