local-dev-server
Manages local development servers effortlessly with PM2, ensuring auto-restart and centralized logging for Empathy Ledger.
Install this skill
or
87/100
Security score
The local-dev-server skill was audited on Feb 28, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 483
Curl to non-GitHub URL
SourceSKILL.md
| 483 | curl http://localhost:3030 |
medium line 605
Curl to non-GitHub URL
SourceSKILL.md
| 605 | curl -s http://localhost:3030 > /dev/null && echo "✅ Server running" || echo "❌ Server not responding" |
low line 400
Access to hidden dotfiles in home directory
SourceSKILL.md
| 400 | source ~/.zshrc # or source ~/.bashrc |
low line 483
External URL reference
SourceSKILL.md
| 483 | curl http://localhost:3030 |
low line 605
External URL reference
SourceSKILL.md
| 605 | curl -s http://localhost:3030 > /dev/null && echo "✅ Server running" || echo "❌ Server not responding" |
Scanned on Feb 28, 2026
View Security Dashboard