fireflies-debug-bundle
Collects diagnostic information for Fireflies.ai support tickets, aiding in troubleshooting and issue resolution.
Install this skill
or
86/100
Security score
The fireflies-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.fireflies.com/health >> "$BUNDLE_DIR/summary.txt" |
low line 54
Access to hidden dotfiles in home directory
SourceSKILL.md
| 54 | grep -i "fireflies" ~/.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.fireflies.com/health >> "$BUNDLE_DIR/summary.txt" |
low line 108
External URL reference
SourceSKILL.md
| 108 | - [Fireflies.ai Status](https://status.fireflies.com) |
Scanned on Feb 28, 2026
View Security Dashboard