Skip to main content

immich-server

Manages the deployment and maintenance of Immich, a self-hosted Google Photos alternative with AI features and automated backups.

Install this skill

or
42/100

Security score

The immich-server skill was audited on Mar 1, 2026 and we found 16 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 26

Piping content to sh shell

SourceSKILL.md
26curl -fsSL https://get.docker.com | sh
medium line 26

Curl to non-GitHub URL

SourceSKILL.md
26curl -fsSL https://get.docker.com | sh
medium line 217

Curl to non-GitHub URL

SourceSKILL.md
217curl -s http://localhost:2283/api/assets \
medium line 221

Curl to non-GitHub URL

SourceSKILL.md
221curl -s http://localhost:2283/api/server/statistics \
medium line 225

Curl to non-GitHub URL

SourceSKILL.md
225curl -X POST http://localhost:2283/api/jobs/faceDetection \
medium line 271

Curl to non-GitHub URL

SourceSKILL.md
271curl -s http://localhost:2283/api/jobs \
medium line 38

Access to .env file

SourceSKILL.md
38- Download the latest `docker-compose.yml` and `.env` from Immich's GitHub
medium line 148

Access to .env file

SourceSKILL.md
148### Environment Variables (.env)
low line 26

External URL reference

SourceSKILL.md
26curl -fsSL https://get.docker.com | sh
low line 45

External URL reference

SourceSKILL.md
45Open `http://your-server-ip:2283` in a browser. Create your admin account on first visit.
low line 64

External URL reference

SourceSKILL.md
64[2026-02-24 19:54:30] ✅ Immich is running at http://localhost:2283
low line 65

External URL reference

SourceSKILL.md
65[2026-02-24 19:54:30] 📱 Set up mobile app: connect to http://<your-ip>:2283
low line 217

External URL reference

SourceSKILL.md
217curl -s http://localhost:2283/api/assets \
low line 221

External URL reference

SourceSKILL.md
221curl -s http://localhost:2283/api/server/statistics \
low line 225

External URL reference

SourceSKILL.md
225curl -X POST http://localhost:2283/api/jobs/faceDetection \
low line 271

External URL reference

SourceSKILL.md
271curl -s http://localhost:2283/api/jobs \
Scanned on Mar 1, 2026
View Security Dashboard