Skip to main content

replit-debug-bundle

Facilitates the collection of diagnostic information for Replit support tickets, aiding in troubleshooting persistent issues.

Install this skill

or
86/100

Security score

The replit-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
63curl -s -o /dev/null -w "%{http_code}" https://api.replit.com/health >> "$BUNDLE_DIR/summary.txt"
low line 54

Access to hidden dotfiles in home directory

SourceSKILL.md
54grep -i "replit" ~/.npm/_logs/*.log 2>/dev/null | tail -50 >> "$BUNDLE_DIR/logs.txt"
low line 58

Access to .env file

SourceSKILL.md
58cat .env 2>/dev/null | sed 's/=.*/=***REDACTED***/' >> "$BUNDLE_DIR/config-redacted.txt"
low line 63

External URL reference

SourceSKILL.md
63curl -s -o /dev/null -w "%{http_code}" https://api.replit.com/health >> "$BUNDLE_DIR/summary.txt"
low line 108

External URL reference

SourceSKILL.md
108- [Replit Status](https://status.replit.com)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 508
Rate this skill
Categorysupport
UpdatedMay 21, 2026
Dicklesworthstone/pi_agent_rust