Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
62 of your 186 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 16.54s · analysis 23.14s · 41.9 MB · GitHub API rate-limit (preflight)

coollabsio/coolify

https://github.com/coollabsio/coolify · scanned 2026-06-05 10:01 UTC (5 days, 14 hours ago) · 10 languages

375 raw signals (167 security + 208 graph) 11/13 scanners ran 100th percentile · Php · large (100-500K LoC) System graph score 76 (higher by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 14 hours ago · v2 · 130 actionable findings from 2 signal sources. 138 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 85.0 0.15 12.75
security_score 100.0 0.25 25.00
testing_score 90.0 0.20 18.00
documentation_score 85.0 0.15 12.75
practices_score 95.0 0.15 14.25
code_quality 80.0 0.10 8.00
Overall 1.00 90.8
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 17th percentile among large-sized repos. Strongest dependencies (75), testing (65); weakest security (45), code quality (47). 284 findings (104 critical, 10 high). Most common pattern: php-error-suppress.

Showing 112 of 130 actionable findings. 268 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
app/Models/StandaloneMysql.php:302
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
app/Models/StandaloneMariadb.php:296
critical Security checks software dependencies conf 0.90 ✓ Repobility 8 occurrences [MINED132] Reverse shell idiom: bash interactive shell to /dev/tcp: File contains a known reverse-shell pattern (bash interactive shell to /dev/tcp). These are almost never legitimate in production code — they're a hallmark of malicious payloads, post-exploit scripts, or CTF write-ups that accidentally got committed. Verify the file's provenance + history.
Remove the file or comment if it's documentation. If this is a security-testing repo, mark it with an inline `# nosec` comment and add the file to an allowlist.
7 files, 8 locations
tests/Unit/DockerNetworkInjectionTest.php:10, 34 (2 hits)
tests/Feature/CommandInjectionSecurityTest.php:958
tests/Unit/FileStorageSecurityTest.php:48
tests/Unit/PersistentVolumeSecurityTest.php:66
tests/Unit/PostgresqlInitScriptSecurityTest.php:46
tests/Unit/ProxyConfigurationSecurityTest.php:48
tests/Unit/ValidationPatternsTest.php:101
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /backups/{backup_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:259
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /deployment/{deployment_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:237
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /environments/project/{project_uuid}/environment/{environment_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:156
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /project/{project_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:154
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /server/{server_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:158
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /tasks/{task_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:240
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /{storage_uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:147
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /{storage_uuid}/resources.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:148
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: GET /{uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:202
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: POST /{uuid}.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
routes/web.php:203
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code.
Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context.
app/Actions/Server/InstallDocker.php:118
high Security checks software dependencies conf 0.90 ✓ Repobility 9 occurrences [MINED118] Dockerfile FROM `minio/mc (no tag)` not pinned by digest: `FROM minio/mc (no tag)` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM minio/mc (no tag)@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
5 files, 9 locations
docker/production/Dockerfile:21, 54, 66, 71 (4 hits)
docker/development/Dockerfile:17, 22 (2 hits)
docker/coolify-helper/Dockerfile:20
docker/coolify-realtime/Dockerfile:6
docker/testing-host/Dockerfile:8
high Security checks cicd CI/CD security conf 1.00 [SEC069] Dockerfile: no USER directive (runs as root): Container runs as root because no USER directive was set. Ported from trivy DS002 / checkov CKV_DOCKER_3 (Apache-2.0). Implement as a file-level rule: skip if file contains `^\s*USER\s+\S+` other than `root`.
Add `RUN adduser -D app && USER app` before the CMD/ENTRYPOINT.
resources/views/livewire/project/new/simple-dockerfile.blade.php:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 1.00 [SEC069] Dockerfile: no USER directive (runs as root): Container runs as root because no USER directive was set. Ported from trivy DS002 / checkov CKV_DOCKER_3 (Apache-2.0). Implement as a file-level rule: skip if file contains `^\s*USER\s+\S+` other than `root`.
Add `RUN adduser -D app && USER app` before the CMD/ENTRYPOINT.
app/Livewire/Project/New/SimpleDockerfile.php:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.90 Database service has no persistent data volume
Mount the database data directory to a named Docker volume or managed persistent disk, and document backup and restore testing.
other/nightly/docker-compose.yml CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.90 Database service has no persistent data volume
Mount the database data directory to a named Docker volume or managed persistent disk, and document backup and restore testing.
docker-compose.yml CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.95 Docker final stage runs as root
Create an application user after package installation and switch to it with USER appuser or USER 10001.
docker/coolify-helper/Dockerfile:35 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.92 2 occurrences Dockerfile pipes a remote script into a shell
Download the artifact, verify its checksum or signature, pin the version, and then execute it.
lines 53, 63
docker/coolify-helper/Dockerfile:53, 63 (2 hits)
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 49 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `dessant/lock-threads` pinned to mutable ref `@v5`: `uses: dessant/lock-threads@v5` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit …
11 files, 49 locations
.github/workflows/coolify-staging-build.yml:55, 58, 65, 72, 104, 111, 130 (7 hits)
.github/workflows/coolify-helper-next.yml:37, 44, 56, 79, 86, 112 (6 hits)
.github/workflows/coolify-helper.yml:37, 44, 56, 78, 85, 111 (6 hits)
.github/workflows/coolify-production-build.yml:45, 52, 64, 85, 92, 118 (6 hits)
.github/workflows/coolify-realtime.yml:41, 48, 60, 83, 90, 116 (6 hits)
.github/workflows/coolify-testing-host.yml:37, 44, 51, 74, 81, 100 (6 hits)
.github/workflows/coolify-realtime-next.yml:41, 48, 60, 83, 90 (5 hits)
.github/workflows/chore-lock-closed-issues-discussions-and-prs.yml:17 (2 hits)
CI/CD securitySupply chainGitHub Actions
low Security checks cicd CI/CD security conf 0.90 ✓ Repobility 19 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `actions/stale` pinned to mutable ref `@v9`: `uses: actions/stale@v9` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SHA + lock wit…
10 files, 19 locations
.github/workflows/chore-manage-stale-issues-and-prs.yml:16 (2 hits)
.github/workflows/claude.yml:28 (2 hits)
.github/workflows/coolify-helper-next.yml:32, 72 (2 hits)
.github/workflows/coolify-helper.yml:32, 71 (2 hits)
.github/workflows/coolify-production-build.yml:40, 78 (2 hits)
.github/workflows/coolify-realtime.yml:36, 76 (2 hits)
.github/workflows/coolify-staging-build.yml:43, 90 (2 hits)
.github/workflows/coolify-testing-host.yml:32, 67 (2 hits)
CI/CD securitySupply chainGitHub Actions
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
high Security checks security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 15.4% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Review the access matrix and add explicit framework auth declarations or policy-file exceptions for intentionally public routes.
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:113
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /admin.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:114
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /force-password-reset.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:110
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /onboarding.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:115
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /settings.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:120
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /settings/advanced.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:121
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /settings/backup.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:124
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /settings/updates.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:122
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /subscription.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:117
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: GET /subscription/new.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
routes/web.php:118
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:243
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /auth/{provider}/callback.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:106
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /auth/{provider}/redirect.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:105
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /environment-variables.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:244
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /import-backup.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:246
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /persistent-storage.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:247
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /profile.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:129
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /profile/appearance.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:130
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /servers.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:245
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /tasks/{task_uuid}.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
routes/web.php:240
medium Security checks cicd CI/CD security conf 0.68 Agent auto-approve or skip-permissions mode is easy to enable
Require an explicit isolated profile for auto-approve modes. Keep safe defaults interactive, add visible warnings, and block these modes when the workspace contains secrets or production deploy credentials.
CHANGELOG.md:4465 CI/CD securityagent runtimepermissions
high Security checks quality Quality conf 0.72 3 occurrences Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
3 files, 3 locations
templates/compose/posthog.yaml:39
templates/compose/pterodactyl-with-wings.yaml:137
templates/compose/zep.yaml:122
medium Security checks cicd CI/CD security conf 0.88 Database service has no healthcheck
Add a database-native healthcheck such as pg_isready, mysqladmin ping, redis-cli ping, or the vendor's readiness command.
other/nightly/docker-compose.yml CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.88 Database service has no healthcheck
Add a database-native healthcheck such as pg_isready, mysqladmin ping, redis-cli ping, or the vendor's readiness command.
docker-compose.yml CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
docker/coolify-realtime/Dockerfile:7 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
Tighten .dockerignore or replace COPY . with explicit COPY statements.
docker/production/Dockerfile:60 CI/CD securitycontainers
medium Security checks quality Quality conf 0.70 Public web app has no Content Security Policy
Add a Content-Security-Policy header through the web framework or hosting config. For static apps, add a CSP meta tag that restricts default-src, script-src, connect-src, img-src, and frame-ancestors.
index.html
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
RELEASE.md:48
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
README.md:25
medium Security checks quality Quality conf 0.86 robots.txt blocks the full public site
Replace full-site blocking with specific private path disallows, or add explicit Allow rules for public docs and landing pages.
public/robots.txt
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/js/monaco-editor-0.52.2/min/vs/base/worker/workerMain.js:6
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/js/monaco-editor-0.52.2/min/vs/language/css/cssWorker.js:32
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/js/monaco-editor-0.52.2/min/vs/language/json/jsonWorker.js:40
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/js/monaco-editor-0.52.2/min/vs/loader.js:6
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/coolify-helper/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/coolify-realtime/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/development/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/production/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/testing-host/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 10 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
10 files, 10 locations
.github/workflows/claude.yml
.github/workflows/cleanup-ghcr-untagged.yml
.github/workflows/coolify-helper-next.yml
.github/workflows/coolify-helper.yml
.github/workflows/coolify-production-build.yml
.github/workflows/coolify-realtime-next.yml
.github/workflows/coolify-realtime.yml
.github/workflows/coolify-staging-build.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in public/js/monaco-editor-0.52.2/min/vs/basic-languages/mysql/mysql.js:8
Found a known-risky pattern (weak_hash). Review and replace if possible.
public/js/monaco-editor-0.52.2/min/vs/basic-languages/mysql/mysql.js:8 Weak hash
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/authentik.yaml Ports
medium System graph network Security conf 1.00 Privileged port 1001 in use
Port 1001 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/documenso.yaml Ports
medium System graph network Security conf 1.00 Privileged port 123 in use
Port 123 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/pi-hole.yaml Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/ente-photos-with-s3.yaml Ports
medium System graph network Security conf 1.00 Privileged port 57 in use
Port 57 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/ente-photos-with-s3.yaml Ports
medium System graph network Security conf 1.00 Privileged port 67 in use
Port 67 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/pi-hole.yaml Ports
medium System graph network Security conf 1.00 Privileged port 7 in use
Port 7 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/ente-photos-with-s3.yaml Ports
medium System graph network Security conf 1.00 Privileged port 82 in use
Port 82 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
templates/compose/librespeed.yaml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
2 test file(s) for 112 source file(s) (ratio 0.02). Consider adding integration or unit tests for critical paths.
Coverage
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
low Security checks cicd CI/CD security conf 1.00 [CFG002] Docker Uses :latest Tag: Using :latest tag makes builds non-reproducible.
Pin to a specific version (e.g., python:3.12-slim).
resources/views/livewire/project/new/simple-dockerfile.blade.php:10 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 1.00 [CFG002] Docker Uses :latest Tag: Using :latest tag makes builds non-reproducible.
Pin to a specific version (e.g., python:3.12-slim).
app/Livewire/Project/New/SimpleDockerfile.php:24 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 1.00 [SEC075] Dockerfile: no HEALTHCHECK: No HEALTHCHECK directive — orchestrators can't detect a wedged process. Ported from trivy DS026 / checkov CKV_DOCKER_2 (Apache-2.0). Implement file-level: skip if file contains `^\s*HEALTHCHECK\b`.
Add `HEALTHCHECK CMD curl -f http://localhost:PORT/health || exit 1`.
resources/views/livewire/project/new/simple-dockerfile.blade.php:1 CI/CD securitycontainers
low Security checks cicd CI/CD security conf 1.00 [SEC075] Dockerfile: no HEALTHCHECK: No HEALTHCHECK directive — orchestrators can't detect a wedged process. Ported from trivy DS026 / checkov CKV_DOCKER_2 (Apache-2.0). Implement file-level: skip if file contains `^\s*HEALTHCHECK\b`.
Add `HEALTHCHECK CMD curl -f http://localhost:PORT/health || exit 1`.
app/Livewire/Project/New/SimpleDockerfile.php:1 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 30 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 26 locations
app/Actions/Database/StartMysql.php:16, 24, 88, 106, 171 (5 hits)
app/Actions/Database/StartMongodb.php:24, 95, 113, 209 (4 hits)
app/Actions/Database/StartPostgresql.php:42, 81, 94, 178 (4 hits)
app/Actions/Database/StartRedis.php:16, 92, 174 (3 hits)
app/Actions/Database/StartKeydb.php:16, 92 (2 hits)
app/Actions/Database/StartMariadb.php:16, 88 (2 hits)
app/Actions/Database/StartDragonfly.php:91
app/Events/ApplicationStatusChanged.php:10
duplicationquality
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml
low Security checks quality Quality conf 0.74 robots.txt does not advertise a sitemap
Add `Sitemap: https://your-domain.example/sitemap.xml` to robots.txt.
public/robots.txt
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: minio/mc:${MINIO_VERSION}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
3 files, 3 locations
docker/coolify-helper/Dockerfile:20
docker/development/Dockerfile:17
docker/production/Dockerfile:66
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:24-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/production/Dockerfile:54 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: quay.io/soketi/soketi:${SOKETI_VERSION}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/coolify-realtime/Dockerfile:6 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 3 occurrences Docker base image is tag-pinned but not digest-pinned: serversideup/php:${SERVERSIDEUP_PHP_VERSION}
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
2 files, 3 locations
docker/production/Dockerfile:21, 71 (2 hits)
docker/development/Dockerfile:22
containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: docker/coolify-realtime/terminal-utils.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/editor/editor.main.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/language/typescript/tsWorker.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.de.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.es.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.fr.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.it.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.ja.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.ko.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.ru.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.zh-cn.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: public/js/monaco-editor-0.52.2/min/vs/nls.messages.zh-tw.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: resources/js/app.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: resources/js/terminal.test.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: vite.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `pg_is_in_backup` in public/js/monaco-editor-0.52.2/min/vs/basic-languages/pgsql/pgsql.js:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `pg_is_in_backup` in public/js/monaco-editor-0.52.2/min/vs/basic-languages/redshift/redshift.js:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `reportsDeprecated` in public/js/monaco-editor-0.52.2/min/vs/language/typescript/tsMode.js:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `trimOld` in public/js/monaco-editor-0.52.2/min/vs/base/worker/workerMain.js:15
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — public/js/monaco-editor-0.52.2/min/vs/base/worker/workerMain.js:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — public/js/pusher.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/05cb3054-9b53-4504-add5-4fe348d8bd1b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/05cb3054-9b53-4504-add5-4fe348d8bd1b/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.