roomeqwizard
maintainer edwloef
· 25 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a self-contained installer from the official project domain (roomeqwizard.com) which is not on the whitelist but is plausibly the project's own; it installs a prebuilt Java application, but the source is the official vendor and the worst case of a swap is limited to that application.
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 package downloads a self-contained installer from the official project domain (roomeqwizard.com) which is not on the whitelist but is plausibly the project's own; it installs a prebuilt Java application, but the source is the official vendor and the worst case of a swap is limited to that application.
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:18
"http://www.roomeqwizard.com/installers/REW_linux_no_jre_$_pkgver.sh"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: edwloef
2
# Contributor: hannut
3
# Contributor: Leo_Verto
4
# Contributor: tsuflux
5
# Contributor: sekret
6
7
pkgname=roomeqwizard
8
pkgver=5.31.3
9
_pkgver=5_31_3
10
pkgrel=1
11
pkgdesc="A room acoustics analysis software for measuring and analysing room and loudspeaker responses"
12
arch=('x86_64' 'aarch64')
13
url="https://www.roomeqwizard.com"
14
license=('custom')
15
depends=('xdg-utils' 'bash' 'glibc' 'java-runtime=8' 'alsa-lib')
16
makedepends=('java-environment=8' 'fontconfig' 'freetype2')
17
source=(
18
"http://www.roomeqwizard.com/installers/REW_linux_no_jre_$_pkgver.sh"
19
"https://www.roomeqwizard.com/Sampledata.mdat"
20
)
21
sha512sums=(
22
'921872ff4be2cd09b3ee11a7bdca8f7e838c683e450c6886530a99861b9dd877441498bf2fc671e1e0414464b78ffdc15cca7fc7ee6da01a7aa63e181e2766ad'
23
'79214c2c9e35dc2dfbc926b37c058ed8a67edc156823c25b353492379aa542534997b0ca94676921252d6152bfe4fb1196c7c6df16645f14ce9ffbd8e9859770'
24
)
25
26
package() {
27
export INSTALL4J_JAVA_HOME_OVERRIDE=/usr/lib/jvm/default
28
29
sh REW_linux_no_jre_$_pkgver.sh -q -dir "$pkgdir/usr/share/java/$pkgname" -J-Djava.util.prefs.userRoot=$srcdir/java.uprefs -J-Djava.util.prefs.systemRoot=$srcdir/java.sprefs
30
31
mkdir -p "$pkgdir/usr/bin" \
32
"$pkgdir/usr/share/icons" \
33
"$pkgdir/usr/share/licenses/$pkgname" \
34
"$pkgdir/usr/share/doc/$pkgname" \
35
"$pkgdir/usr/share/applications/$pkgname"
36
37
38
ln -s "/usr/share/java/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
39
mv "$pkgdir/usr/share/java/$pkgname/EULA.html" "$pkgdir/usr/share/licenses/$pkgname/"
40
cp -L "$pkgdir/usr/share/java/$pkgname/REW.desktop" "$pkgdir/usr/share/applications/$pkgname/$pkgname.desktop"
41
rm "$pkgdir/usr/share/java/$pkgname/REW.desktop"
42
43
cp "$pkgdir/usr/share/java/$pkgname/.install4j/roomeqwizard.png" "$pkgdir/usr/share/icons/$pkgname.png"
44
45
cp Sampledata.mdat "$pkgdir/usr/share/doc/$pkgname/"
46
47
# repair
48
sed "s%$pkgdir%%g" -i "$pkgdir/usr/share/java/$pkgname/.install4j/response.varfile"
49
sed "s%$pkgdir%%g" -i "$pkgdir/usr/share/java/$pkgname/.install4j/install.prop"
50
sed "s%$pkgdir%%g" -i "$pkgdir/usr/share/applications/$pkgname/$pkgname.desktop"
51
52
sed "s/REW/Room EQ Wizard/g" -i "$pkgdir/usr/share/applications/$pkgname/$pkgname.desktop"
53
echo "Icon=/usr/share/icons/$pkgname.png" >> "$pkgdir/usr/share/applications/$pkgname/$pkgname.desktop"
54
55
# fix waterfall crash
56
# https://www.avnirvana.com/threads/rew-for-linux-waterfall-drawing-problem.2956/
57
sed "s/^-Dsun.java2d.opengl=.*$/-Dsun.java2d.opengl=True/" -i "$pkgdir/usr/share/java/$pkgname/$pkgname.vmoptions"
58
59
# basic cleanup
60
rm -f "$pkgdir/usr/share/java/$pkgname/.install4j/files.log"
61
rm -f "$pkgdir/usr/share/java/$pkgname/.install4j/installation.log"
62
rm -f "$pkgdir/usr/share/java/$pkgname/.install4j/uninstall.png"
63
rm -f $pkgdir/usr/share/java/$pkgname/.install4j/*.desktop
64
rm -rf "$pkgdir/usr/share/java/$pkgname/uninstall"
65
}
66
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 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 |