immersed

LOW
maintainer jprostko 7 votes scanned 2026-09-17 00:27:14.276658
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-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