swiftpoint-x1-control-panel
The package downloads the official source tarball and assets from the vendor's own blob storage and support domain, which are plausibly controlled by Swiftpoint; the files are verified via sha256sums and consist of application binaries, configs, and resources installed in standard locations without executing remote code.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads the official source tarball and assets from the vendor's own blob storage and support domain, which are plausibly controlled by Swiftpoint; the files are verified via sha256sums and consist of application binaries, configs, and resources installed in standard locations without executing remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:10
"Swiftpoint_X1_Control_Panel_${pkgver}.tar.xz::https://swiftpointdrivers.blob.core.windows.net/pro/beta/linux/Swiftpoint%20X1%20Control%20Panel%20${pkgver}-4c902f5d.tar.xz" -
PKGBUILD:11
"com.swiftpoint.png::https://support.swiftpoint.com/portal/api/publicImages/236657000020283222?portalId=edbsn0d3aa90196a4e3b6b39dfa53f41ea57346e362747d42eef1744d58b0281647e9"
PKGBUILD
2 offending line(s) highlightedpkgname=swiftpoint-x1-control-panel
pkgver=3.1.3.1
pkgrel=1
pkgdesc="Control panel for Swiftpoint devices"
arch=('x86_64')
url="https://support.swiftpoint.com/portal/en/kb/articles/swiftpoint-x1-control-panel-download"
license=('custom')
options=(!debug)
source=(
"Swiftpoint_X1_Control_Panel_${pkgver}.tar.xz::https://swiftpointdrivers.blob.core.windows.net/pro/beta/linux/Swiftpoint%20X1%20Control%20Panel%20${pkgver}-4c902f5d.tar.xz"
"com.swiftpoint.png::https://support.swiftpoint.com/portal/api/publicImages/236657000020283222?portalId=edbsn0d3aa90196a4e3b6b39dfa53f41ea57346e362747d42eef1744d58b0281647e9"
"com.swiftpoint.X1_Control_Panel.desktop"
"swiftpoint-x1-control-panel.service"
)
install=Swiftpoint_X1_Control_Panel.install
sha256sums=('5cbc12e66fc0ae6b58d4d0b2ae9d71e34ca526ddf5dfe791f4743fab69b2bce8'
'a7117e87abf569325fe6257d5ec5e7043b156d06feebd9ac22bd54f181b936f9'
'1f392375193f0ce122b0d0c8f10e3f50b6ca60f0fbfdd6e3f26f3b765ee14c0d'
'0b06cc7dd26a4743b7333b2ebf575828c73c8e652ea572fa177cfcbdc9faed23')
package() {
cd "${srcdir}/Swiftpoint X1 Control Panel ${pkgver}"
install -Dm755 "Swiftpoint X1 Control Panel" \
"$pkgdir/usr/lib/swiftpoint/Swiftpoint X1 Control Panel"
install -Dm644 "qt.conf" \
"$pkgdir/usr/lib/swiftpoint/qt.conf"
install -Dm644 "Starter Mappings.spcf" \
"$pkgdir/usr/lib/swiftpoint/Starter Mappings.spcf"
cp -r lib "$pkgdir/usr/lib/swiftpoint/lib"
cp -r plugins "$pkgdir/usr/lib/swiftpoint/plugins"
cp -r translations "$pkgdir/usr/lib/swiftpoint/translations"
cp -r profiles "$pkgdir/usr/lib/swiftpoint/profiles"
install -Dm755 /dev/stdin "$pkgdir/usr/bin/swiftpoint-x1-control-panel" <<EOF
#!/bin/sh
export LD_LIBRARY_PATH="/usr/lib/swiftpoint/lib:\$LD_LIBRARY_PATH"
exec "/usr/lib/swiftpoint/Swiftpoint X1 Control Panel" "\$@"
EOF
install -Dm644 "60-Swiftpoint.rules" \
"$pkgdir/usr/lib/udev/rules.d/60-Swiftpoint.rules"
install -Dm644 "${srcdir}/com.swiftpoint.png" \
"$pkgdir/usr/share/pixmaps/com.swiftpoint.png"
install -Dm644 "${srcdir}/com.swiftpoint.X1_Control_Panel.desktop" \
"$pkgdir/usr/share/applications/com.swiftpoint.X1_Control_Panel.desktop"
install -Dm644 "Swiftpoint X1 Control Panel Licence.txt" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "${srcdir}/swiftpoint-x1-control-panel.service" \
"$pkgdir/usr/lib/systemd/user/swiftpoint-x1-control-panel.service"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -1,5 +1,5 @@ pkgname=swiftpoint-x1-control-panel-pkgver=3.1.2.0+pkgver=3.1.3.1 pkgrel=1 pkgdesc="Control panel for Swiftpoint devices" arch=('x86_64')@@ -7,13 +7,13 @@ license=('custom') options=(!debug) source=(- "Swiftpoint_X1_Control_Panel_${pkgver}.tar.xz::https://swiftpointdrivers.blob.core.windows.net/pro/beta/linux/Swiftpoint%20X1%20Control%20Panel%20${pkgver}-75bd9042.tar.xz"+ "Swiftpoint_X1_Control_Panel_${pkgver}.tar.xz::https://swiftpointdrivers.blob.core.windows.net/pro/beta/linux/Swiftpoint%20X1%20Control%20Panel%20${pkgver}-4c902f5d.tar.xz" "com.swiftpoint.png::https://support.swiftpoint.com/portal/api/publicImages/236657000020283222?portalId=edbsn0d3aa90196a4e3b6b39dfa53f41ea57346e362747d42eef1744d58b0281647e9" "com.swiftpoint.X1_Control_Panel.desktop" "swiftpoint-x1-control-panel.service" ) install=Swiftpoint_X1_Control_Panel.install-sha256sums=('00a00a98e2fc8e0ea32ac5b34cb008ff39a177e91e28fc29551070ded371b049'+sha256sums=('5cbc12e66fc0ae6b58d4d0b2ae9d71e34ca526ddf5dfe791f4743fab69b2bce8' 'a7117e87abf569325fe6257d5ec5e7043b156d06feebd9ac22bd54f181b936f9' '1f392375193f0ce122b0d0c8f10e3f50b6ca60f0fbfdd6e3f26f3b765ee14c0d' '0b06cc7dd26a4743b7333b2ebf575828c73c8e652ea572fa177cfcbdc9faed23')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 01:20:46 | Medium | 1 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |