corluma-bin

MEDIUM
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Medium source=() URL on a non-standard host 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")
Medium AI review 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
1# Maintainer: Robert Clarke <arch@robertclarke.co.uk>
2# Contributor: Robert Clarke
3pkgname=corluma-bin
4pkgver=0.30
5pkgrel=1
6pkgdesc="App to control Philip's Hues, Nanoleaf products, and Arduinos running ArduCor."
7arch=('i686' 'x86_64')
8url="https://www.corluma.net/linux"
9license=('')
10groups=('')
11depends=('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')
12options=('!strip' '!emptydirs')
13source_x86_64=("https://www.dropbox.com/s/ygv7kvu7bqsk943/corluma_0.30-09.deb?dl=1")
14sha512sums_x86_64=('f1ebdca63ff32f1e50655518c80d35b727478f958745944acb1882bf068f6f37f813306bb54372136360ff2bd0557d0a7b12177ac2e4aedb1fcfdd4ebbc30451')
15
16package(){
17
18 # Extract package data
19 tar -xJ -f data.tar.xz -C "${pkgdir}"
20
21}
22

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion