endpoint-verification-chrome
maintainer sanquaes
· 2 votes
· base
endpoint-verification
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a .deb from Google's official package repository, which is a legitimate source for the software, and extracts it to install files; the non-whitelisted host is a Google domain used for official package distribution, and no untrusted or obfuscated code execution occurs.
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 .deb from Google's official package repository, which is a legitimate source for the software, and extracts it to install files; the non-whitelisted host is a Google domain used for official package distribution, and no untrusted or obfuscated code execution occurs.
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:20
source=("https://packages.cloud.google.com/apt/pool/${pkgbase}/${pkgbase}_${_pkgver}_amd64_${md5sums[0]}.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Michael Markevich <m.markevich@gmail.com>
2
# Maintainer: Ilango Rajagopal <ilangokul@gmail.com>
3
4
pkgbase=endpoint-verification
5
pkgname=("endpoint-verification" "endpoint-verification-chrome")
6
_pkgver="2023.12.18.c591921611-00"
7
pkgver="$(tr '-' '_' <<< $_pkgver)"
8
pkgrel=11
9
pkgdesc="Endpoint Verification Helper"
10
arch=(x86_64)
11
url="https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg"
12
license=(unknown)
13
# https://packages.cloud.google.com/apt/dists/endpoint-verification/main/binary-amd64/Packages
14
md5sums=('0ed3d7aced2a9858c943a958c4c8ee9a'
15
'5bf530393987f3b05336cf4428462892'
16
'92a02a6fe12d2d2d8da4c8900a9f1d87')
17
sha256sums=('557e0ce3527e2bc3a29906cbc8adfbae5e469fad9cf8dd2ca75d04a9ddc3dcc5'
18
'50d9e83ef1b9d32265eecc6af9d9b762ad7c29e771e136a743f29740975c4932'
19
'3878461e75d3ef9ac93ae59e5f5523eb1301fbbebc5d0ea318ba317542367b2b')
20
source=("https://packages.cloud.google.com/apt/pool/${pkgbase}/${pkgbase}_${_pkgver}_amd64_${md5sums[0]}.deb"
21
"endpoint-verification.service"
22
"opera.patch")
23
24
prepare() {
25
tar -xf data.tar.gz
26
mv etc/init.d/endpoint-verification opt/google/endpoint-verification/bin
27
rmdir etc/init.d
28
patch --directory="$srcdir" --forward --strip=0 --input="${srcdir}/opera.patch"
29
}
30
31
package_endpoint-verification() {
32
pkgdesc="Endpoint Verification Helper for Chromium"
33
depends=(chromium)
34
35
cp -a "$srcdir/opt" "$pkgdir"
36
cp -a "$srcdir/usr" "$pkgdir"
37
cp -a "$srcdir/etc" "$pkgdir"
38
install -D -m0644 -t "$pkgdir/usr/lib/systemd/system" "$srcdir/endpoint-verification.service"
39
40
mv "$pkgdir/etc/opt/chrome" "$pkgdir/etc/chromium"
41
rmdir "$pkgdir/etc/opt"
42
}
43
44
package_endpoint-verification-chrome() {
45
pkgdesc="Endpoint verification Helper for Google Chrome"
46
depends=(google-chrome)
47
provides=(endpoint-verification)
48
conflicts=(endpoint-verification)
49
50
cp -a "$srcdir/opt" "$pkgdir"
51
cp -a "$srcdir/usr" "$pkgdir"
52
cp -a "$srcdir/etc" "$pkgdir"
53
install -D -m0644 -t "$pkgdir/usr/lib/systemd/system" "$srcdir/endpoint-verification.service"
54
}
55
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 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 |