chromedriver-beta
maintainer Raymo111
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from Google's official chrome-for-testing-public bucket on Google Cloud Storage, which is a legitimate and expected source for Chromedriver; despite the non-whitelisted host, the download is from a trusted vendor infrastructure, and the package installs only the official binary without executing remote code or obfuscation.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary from Google's official chrome-for-testing-public bucket on Google Cloud Storage, which is a legitimate and expected source for Chromedriver; despite the non-whitelisted host, the download is from a trusted vendor infrastructure, and the package installs only the official binary without executing remote code or obfuscation.
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:17
source=("${_pkgname}_${pkgver}_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/${pkgver}/linux64/${_pkgname}-linux64.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Raymond Li <aur@raymond.li>
2
# Contributor: Robert Walaski <robert@walaski.cz>
3
# Contributor: JunYoung Gwak <aur@jgwak.com>
4
# Contributor: relrel <relrelbachar@gmail.com>
5
_pkgname=chromedriver
6
pkgname=${_pkgname}-beta
7
pkgver=152.0.7977.8
8
pkgrel=1
9
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome-beta)"
10
arch=('x86_64')
11
url="https://chromedriver.chromium.org/"
12
license=('BSD')
13
depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
14
optdepends=(google-chrome-beta)
15
provides=(${_pkgname})
16
conflicts=(chromium ${_pkgname})
17
source=("${_pkgname}_${pkgver}_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/${pkgver}/linux64/${_pkgname}-linux64.zip")
18
sha512sums=('fd1a1991f9656c5a7322f89def98ea6c8f82e21a42964e69cfd30932d5dad8112e02bfbde2f06244fce05ac9b358c94223cf7497f18f7f286027d80e63bb8a77')
19
20
package() {
21
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}-linux64/${_pkgname}"
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ # Contributor: relrel <relrelbachar@gmail.com> _pkgname=chromedriver pkgname=${_pkgname}-beta-pkgver=151.0.7922.47+pkgver=152.0.7977.8 pkgrel=1 pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome-beta)" arch=('x86_64')@@ -15,7 +15,7 @@ provides=(${_pkgname}) conflicts=(chromium ${_pkgname}) source=("${_pkgname}_${pkgver}_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/${pkgver}/linux64/${_pkgname}-linux64.zip")-sha512sums=('6cf79c07333bf82dec1f6ab2eecdc33fc434ed36f0a450677d2120d6c8a9443977b16aa2bdcf5ec79f2886effc13e512f7194130ef39ad73cff5ad238bd31b14')+sha512sums=('fd1a1991f9656c5a7322f89def98ea6c8f82e21a42964e69cfd30932d5dad8112e02bfbde2f06244fce05ac9b358c94223cf7497f18f7f286027d80e63bb8a77') package() { install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}-linux64/${_pkgname}"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 19:16:23 | MEDIUM | 1 |
| 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 07:22:42 | MEDIUM | 1 |
| 2026-07-16 00:05:41 | CLEAN | 2 |
| 2026-07-15 23:49:53 | MEDIUM | 1 |
| 2026-07-15 00:09:25 | LOW | 2 |
| 2026-07-14 00:09:48 | LOW | 2 |
| 2026-07-13 00:19:36 | LOW | 2 |
| 2026-07-12 00:27:26 | LOW | 2 |
| 2026-07-11 00:25:18 | LOW | 2 |