room-arranger

LOW
maintainer ChrisLane 10 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a source tarball from a non-whitelisted host (Backblaze B2), but it is the project's own release infrastructure as implied by the project name in the path; the checksums are provided and match, and the build installs only data and prebuilt binaries from that source, which is normal for AUR packages distributing closed-source software.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): The package downloads a source tarball from a non-whitelisted host (Backblaze B2), but it is the project's own release infrastructure as implied by the project name in the path; the checksums are provided and match, and the build installs only data and prebuilt binaries from that source, which is normal for AUR packages distributing closed-source software.

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:15 source=("https://f000.backblazeb2.com/file/rooarr/rooarr${pkgver//./}-linux64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Chris Lane <aur at chrislane dot com>
2# Contributor: Bernhard Landauer <oberon@manjaro.org>
3# Contributor: Jason Scurtu (scujas) <jscurtu@gmail.com>
4
5pkgname=room-arranger
6_pkgname=rooarr
7pkgver=11.0.2
8pkgrel=1
9pkgdesc="3D room / apartment / floor planner with simple user interface."
10arch=('x86_64')
11license=('custom')
12url='https://www.roomarranger.com'
13depends=('hicolor-icon-theme' 'openssl')
14options=('!strip' '!debug')
15source=("https://f000.backblazeb2.com/file/rooarr/rooarr${pkgver//./}-linux64.tar.gz"
16 "${_pkgname}_run.sh"
17 "${pkgname//-/}.desktop")
18sha512sums=('34b718049978c6bfc733d7280c091a3f3e77e213c27f8b10652a69ebd7dfd3527d233f6cafa9411143f703a27d215ddfbd0f7e6f50decb94ad3d3c024ad49d66'
19 '4fb685442c7527ae8494cc700c6e06dd37cdf1e21d3beb1b2479e98840329b612ec8ffb2f6b5e8e43a7cfda57800b2aee2b8bf0e1608f5fb510f68558be19663'
20 '73799a47527485f0b2102ee1eba33ad8e86bf3b269697588390064467323e4ed44fc49d8b6a18b113d0a62ddf81178e8b0dbca2f321d4c52016ee2d8afeb165d')
21
22package() {
23 cd rooarr-setup/rooarr-bin
24
25 # Copy icons and mimetypes
26 ICONDIR=$pkgdir/usr/share/icons/hicolor
27
28 for i in 16 32 48 64 128 256 512; do
29 install -Dm644 icons/icon_${i}x$i.png $ICONDIR/${i}x$i/apps/roomarranger.png
30 done
31
32 install -Dm644 icons/icon_256x256.png $pkgdir/usr/share/pixmaps/roomarranger.png
33 install -Dm644 icons/raFileIcon32.png $ICONDIR/32x32/mimetypes/application-com.roomarranger.project.png
34 install -Dm644 icons/raFileObjectIcon32.png $ICONDIR/32x32/mimetypes/application-com.roomarranger.object.png
35 install -Dm644 raproject.xml $pkgdir/usr/share/mime/packages/raproject.xml
36
37 # Copy programm files
38 install -d $pkgdir/opt
39 cp -r $srcdir/rooarr-setup/rooarr-bin $pkgdir/opt
40
41 # Copy desktop file and launcher
42 install -Dm644 $srcdir/roomarranger.desktop $pkgdir/usr/share/applications/roomarranger.desktop
43 install -Dm755 $srcdir/rooarr_run.sh $pkgdir/usr/bin/${_pkgname}_run.sh
44 ln -s /usr/bin/rooarr_run.sh $pkgdir/usr/bin/$pkgname
45}
46
47# vim:set ts=2 sw=2 et:
48

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