pulsesync-bin
The package downloads a prebuilt binary from a non-whitelisted, project-owned S3 bucket (s3.pulsesync.dev); while the host is specific to the project, the source is an unverifiable executable with a matching checksum, posing a supply-chain risk if the upstream were compromised.
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:36
source_x86_64=("${_asset}::https://s3.pulsesync.dev/${_prefix}/${_branch}/${_asset}")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary from a non-whitelisted, project-owned S3 bucket (s3.pulsesync.dev); while the host is specific to the project, the source is an unverifiable executable with a matching checksum, posing a supply-chain risk if the upstream were compromised.
PKGBUILD
1 offending line(s) highlighted# Maintainer: PulseSync <contact@pulsesync.dev>
pkgname=pulsesync-bin
pkgver=2.17.2
pkgrel=1
_prefix=builds/app
_branch=beta
pkgdesc="PulseSync desktop app"
arch=('x86_64')
url="https://pulsesync.dev"
license=('custom')
install="${pkgname}.install"
depends=(
'gtk3'
'libnotify'
'nss'
'libxss'
'libxtst'
'xdg-utils'
'at-spi2-core'
'util-linux-libs'
'libsecret'
)
optdepends=('libappindicator-gtk3: tray icon support')
provides=('pulsesync')
conflicts=('pulsesync')
options=('!strip')
_asset_version="2.17.2-beta"
_asset="pulsesync-app-2.17.2-beta-linux-x64.tar.gz"
source=(
'pulsesync.desktop'
'pulsesync.xml'
)
source_x86_64=("${_asset}::https://s3.pulsesync.dev/${_prefix}/${_branch}/${_asset}")
sha256sums=('40712fd6e126ebe51de9f7aaa055c044390ab18ab3984048419b7f20c7df9410' 'fb0b48d037e98bdd70c3a5cf0f9587df0a72450245c786f6da80525523c982e1')
sha256sums_x86_64=('d76b645c29d12483c0422125b6f4ab57b2d8a59778628161fef56e863281dd06')
package() {
install -dm755 "${pkgdir}"
cp -a "${srcdir}/opt" "${pkgdir}/"
for executable in "${pkgdir}/opt/PulseSync/pulsesync" "${pkgdir}/opt/PulseSync/chrome-sandbox" "${pkgdir}/opt/PulseSync/chrome_crashpad_handler"; do
[[ -f "${executable}" ]] && chmod 755 "${executable}"
done
install -dm755 "${pkgdir}/usr/bin"
ln -sf "/opt/PulseSync/pulsesync" "${pkgdir}/usr/bin/pulsesync"
install -Dm644 "${srcdir}/pulsesync.desktop" "${pkgdir}/usr/share/applications/pulsesync.desktop"
install -Dm644 "${srcdir}/pulsesync.xml" "${pkgdir}/usr/share/mime/packages/pulsesync.xml"
install -Dm644 "${pkgdir}/opt/PulseSync/resources/assets/icon/App.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/pulsesync.png"
install -Dm644 "${pkgdir}/opt/PulseSync/resources/assets/pext/pext.png" "${pkgdir}/usr/share/icons/hicolor/1024x1024/mimetypes/application-x-pext.png"
}
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 |