langfuse-debug-bundle
Facilitates the collection of diagnostic information for Langfuse support tickets, aiding in troubleshooting and issue resolution.
Install this skill
or
76/100
Security score
The langfuse-debug-bundle skill was audited on Feb 12, 2026 and we found 12 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 41
Template literal with variable interpolation in command context
SourceSKILL.md
| 41 | ```bash |
medium line 73
Template literal with variable interpolation in command context
SourceSKILL.md
| 73 | ```bash |
medium line 218
Template literal with variable interpolation in command context
SourceSKILL.md
| 218 | ```bash |
low line 125
Access to .env file
SourceSKILL.md
| 125 | # .env (redacted) |
low line 126
Access to .env file
SourceSKILL.md
| 126 | if [ -f ".env" ]; then |
low line 127
Access to .env file
SourceSKILL.md
| 127 | cat .env 2>/dev/null | \ |
low line 131
Access to .env file
SourceSKILL.md
| 131 | echo ".env: captured (redacted)" >> "$BUNDLE_DIR/summary.txt" |
low line 77
External URL reference
SourceSKILL.md
| 77 | HOST="${LANGFUSE_HOST:-https://cloud.langfuse.com}" |
low line 244
External URL reference
SourceSKILL.md
| 244 | HOST="${LANGFUSE_HOST:-https://cloud.langfuse.com}" |
low line 267
External URL reference
SourceSKILL.md
| 267 | 5. Or post in [Discord](https://langfuse.com/discord) |
low line 271
External URL reference
SourceSKILL.md
| 271 | - [Langfuse Discord](https://langfuse.com/discord) |
low line 272
External URL reference
SourceSKILL.md
| 272 | - [Langfuse Status](https://status.langfuse.com) |
Scanned on Feb 12, 2026
View Security Dashboard