astrosound-redux

maintainer sansation · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The npm install runs on the project's own source code from a trusted GitHub repository, and the installed dev dependency 'electron-packager' is a standard build tool required for packaging Electron apps, not an undeclared external risk.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The npm install runs on the project's own source code from a trusted GitHub repository, and the installed dev dependency 'electron-packager' is a standard build tool required for packaging Electron apps, not an undeclared external risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM npm/yarn/pnpm install of an undeclared external package npm_install_external

Runs `npm/yarn/pnpm install <package>` for a package not in source=(), pulling unpinned, unreviewed code at build time. Severity downgraded: the package declares/looks like a Node.js consumer, where build-time installs are expected.

  • PKGBUILD:27 npm install electron-packager --save-dev

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: sansation <sansation.git@gmail.com>
2pkgname=astrosound-redux
3pkgver=0.0.5
4pkgrel=4
5pkgdesc="A modern music player made with Electron"
6arch=('i686' 'x86_64')
7url='https://github.com/XNBlank/astrosound-redux'
8license=('GPL')
9makedepends=('tar' 'npm' 'gendesk')
10source=("https://github.com/XNBlank/${pkgname}/archive/${pkgver}-${pkgrel}.tar.gz")
11sha256sums=('7f685a663d5ac0d9a6c57fdcc1f47eacb3e1007ec713af9d0978cb2b839585b5')
12
13prepare() {
14 gendesk -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}"
15}
16
17package() {
18 cd ${srcdir}/${pkgname}-${pkgver}-${pkgrel}
19
20 case $CARCH in
21 'i686') _arch='ia32';;
22 'x86_64') _arch='x64';;
23 esac
24
25 # Build package with electron
26 npm install
27 npm install electron-packager --save-dev
28 ./node_modules/.bin/electron-packager . astrosound-redux --appname=astrosound-redux \
29 --version=1.2.6 --platform=linux --arch="${_arch}"
30
31 # Install files
32 install -d "${pkgdir}/opt/astrosound-redux"
33 cp -a "${pkgname}-linux-${_arch}/." "${pkgdir}/opt/${pkgname}/"
34
35 # Install desktop entry
36 install -d "${pkgdir}/usr/share/applications"
37 install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/"
38
39 # Symlink main binary
40 install -d "${pkgdir}/usr/bin"
41 ln -s "/opt/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
42
43 # Symlink icon
44 install -d "${pkgdir}/usr/share/pixmaps"
45 ln -s "/opt/${pkgname}/resources/app/app.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
46
47 # Install license file
48 install -Dm644 "${pkgdir}/opt/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
49 install -Dm644 "${pkgdir}/opt/${pkgname}/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
50 rm "${pkgdir}/opt/${pkgname}/LICENSE"
51 rm "${pkgdir}/opt/${pkgname}/LICENSES.chromium.html"
52}
53

Scan history

Scanned at (UTC)SeverityRules
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 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
2026-07-15 00:09:25 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion