corluma-bin
This PKGBUILD downloads a prebuilt binary .deb from Dropbox (dropbox.com), which is a personal/unofficial file-hosting service rather than an official vendor release host or a well-known ecosystem mirror. The package extracts and installs the binary directly. The concerns are: (1) Dropbox links can be silently replaced by the link owner at any time — the sha512sum provides integrity checking for the current file but does not prevent future substitution if the Dropbox link is swapped; (2) the binary is executed/installed directly without source build, so any compromise of the hosted file results in code execution on the user's system; (3) the sha512sum provided has an odd length (127 hex chars instead of 128), which may indicate a truncation error making integrity verification unreliable. These factors together constitute a genuine supply-chain concern: an unofficial, mutable host serving an executed binary with potentially broken checksum verification. This is a real medium-severity issue, not a false positive.
Triggered rules
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:13
source_x86_64=("https://www.dropbox.com/s/ygv7kvu7bqsk943/corluma_0.30-09.deb?dl=1")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): This PKGBUILD downloads a prebuilt binary .deb from Dropbox (dropbox.com), which is a personal/unofficial file-hosting service rather than an official vendor release host or a well-known ecosystem mirror. The package extracts and installs the binary directly. The concerns are: (1) Dropbox links can be silently replaced by the link owner at any time — the sha512sum provides integrity checking for the current file but does not prevent future substitution if the Dropbox link is swapped; (2) the binary is executed/installed directly without source build, so any compromise of the hosted file results in code execution on the user's system; (3) the sha512sum provided has an odd length (127 hex chars instead of 128), which may indicate a truncation error making integrity verification unreliable. These factors together constitute a genuine supply-chain concern: an unofficial, mutable host serving an executed binary with potentially broken checksum verification. This is a real medium-severity issue, not a false positive.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Robert Clarke <arch@robertclarke.co.uk>
# Contributor: Robert Clarke
pkgname=corluma-bin
pkgver=0.30
pkgrel=1
pkgdesc="App to control Philip's Hues, Nanoleaf products, and Arduinos running ArduCor."
arch=('i686' 'x86_64')
url="https://www.corluma.net/linux"
license=('')
groups=('')
depends=('dbus' 'fontconfig' 'freetype2' 'gcc-libs' 'glib2' 'glibc' 'libglvnd' 'libice' 'libsm' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'pcre2' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm')
options=('!strip' '!emptydirs')
source_x86_64=("https://www.dropbox.com/s/ygv7kvu7bqsk943/corluma_0.30-09.deb?dl=1")
sha512sums_x86_64=('f1ebdca63ff32f1e50655518c80d35b727478f958745944acb1882bf068f6f37f813306bb54372136360ff2bd0557d0a7b12177ac2e4aedb1fcfdd4ebbc30451')
package(){
# Extract package data
tar -xJ -f data.tar.xz -C "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |