swiftpoint-x1-control-panel

maintainer atyrnal · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball and assets from Swiftpoint's own Azure Blob Storage and support domain, which are plausibly official infrastructure; the tarball contains the project's own buildable source and is checksum-verified, so the risk from non-whitelisted hosts is low.

Triggered rules

LOW AI review downgraded a static finding 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 a source tarball and assets from Swiftpoint's own Azure Blob Storage and support domain, which are plausibly official infrastructure; the tarball contains the project's own buildable source and is checksum-verified, so the risk from non-whitelisted hosts is low.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:10 "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"
  • PKGBUILD:11 "com.swiftpoint.png::https://support.swiftpoint.com/portal/api/publicImages/236657000020283222?portalId=edbsn0d3aa90196a4e3b6b39dfa53f41ea57346e362747d42eef1744d58b0281647e9"

PKGBUILD

2 offending line(s) highlighted
1pkgname=swiftpoint-x1-control-panel
2pkgver=3.1.2.0
3pkgrel=1
4pkgdesc="Control panel for Swiftpoint devices"
5arch=('x86_64')
6url="https://support.swiftpoint.com/portal/en/kb/articles/swiftpoint-x1-control-panel-download"
7license=('custom')
8options=(!debug)
9source=(
10 "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"
11 "com.swiftpoint.png::https://support.swiftpoint.com/portal/api/publicImages/236657000020283222?portalId=edbsn0d3aa90196a4e3b6b39dfa53f41ea57346e362747d42eef1744d58b0281647e9"
12 "com.swiftpoint.X1_Control_Panel.desktop"
13 "swiftpoint-x1-control-panel.service"
14)
15install=Swiftpoint_X1_Control_Panel.install
16sha256sums=('00a00a98e2fc8e0ea32ac5b34cb008ff39a177e91e28fc29551070ded371b049'
17 'a7117e87abf569325fe6257d5ec5e7043b156d06feebd9ac22bd54f181b936f9'
18 '1f392375193f0ce122b0d0c8f10e3f50b6ca60f0fbfdd6e3f26f3b765ee14c0d'
19 '0b06cc7dd26a4743b7333b2ebf575828c73c8e652ea572fa177cfcbdc9faed23')
20
21package() {
22 cd "${srcdir}/Swiftpoint X1 Control Panel ${pkgver}"
23
24 install -Dm755 "Swiftpoint X1 Control Panel" \
25 "$pkgdir/usr/lib/swiftpoint/Swiftpoint X1 Control Panel"
26 install -Dm644 "qt.conf" \
27 "$pkgdir/usr/lib/swiftpoint/qt.conf"
28 install -Dm644 "Starter Mappings.spcf" \
29 "$pkgdir/usr/lib/swiftpoint/Starter Mappings.spcf"
30
31
32 cp -r lib "$pkgdir/usr/lib/swiftpoint/lib"
33 cp -r plugins "$pkgdir/usr/lib/swiftpoint/plugins"
34 cp -r translations "$pkgdir/usr/lib/swiftpoint/translations"
35 cp -r profiles "$pkgdir/usr/lib/swiftpoint/profiles"
36
37 install -Dm755 /dev/stdin "$pkgdir/usr/bin/swiftpoint-x1-control-panel" <<EOF
38#!/bin/sh
39export LD_LIBRARY_PATH="/usr/lib/swiftpoint/lib:\$LD_LIBRARY_PATH"
40exec "/usr/lib/swiftpoint/Swiftpoint X1 Control Panel" "\$@"
41EOF
42
43 install -Dm644 "60-Swiftpoint.rules" \
44 "$pkgdir/usr/lib/udev/rules.d/60-Swiftpoint.rules"
45 install -Dm644 "${srcdir}/com.swiftpoint.png" \
46 "$pkgdir/usr/share/pixmaps/com.swiftpoint.png"
47 install -Dm644 "${srcdir}/com.swiftpoint.X1_Control_Panel.desktop" \
48 "$pkgdir/usr/share/applications/com.swiftpoint.X1_Control_Panel.desktop"
49 install -Dm644 "Swiftpoint X1 Control Panel Licence.txt" \
50 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51 install -Dm644 "${srcdir}/swiftpoint-x1-control-panel.service" \
52 "$pkgdir/usr/lib/systemd/user/swiftpoint-x1-control-panel.service"
53}
54

Changes since previous scan

--- PKGBUILD @ 2026-07-28 00:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,5 +1,5 @@
pkgname=swiftpoint-x1-control-panel
-pkgver=3.1.0.76
+pkgver=3.1.2.0
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}-db4a0109.tar.xz"
+ "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"
"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=('ccb708a05fe7a0f355c140e81c9a2901c4f6b391edc0415d109592c40351ce0a'
+sha256sums=('00a00a98e2fc8e0ea32ac5b34cb008ff39a177e91e28fc29551070ded371b049'
'a7117e87abf569325fe6257d5ec5e7043b156d06feebd9ac22bd54f181b936f9'
'1f392375193f0ce122b0d0c8f10e3f50b6ca60f0fbfdd6e3f26f3b765ee14c0d'
'0b06cc7dd26a4743b7333b2ebf575828c73c8e652ea572fa177cfcbdc9faed23')

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 03:37:00 MEDIUM 1
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2

Report a package

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

0 / 4000
Your suggestion