corluma-bin
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-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |