astrosound-redux-git

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 from a legitimate git repository, which is standard for building Electron apps; the undeclared dev dependency is a normal part of the build process and not a supply-chain 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 from a legitimate git repository, which is standard for building Electron apps; the undeclared dev dependency is a normal part of the build process and not a supply-chain 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:32 npm install electron-packager --save-dev

PKGBUILD

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

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