spark-store
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
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")
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# Maintainer: Anysets <anysets@qq.com>
pkgname=spark-store
pkgver=5.3.0.2
pkgrel=1
pkgdesc="A community powered app store."
arch=('x86_64' 'aarch64')
url="https://www.spark-app.store/"
license=('GPL3')
depends=(
'nss'
'libxss'
'libxtst'
'at-spi2-core'
'desktop-file-utils'
'libsecret'
'xdg-utils'
'lsb-release'
'shared-mime-info'
'libnotify'
'util-linux'
'polkit'
'aria2'
'zenity'
'amber-package-manager>=1.2.2'
'flatpak'
'qt5-base'
'gtk3'
)
install=spark-store.install
options=(!strip !debug)
# source_x86_64=("https://gitee.com/spark-store-project/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_amd64.deb")
source_x86_64=("https://www.gitlink.org.cn/shenmo7192/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_amd64.deb")
# source_aarch64=("https://gitee.com/spark-store-project/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_arm64.deb")
source_aarch64=("https://www.gitlink.org.cn/shenmo7192/spark-store/releases/download/${pkgver}/spark-store_${pkgver}_arm64.deb")
sha256sums_x86_64=('36c7ad9e29723efa3dc030876a6f0f62ff2b39c3d152235a555ea675b4e8499b')
sha256sums_aarch64=('43ae9a26c3f2a2f66ebfd1c20d6227c1469cf2a9161dec8f906a10d707d30fd4')
package() {
bsdtar -xf data.tar.xz -C "${pkgdir}/"
rm -rf "${pkgdir}/lib"
rm -rf "${pkgdir}/tmp"
# sed -i '2i\exit 0' "${pkgdir}/opt/durapps/spark-store/bin/aptss" || true
# spark-store postinst
install -d "$pkgdir/usr/bin"
install -d "$pkgdir/usr/share/polkit-1/actions"
# ln -sf $pkgdir/opt/durapps/spark-store/bin/ssinstall "$pkgdir/usr/bin/ssinstall"
# ln -sf $pkgdir/opt/durapps/spark-store/bin/ssaudit "$pkgdir/usr/bin/ssaudit"
ln -sf /opt/durapps/spark-store/bin/spark-dstore-patch "$pkgdir/usr/bin/spark-dstore-patch"
ln -sf /opt/durapps/spark-store/bin/spark-store "$pkgdir/usr/bin/spark-store"
# ln -sf /opt/durapps/spark-store/bin/aptss "$pkgdir/usr/bin/aptss"
# polkit policy
install -Dm644 \
"$pkgdir/opt/spark-store/extras/store.spark-app.spark-store.policy" \
"$pkgdir/usr/share/polkit-1/actions/store.spark-app.spark-store.policy"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |