iriunwebcam-bin
Triggered rules
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:20
"iriunwebcam-${pkgver}.deb"::"http://iriun.gitlab.io/iriunwebcam-${pkgver}.deb"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt binary .deb from iriun.gitlab.io (a GitLab Pages host controlled by the 'iriun' GitLab account, not the official iriun.com domain). The binary is then extracted and installed as an executable. While the sha256 checksum provides integrity verification against the specific artifact, the source is not the official vendor download page (iriun.com) but a GitLab Pages site. This is a real supply-chain concern: if the GitLab account were compromised or the artifact silently replaced before the checksum was recorded, users would execute arbitrary code. The pattern of installing a prebuilt closed-source binary from an unofficial/personal hosting location (even if it appears to be the developer's own GitLab) rather than the official website warrants medium severity. The checksum mitigates replay attacks but not initial poisoning.
PKGBUILD
1 offending line(s) highlighted# Maintainer:
# Contributor: Barfin
# Contributor: DanielH, agstrc
_pkgname="iriunwebcam"
pkgname="$_pkgname-bin"
pkgver=2.9.1
pkgrel=1
pkgdesc="Use your phone's camera as a wireless webcam in your PC"
url="https://iriun.com/"
license=('LicenseRef-Iriun')
arch=('x86_64')
optdepends=(
'android-tools: adb'
'qt5-wayland'
)
source=(
"iriunwebcam-${pkgver}.deb"::"http://iriun.gitlab.io/iriunwebcam-${pkgver}.deb"
"LICENSE.iriun.txt" # extracted from mac archive
)
sha256sums=(
'b25a53c9eb53f7ac1a47b5ef7174990dd97f66269c7388603395c2c57f160b84'
'eb2ba875d0b419ab7d6327a933d619d1b9eed51f89d49e55ed789bf8f37f75be'
)
options=("!emptydirs" "!debug")
package() {
depends=(
'alsa-lib'
'avahi'
'libdrm'
'qt5-base'
'v4l2loopback-dkms'
)
tar -xf "$srcdir/data.tar.zst" -C "$pkgdir"
# binary
install -Dm755 "$pkgdir/usr/local/bin/iriunwebcam" -t "$pkgdir/usr/bin/"
rm -rf "$pkgdir/usr/local"
# fixes
sed -E -e 's&/usr/local/bin/&&' -i "$pkgdir/usr/share/applications/iriunwebcam.desktop"
# license
install -Dm644 LICENSE.iriun.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
# permissions
chmod -R u+rwX,go+rX,go-w "$pkgdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |