rizomuv
maintainer ozzy1202
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the official project domain (rizomuv.com), which is a standard and trusted source; the AppImage is extracted and repackaged without executing arbitrary remote code, and no obfuscated or malicious behavior is present.
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 prebuilt AppImage from the official project domain (rizomuv.com), which is a standard and trusted source; the AppImage is extracted and repackaged without executing arbitrary remote code, and no obfuscated or malicious behavior is present.
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://www.rizomuv.com/setups/LINUX_SETUP/RizomUV.${pkgver}.${_build}.master.${_date}.AppImage"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ozzy <ozzy1202 at gmail.com>
2
3
pkgname=rizomuv
4
pkgver=2025.0.92
5
_build=g46f68ce6
6
_date=2025-09-14
7
pkgrel=1
8
pkgdesc="Professional-grade 3D model UV unwrapping tool."
9
arch=('x86_64')
10
url='https://www.rizomuv.com/'
11
license=('custom')
12
depends=('glibc' 'libgomp' 'ncurses' 'libdrm' 'gnutls' 'gdbm' 'bash' 'libtirpc' 'util-linux-libs' 'python' 'python-docutils' 'openssl' 'openssl-1.1' 'fontconfig' 'libglvnd' 'libffi' 'gvfs' 'libxcrypt-compat')
13
options=('!strip') # PNG assets here should be left untouched!
14
15
source=("https://www.rizomuv.com/setups/LINUX_SETUP/RizomUV.${pkgver}.${_build}.master.${_date}.AppImage"
16
'RizomUV.desktop'
17
'rizomuv')
18
noextract=('RizomUV.${pkgver}.${_build}.master.${_date}.AppImage')
19
sha256sums=('b3e63171438cd332b7d1ee77f0930469d03d91f102e04849c1615e6212a47925'
20
'8284524722421aa5561c76dfa8031fdcffff5e06621a6a0fa619b528d3b10dd0'
21
'9ac5dfdafe738519a9bf5b4e45e32e9a50935f11277965cde831e050a4270020')
22
23
validpgpkeys=()
24
25
prepare() {
26
chmod +x RizomUV.${pkgver}.${_build}.master.${_date}.AppImage
27
./RizomUV.${pkgver}.${_build}.master.${_date}.AppImage --appimage-extract
28
rm "${srcdir}/squashfs-root/lib64/libGLdispatch.so.0"
29
rm "${srcdir}/squashfs-root/lib64/libfontconfig.so.1"
30
rm -r "${srcdir}/squashfs-root/usr/lib64/gio"
31
cp "${srcdir}/squashfs-root/logo512x512.png" "${srcdir}/squashfs-root/rizomuv_logo512x512.png"
32
ln -s /usr/lib/libffi.so "${srcdir}/squashfs-root/lib64/libffi.so.6"
33
chmod +x rizomuv
34
cp "${srcdir}/rizomuv" "${srcdir}/squashfs-root/"
35
mv "${srcdir}/squashfs-root" "${srcdir}/RizomUV"
36
}
37
38
package() {
39
mkdir -p "${pkgdir}/opt"
40
mkdir -p "${pkgdir}/usr/bin"
41
42
install -Dm644 -t "${pkgdir}/usr/share/applications" "${srcdir}/RizomUV.desktop"
43
install -Dm644 -t "${pkgdir}/usr/share/icons" "${srcdir}/RizomUV/rizomuv_logo512x512.png"
44
45
mv "${srcdir}/RizomUV" "${pkgdir}/opt"
46
cp "${pkgdir}/opt/RizomUV/rizomuv" "${pkgdir}/usr/bin/rizomuv"
47
}
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 |