Skip to main content

PocketBase Deploy

Facilitates production deployment of PocketBase with configurations for Docker, systemd, reverse proxy, and security hardening.

Install this skill

or
81/100

Security score

The PocketBase Deploy skill was audited on Jun 6, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100```dockerfile
medium line 322

Template literal with variable interpolation in command context

SourceSKILL.md
322```bash
medium line 352

Curl to non-GitHub URL

SourceSKILL.md
352curl http://localhost:8090/api/health
low line 137

External URL reference

SourceSKILL.md
137test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8090/api/health"]
low line 166

External URL reference

SourceSKILL.md
166return 301 https://$server_name$request_uri;
low line 186

External URL reference

SourceSKILL.md
186proxy_pass http://127.0.0.1:8090;
low line 352

External URL reference

SourceSKILL.md
352curl http://localhost:8090/api/health
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →