Skip to main content

convert-to-apple-container

Facilitates switching from Docker to Apple Container for macOS, ensuring native container isolation and compatibility.

Install this skill

or
75/100

Security score

The convert-to-apple-container skill was audited on Jun 1, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 16

Access to .env file

SourceSKILL.md
16- Dockerfile entrypoint: `.env` shadowing via `mount --bind` inside the container (Apple Container only supports directory mounts, not file mounts like Docker's `/dev/null` overlay)
medium line 61

Access to .env file

SourceSKILL.md
61- `src/container-runner.ts` — .env shadow mount fix and privilege dropping
medium line 62

Access to .env file

SourceSKILL.md
62- `container/Dockerfile` — entrypoint that shadows .env via `mount --bind`
medium line 160

Access to .env file

SourceSKILL.md
160| `src/container-runner.ts` | .env shadow mount removed, main containers start as root with privilege drop |
medium line 161

Access to .env file

SourceSKILL.md
161| `container/Dockerfile` | Entrypoint: `mount --bind` for .env shadowing, `setpriv` privilege drop |
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →
GitHub Stars 39
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
sliamh11/Deus