Skip to main content

frankenphp

Provides comprehensive guidance for developing and deploying PHP applications using FrankenPHP, enhancing performance and real-time capabilities.

Install this skill

or
67/100

Security score

The frankenphp skill was audited on Feb 9, 2026 and we found 11 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 30

Piping content to sh shell

SourceSKILL.md
30curl https://frankenphp.dev/install.sh | sh
medium line 30

Curl to non-GitHub URL

SourceSKILL.md
30curl https://frankenphp.dev/install.sh | sh
medium line 168

Curl to non-GitHub URL

SourceSKILL.md
168curl -X POST http://localhost:2019/frankenphp/workers/restart
low line 30

External URL reference

SourceSKILL.md
30curl https://frankenphp.dev/install.sh | sh
low line 168

External URL reference

SourceSKILL.md
168curl -X POST http://localhost:2019/frankenphp/workers/restart
low line 225

External URL reference

SourceSKILL.md
225The reference file contains detailed information from the official FrankenPHP documentation at https://frankenphp.dev/docs/
low line 271

External URL reference

SourceSKILL.md
2715. **Use localhost** - Access via `https://localhost` (not 127.0.0.1)
low line 297

External URL reference

SourceSKILL.md
297- **Main docs:** https://frankenphp.dev/docs/
low line 298

External URL reference

SourceSKILL.md
298- **Worker mode guide:** https://frankenphp.dev/docs/worker/
low line 299

External URL reference

SourceSKILL.md
299- **Laravel integration:** https://frankenphp.dev/docs/laravel/
low line 300

External URL reference

SourceSKILL.md
300- **Symfony integration:** https://frankenphp.dev/docs/symfony/
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →