pulsar-music
maintainer nord
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own GitLab instance, building from source is normal for AUR packages, and the non-whitelisted host is plausibly project-owned; SKIP'd checksums are a quality issue but do not imply active danger here.
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 source is a tarball from the project's own GitLab instance, building from source is normal for AUR packages, and the non-whitelisted host is plausibly project-owned; SKIP'd checksums are a quality issue but do not imply active danger here.
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:15
source=("$pkgname-$pkgver.tar.gz::https://lab.nordstud.io/nord/pulsar/-/archive/v$pkgver/pulsar-v$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: tygrdev <hi@tygr.dev>
2
# Contributor: tygrdev, wackery
3
pkgname=pulsar-music
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="A local-first, cross-platform music player."
7
arch=('x86_64')
8
url="https://usepulsar.app"
9
license=('AGPL-3.0-or-later')
10
provides=('pulsar-music')
11
conflicts=('pulsar-music-bin')
12
depends=('alsa-lib' 'fontconfig' 'freetype2' 'libxkbcommon' 'libx11' 'libxcb'
13
'wayland' 'dbus' 'vulkan-icd-loader' 'openssl' 'libssh2')
14
makedepends=('rust' 'cargo' 'git' 'pkgconf' 'perl' 'cmake' 'clang')
15
source=("$pkgname-$pkgver.tar.gz::https://lab.nordstud.io/nord/pulsar/-/archive/v$pkgver/pulsar-v$pkgver.tar.gz"
16
'pulsar.desktop')
17
sha256sums=('SKIP'
18
'SKIP')
19
20
prepare() {
21
cd "${srcdir}/pulsar-v${pkgver}"
22
export CARGO_NET_GIT_FETCH_WITH_CLI=true
23
cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')"
24
}
25
26
build() {
27
cd "${srcdir}/pulsar-v${pkgver}"
28
export CARGO_NET_GIT_FETCH_WITH_CLI=true
29
export RUSTFLAGS="${RUSTFLAGS:+$RUSTFLAGS }--cfg no_update"
30
if [[ " ${CFLAGS-} ${CXXFLAGS-} " == *" -flto"* ]]; then
31
export CFLAGS="${CFLAGS-} -ffat-lto-objects"
32
export CXXFLAGS="${CXXFLAGS-} -ffat-lto-objects"
33
fi
34
cargo build --release --offline -p pulsar
35
}
36
37
package() {
38
cd "${srcdir}/pulsar-v${pkgver}"
39
install -Dm755 "target/release/pulsar" "${pkgdir}/usr/bin/pulsar"
40
install -Dm644 "assets/appicon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/pulsar.png"
41
install -Dm644 "${srcdir}/pulsar.desktop" "${pkgdir}/usr/share/applications/pulsar.desktop"
42
}
43
Changes since previous scan
--- PKGBUILD @ 2026-07-24 00:02+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: tygrdev <hi@tygr.dev> # Contributor: tygrdev, wackery pkgname=pulsar-music-pkgver=0.0.3+pkgver=0.1.0 pkgrel=1 pkgdesc="A local-first, cross-platform music player." arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 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 01:26:42 | MEDIUM | 1 |
| 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 |