room-arranger
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
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)
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# Maintainer: Chris Lane <aur at chrislane dot com>
# Contributor: Bernhard Landauer <oberon@manjaro.org>
# Contributor: Jason Scurtu (scujas) <jscurtu@gmail.com>
pkgname=room-arranger
_pkgname=rooarr
pkgver=11.0.2
pkgrel=1
pkgdesc="3D room / apartment / floor planner with simple user interface."
arch=('x86_64')
license=('custom')
url='https://www.roomarranger.com'
depends=('hicolor-icon-theme' 'openssl')
options=('!strip' '!debug')
source=("https://f000.backblazeb2.com/file/rooarr/rooarr${pkgver//./}-linux64.tar.gz"
"${_pkgname}_run.sh"
"${pkgname//-/}.desktop")
sha512sums=('34b718049978c6bfc733d7280c091a3f3e77e213c27f8b10652a69ebd7dfd3527d233f6cafa9411143f703a27d215ddfbd0f7e6f50decb94ad3d3c024ad49d66'
'4fb685442c7527ae8494cc700c6e06dd37cdf1e21d3beb1b2479e98840329b612ec8ffb2f6b5e8e43a7cfda57800b2aee2b8bf0e1608f5fb510f68558be19663'
'73799a47527485f0b2102ee1eba33ad8e86bf3b269697588390064467323e4ed44fc49d8b6a18b113d0a62ddf81178e8b0dbca2f321d4c52016ee2d8afeb165d')
package() {
cd rooarr-setup/rooarr-bin
# Copy icons and mimetypes
ICONDIR=$pkgdir/usr/share/icons/hicolor
for i in 16 32 48 64 128 256 512; do
install -Dm644 icons/icon_${i}x$i.png $ICONDIR/${i}x$i/apps/roomarranger.png
done
install -Dm644 icons/icon_256x256.png $pkgdir/usr/share/pixmaps/roomarranger.png
install -Dm644 icons/raFileIcon32.png $ICONDIR/32x32/mimetypes/application-com.roomarranger.project.png
install -Dm644 icons/raFileObjectIcon32.png $ICONDIR/32x32/mimetypes/application-com.roomarranger.object.png
install -Dm644 raproject.xml $pkgdir/usr/share/mime/packages/raproject.xml
# Copy programm files
install -d $pkgdir/opt
cp -r $srcdir/rooarr-setup/rooarr-bin $pkgdir/opt
# Copy desktop file and launcher
install -Dm644 $srcdir/roomarranger.desktop $pkgdir/usr/share/applications/roomarranger.desktop
install -Dm755 $srcdir/rooarr_run.sh $pkgdir/usr/bin/${_pkgname}_run.sh
ln -s /usr/bin/rooarr_run.sh $pkgdir/usr/bin/$pkgname
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |