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
4pkgname=immersed
5pkgver=11.0.0
6pkgrel=1
7pkgdesc="Immersed Desktop Agent"
8arch=('x86_64')
9url="https://immersed.com/"
10license=('unknown')
11depends=('fuse' 'libva-utils')
12optdepends=(
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)
19options=(!strip !debug)
20
21_pkgname_ucfirst="${pkgname^}"
22_appimage_unversioned="${_pkgname_ucfirst}-${arch}.AppImage"
23_appimage_versioned="${_pkgname_ucfirst}-${pkgver}-${arch}.AppImage"
24
25source=("${_appimage_versioned}::https://static.immersed.com/dl/${_appimage_unversioned}")
26sha256sums=('19b72467f58afbbfcf150bd37d4c3078fb6e7cf295c08c123e1f81a3f706ee4a')
27
28prepare() {
29 chmod +x "${srcdir}/${_appimage_versioned}"
30 "${srcdir}/${_appimage_versioned}" --appimage-extract
31}
32
33package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion