insync-dolphin
The package downloads a prebuilt .deb from a non-whitelisted host (cdn.insynchq.com), which is not inherently malicious but presents a supply-chain risk if the host were compromised or the download redirected, especially since the checksum is provided but the source is a binary blob not built from auditable source code.
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:16
source=("https://cdn.insynchq.com/builds/linux/${pkgver}/insync-dolphin-kde6_${pkgver}_all.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (cdn.insynchq.com), which is not inherently malicious but presents a supply-chain risk if the host were compromised or the download redirected, especially since the checksum is provided but the source is a binary blob not built from auditable source code.
PKGBUILD
1 offending line(s) highlighted# Maintainer: XavierCLL <xavier.corredor.llano (a) gmail.com>
# Contributor: MoDoJ
pkgname=insync-dolphin
epoch=1
pkgver=3.9.8.60034
pkgrel=1
pkgdesc="Insync context menus and overlay icons for Dolphin - Plasma 6"
arch=('x86_64')
url="https://www.insynchq.com/downloads"
license=('custom:insync')
depends=(
'insync'
'dolphin'
)
source=("https://cdn.insynchq.com/builds/linux/${pkgver}/insync-dolphin-kde6_${pkgver}_all.deb")
sha256sums=('093601ddc71db5f105b06af3d9ee8463abca38103486cb3b62a95809cf64c18a')
package() {
cd "${srcdir}"
bsdtar -xf data.tar.gz -C "${pkgdir}"
mv "${pkgdir}/usr/lib/x86_64-linux-gnu/qt6" "${pkgdir}/usr/lib/"
rmdir "${pkgdir}/usr/lib/x86_64-linux-gnu"
}
Changes since previous scan
--- PKGBUILD @ 2026-06-18 16:11+++ PKGBUILD @ 2026-09-11 00:19@@ -3,41 +3,24 @@ pkgname=insync-dolphin epoch=1-pkgver=r29.de53666+pkgver=3.9.8.60034 pkgrel=1 pkgdesc="Insync context menus and overlay icons for Dolphin - Plasma 6" arch=('x86_64')-url="https://github.com/felagund/dolphin-insync-plugin-plasma-6"-license=('GPL-2.0-only')+url="https://www.insynchq.com/downloads"+license=('custom:insync') depends=( 'insync' 'dolphin' )-makedepends=(- 'cmake'- 'extra-cmake-modules'- 'qt6-base'- 'git'- 'kconfig'- 'kcoreaddons'- 'kio'-)-source=("${pkgname}::git+https://github.com/felagund/dolphin-insync-plugin-plasma-6.git#branch=master")-sha256sums=('SKIP')+source=("https://cdn.insynchq.com/builds/linux/${pkgver}/insync-dolphin-kde6_${pkgver}_all.deb")+sha256sums=('093601ddc71db5f105b06af3d9ee8463abca38103486cb3b62a95809cf64c18a') -pkgver() {- cd "${pkgname}"- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"+package() {+ cd "${srcdir}"+ bsdtar -xf data.tar.gz -C "${pkgdir}"++ mv "${pkgdir}/usr/lib/x86_64-linux-gnu/qt6" "${pkgdir}/usr/lib/"+ rmdir "${pkgdir}/usr/lib/x86_64-linux-gnu" } -build() {- cd "${pkgname}"- cmake -DCMAKE_INSTALL_PREFIX=/usr -B build/- cmake --build build/-}--package() {- cd "${pkgname}"- DESTDIR="${pkgdir}" cmake --install build/-}-Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 23:21:28 | Medium | 2 |
| 2026-06-18 16:11:54 | Clean | 0 |