immersed
maintainer jprostko
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from the project's own static domain, which is not on the whitelist but plausibly official; the AppImage is extracted and installed without executing arbitrary remote code, and the checksum is verified, limiting supply-chain risk to low.
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 project's own static domain, which is not on the whitelist but plausibly official; the AppImage is extracted and installed without executing arbitrary remote code, and the checksum is verified, limiting supply-chain risk to low.
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:25
source=("${_appimage_versioned}::https://static.immersed.com/dl/${_appimage_unversioned}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Joseph R. Prostko <joe dot prostko at gmail dot com>
2
# Upstream: Immersed Inc. <info at immersed dot com>
3
4
pkgname=immersed
5
pkgver=11.0.0
6
pkgrel=1
7
pkgdesc="Immersed Desktop Agent"
8
arch=('x86_64')
9
url="https://immersed.com/"
10
license=('unknown')
11
depends=('fuse' 'libva-utils')
12
optdepends=(
13
'intel-media-driver: VA-API implementation for Intel (HD Graphics - Broadwell and later)'
14
'libva-intel-driver: VA-API implementation for Intel (GMA 4500 - Coffee Lake and prior)'
15
'libva-nvidia-driver: VA-API implementation for NVIDIA that uses NVDEC as a backend'
16
'mesa: VA-API implemention for AMD is contained within this package'
17
'V4L2LOOPBACK-MODULE: Virtual webcam support'
18
)
19
options=(!strip !debug)
20
21
_pkgname_ucfirst="${pkgname^}"
22
_appimage_unversioned="${_pkgname_ucfirst}-${arch}.AppImage"
23
_appimage_versioned="${_pkgname_ucfirst}-${pkgver}-${arch}.AppImage"
24
25
source=("${_appimage_versioned}::https://static.immersed.com/dl/${_appimage_unversioned}")
26
sha256sums=('19b72467f58afbbfcf150bd37d4c3078fb6e7cf295c08c123e1f81a3f706ee4a')
27
28
prepare() {
29
chmod +x "${srcdir}/${_appimage_versioned}"
30
"${srcdir}/${_appimage_versioned}" --appimage-extract
31
}
32
33
package() {
34
# Deploy AppImage
35
install -Dm755 "${srcdir}/${_appimage_versioned}" "${pkgdir}/opt/${_pkgname_ucfirst}/${_appimage_unversioned}"
36
37
# Symlink executable
38
install -dm755 "${pkgdir}/usr/bin"
39
ln -s "/opt/${_pkgname_ucfirst}/${_appimage_unversioned}" "${pkgdir}/usr/bin/${pkgname}"
40
41
# Modify and install .desktop file
42
sed -i "s/^Exec=.*/Exec=${pkgname}/" "${srcdir}/squashfs-root/${_pkgname_ucfirst}.desktop"
43
install -Dm644 "${srcdir}/squashfs-root/${_pkgname_ucfirst}.desktop" "${pkgdir}/usr/share/applications/${_pkgname_ucfirst}.desktop"
44
45
# Install icon
46
install -Dm644 "${srcdir}/squashfs-root/${_pkgname_ucfirst}.png" "${pkgdir}/usr/share/pixmaps/${_pkgname_ucfirst}.png"
47
}
48
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 |