spark-store

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

The package downloads prebuilt .deb binaries from gitlink.org.cn, a non-standard and non-official host for the project, which is not the primary upstream (gitee.com); this creates a supply-chain risk as the binaries could be silently swapped with malicious versions, despite valid checksums.

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:33 source_x86_64=("https://www.gitlink.org.cn/shenmo7192/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt .deb binaries from gitlink.org.cn, a non-standard and non-official host for the project, which is not the primary upstream (gitee.com); this creates a supply-chain risk as the binaries could be silently swapped with malicious versions, despite valid checksums.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Anysets <anysets@qq.com>
2pkgname=spark-store
3pkgver=5.3.0.2
4pkgrel=1
5pkgdesc="A community powered app store."
6arch=('x86_64' 'aarch64')
7url="https://www.spark-app.store/"
8license=('GPL3')
9
10depends=(
11 'nss'
12 'libxss'
13 'libxtst'
14 'at-spi2-core'
15 'desktop-file-utils'
16 'libsecret'
17 'xdg-utils'
18 'lsb-release'
19 'shared-mime-info'
20 'libnotify'
21 'util-linux'
22 'polkit'
23 'aria2'
24 'zenity'
25 'amber-package-manager>=1.2.2'
26 'flatpak'
27 'qt5-base'
28 'gtk3'
29)
30install=spark-store.install
31options=(!strip !debug)
32# source_x86_64=("https://gitee.com/spark-store-project/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_amd64.deb")
33source_x86_64=("https://www.gitlink.org.cn/shenmo7192/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_amd64.deb")
34
35# source_aarch64=("https://gitee.com/spark-store-project/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_arm64.deb")
36source_aarch64=("https://www.gitlink.org.cn/shenmo7192/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_arm64.deb")
37
38sha256sums_x86_64=('36c7ad9e29723efa3dc030876a6f0f62ff2b39c3d152235a555ea675b4e8499b')
39sha256sums_aarch64=('43ae9a26c3f2a2f66ebfd1c20d6227c1469cf2a9161dec8f906a10d707d30fd4')
40package() {
41 bsdtar -xf data.tar.xz -C "${pkgdir}/"
42 rm -rf "${pkgdir}/lib"
43 rm -rf "${pkgdir}/tmp"
44 # sed -i '2i\exit 0' "${pkgdir}/opt/durapps/spark-store/bin/aptss" || true
45
46 # spark-store postinst
47 install -d "$pkgdir/usr/bin"
48 install -d "$pkgdir/usr/share/polkit-1/actions"
49 # ln -sf $pkgdir/opt/durapps/spark-store/bin/ssinstall "$pkgdir/usr/bin/ssinstall"
50 # ln -sf $pkgdir/opt/durapps/spark-store/bin/ssaudit "$pkgdir/usr/bin/ssaudit"
51 ln -sf /opt/durapps/spark-store/bin/spark-dstore-patch "$pkgdir/usr/bin/spark-dstore-patch"
52 ln -sf /opt/durapps/spark-store/bin/spark-store "$pkgdir/usr/bin/spark-store"
53 # ln -sf /opt/durapps/spark-store/bin/aptss "$pkgdir/usr/bin/aptss"
54
55
56 # polkit policy
57 install -Dm644 \
58 "$pkgdir/opt/spark-store/extras/store.spark-app.spark-store.policy" \
59 "$pkgdir/usr/share/polkit-1/actions/store.spark-app.spark-store.policy"
60}
61

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