nerolinux4
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:34
source=("nerolinux-${pkgver}-x86_64.rpm"::'http://nero-mirror.com/support/NeroLINUX/nerolinux-4.0.0.0b-x86_64.rpm')
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt proprietary binary RPM (containing executables nero, nerocmd, neroexpress) from nero-mirror.com, which is not the official nero.com domain. The official URL is listed as nerolinux.nero.com but the source is pulled from a third-party mirror domain. This is a genuine supply-chain concern: if nero-mirror.com is not officially operated by Nero AG, the binary could be tampered with. The MD5 checksum provides weak integrity assurance (MD5 is cryptographically broken). The package installs and executes these binaries directly. This fits the medium severity definition: executed binaries from an unofficial/personal host.
PKGBUILD
1 offending line(s) highlighted# Original Maintainer: Nero AG <techsupport@nero.com>
# Maintainer: BethHarmon <BethOliviaHarmon at gmail dot com>
# Created from https://aur.archlinux.org/packages/nerolinux3
# Edited by visious
pkgname=nerolinux4
pkgver=4.0.0.0b
pkgrel=3
pkgdesc="Nero Burning ROM for linux"
arch=('x86_64')
url="http://nerolinux.nero.com"
license=('Nero AG')
depends=(
'atk'
'cairo'
'desktop-file-utils'
'fontconfig'
'gcc-libs>=4.1.1'
'gdk-pixbuf2'
'glib2>=2.12.0'
'glibc>=2.3.6'
'gtk2>=2.8.0'
'hicolor-icon-theme'
'libx11'
'libxcursor'
'libxext'
'libxfixes'
'libxi'
'libxinerama'
'libxrandr'
'libxrender'
'pango'
)
source=("nerolinux-${pkgver}-x86_64.rpm"::'http://nero-mirror.com/support/NeroLINUX/nerolinux-4.0.0.0b-x86_64.rpm')
md5sums=('f5b307c37e5623231e0a042ee43e018c')
prepare() {
cd "$srcdir"
chmod a+rx -R *
find . -type f -exec chmod -x \{\} \;
chmod +x usr/bin/{nero,nerocmd,neroexpress}
# Remove shortcut nerolinux-4.0.0.0b-x86_64.rpm
rm -r "${srcdir}/nerolinux-4.0.0.0b-x86_64.rpm"
# Fixing device problems
# Load module "sg" for Nerolinux.
mkdir -p "${srcdir}/etc/modules-load.d/"
touch "${srcdir}/etc/modules-load.d/${pkgname}.conf"
echo sg > "${srcdir}/etc/modules-load.d/${pkgname}.conf"
}
package() {
cd "$pkgdir"
mv "${srcdir}"/* .
mkdir -p usr/share/licenses/nerolinux
mv usr/share/doc/nero/EULA* usr/share/licenses/nerolinux
mv usr/lib64/ usr/lib/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |