retellai-debug-bundle
Facilitates the collection of diagnostic information for Retell AI support tickets, aiding in troubleshooting and issue resolution.
Install this skill
or
86/100
Security score
The retellai-debug-bundle skill was audited on Feb 28, 2026 and we found 6 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 40
Template literal with variable interpolation in command context
SourceSKILL.md
| 40 | ```bash |
medium line 63
Curl to non-GitHub URL
SourceSKILL.md
| 63 | curl -s -o /dev/null -w "%{http_code}" https://api.retellai.com/health >> "$BUNDLE_DIR/summary.txt" |
low line 54
Access to hidden dotfiles in home directory
SourceSKILL.md
| 54 | grep -i "retellai" ~/.npm/_logs/*.log 2>/dev/null | tail -50 >> "$BUNDLE_DIR/logs.txt" |
low line 58
Access to .env file
SourceSKILL.md
| 58 | cat .env 2>/dev/null | sed 's/=.*/=***REDACTED***/' >> "$BUNDLE_DIR/config-redacted.txt" |
low line 63
External URL reference
SourceSKILL.md
| 63 | curl -s -o /dev/null -w "%{http_code}" https://api.retellai.com/health >> "$BUNDLE_DIR/summary.txt" |
low line 108
External URL reference
SourceSKILL.md
| 108 | - [Retell AI Status](https://status.retellai.com) |
Scanned on Feb 28, 2026
View Security Dashboard