mattercontrol-plugins
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:14
source=("MatterControlSetup-$pkgver.deb::https://mattercontrol.appspot.com/downloads/development/$_buildtoken")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt .deb from appspot.com (Google App Engine), which is the official MatterControl distribution endpoint used by the upstream project. The long token in the URL is a standard App Engine blobstore key, not a hidden backdoor. However, the source is a closed-source binary blob (multiple .dll files) extracted from a .deb and installed as executable code. The sha256sum is pinned, which mitigates silent replacement, but the binaries are unauditable closed-source DLLs from a personal/project App Engine instance rather than a well-known official release channel. This is a genuine medium-severity supply-chain concern: prebuilt, unauditable, closed-source binaries executed at runtime, sourced from a non-standard host. The risk is real but not clearly malicious — it matches the AUR's own definition of a medium concern.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tyler Anderson <unlimitedbacon@gmail.com>
pkgname=mattercontrol-plugins
_pkgname=MatterControl
pkgver=1.7.5
pkgrel=1
pkgdesc="Closed source plugins for MatterControl"
arch=("i386" "x86_64")
license=('custom')
url="http://www.mattercontrol.com"
depends=('mattercontrol')
provides=('mattercontrol-plugins')
_buildtoken="ag9zfm1hdHRlcmNvbnRyb2xyQQsSB1Byb2plY3QYgICAiOCSzAsMCxINUHVibGljUmVsZWFzZRiAgIDg8dSdCgwLEgZVcGxvYWQYgICA4NfmjQoM"
source=("MatterControlSetup-$pkgver.deb::https://mattercontrol.appspot.com/downloads/development/$_buildtoken")
sha256sums=('1e594c239a657ef9d92caa56b34c696910055913b71ef64a05ec1fb8830a084b')
build() {
cd "${srcdir}"
ar -x "MatterControlSetup-$pkgver.deb"
tar -xvf data.tar.xz
}
package() {
cd "${srcdir}/usr/lib/mattercontrol"
install -d "$pkgdir/usr/lib/mattercontrol/"
# Plugins
cp CloudServices.dll* "$pkgdir/usr/lib/mattercontrol/"
cp MarlinFirmwareUpdatePlugin.dll* "$pkgdir/usr/lib/mattercontrol/"
cp MatterControlAuth.dll* "$pkgdir/usr/lib/mattercontrol/"
cp Mono.Nat.dll* "$pkgdir/usr/lib/mattercontrol/"
cp PictureCreator.dll* "$pkgdir/usr/lib/mattercontrol/"
cp PrintNotifications.dll* "$pkgdir/usr/lib/mattercontrol/"
cp TcpipDriver.dll* "$pkgdir/usr/lib/mattercontrol/"
cp X3GDriver.dll* "$pkgdir/usr/lib/mattercontrol/"
# Libraries
cp EngineIoClientDotNet.dll* "$pkgdir/usr/lib/mattercontrol/"
cp SocketIoClientDotNet.dll* "$pkgdir/usr/lib/mattercontrol/"
cp WebSocket4Net.dll* "$pkgdir/usr/lib/mattercontrol/"
}
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 |