vision-browser
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:15
source_x86_64=("${_debfile}::https://vision-releases.s3.eu-north-1.amazonaws.com/v3.3.38/linux-deb/vision_3.3.38_amd64.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): This PKGBUILD downloads a prebuilt proprietary binary .deb from an AWS S3 bucket (vision-releases.s3.eu-north-1.amazonaws.com) controlled by the vendor, extracts it, and installs it directly. The sha256sum provides integrity checking against tampering in transit, but the S3 bucket is not a canonical, auditable release host — it is a private bucket that could be modified by whoever controls it without any public transparency (no GitHub releases, no signed artifacts, no reproducible build). The package installs executed binaries (an antidetect browser, which is inherently a high-risk category of software) from this unofficial host. This is a genuine medium-severity supply-chain concern: the binary is executed code from a non-standard host with no code signing or independent verification beyond the sha256 pinned in the PKGBUILD. The antidetect browser use-case also raises concerns about the software's purpose, but that alone does not elevate to high. No obfuscation, encoding, or active exfiltration is present in the PKGBUILD itself.
PKGBUILD
1 offending line(s) highlighted_pkgname=vision-browser
pkgname="${_pkgname}"
pkgver=3.3.38
pkgrel=1
pkgdesc="Vision browser is antidetect browser"
arch=('x86_64')
url="https://browser.vision/"
license=('Proprietary')
depends=('xdotool' 'webkit2gtk-4.1')
optdepends=('gnome-terminal')
makedepends=('binutils')
options=(!strip)
_debfile="${pkgname}-${pkgver}.deb"
source_x86_64=("${_debfile}::https://vision-releases.s3.eu-north-1.amazonaws.com/v3.3.38/linux-deb/vision_3.3.38_amd64.deb")
noextract=("${_debfile}")
sha256sums_x86_64=('6889698aa39997072d60ca1312e7463ee3946320497296c013434726876ca4a6')
package() {
cd "$srcdir"
ar x "${_debfile}"
tar -xvf data.tar.* -C "$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 |