astrosound-redux

LOW
maintainer sansation 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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