endpoint-verification-chrome
endpoint-verification
scanned 2026-09-17 00:27:14.276658
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
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)
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# Maintainer: Michael Markevich <m.markevich@gmail.com>
# Maintainer: Ilango Rajagopal <ilangokul@gmail.com>
pkgbase=endpoint-verification
pkgname=("endpoint-verification" "endpoint-verification-chrome")
_pkgver="2023.12.18.c591921611-00"
pkgver="$(tr '-' '_' <<< $_pkgver)"
pkgrel=11
pkgdesc="Endpoint Verification Helper"
arch=(x86_64)
url="https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg"
license=(unknown)
# https://packages.cloud.google.com/apt/dists/endpoint-verification/main/binary-amd64/Packages
md5sums=('0ed3d7aced2a9858c943a958c4c8ee9a'
'5bf530393987f3b05336cf4428462892'
'92a02a6fe12d2d2d8da4c8900a9f1d87')
sha256sums=('557e0ce3527e2bc3a29906cbc8adfbae5e469fad9cf8dd2ca75d04a9ddc3dcc5'
'50d9e83ef1b9d32265eecc6af9d9b762ad7c29e771e136a743f29740975c4932'
'3878461e75d3ef9ac93ae59e5f5523eb1301fbbebc5d0ea318ba317542367b2b')
source=("https://packages.cloud.google.com/apt/pool/${pkgbase}/${pkgbase}_${_pkgver}_amd64_${md5sums[0]}.deb"
"endpoint-verification.service"
"opera.patch")
prepare() {
tar -xf data.tar.gz
mv etc/init.d/endpoint-verification opt/google/endpoint-verification/bin
rmdir etc/init.d
patch --directory="$srcdir" --forward --strip=0 --input="${srcdir}/opera.patch"
}
package_endpoint-verification() {
pkgdesc="Endpoint Verification Helper for Chromium"
depends=(chromium)
cp -a "$srcdir/opt" "$pkgdir"
cp -a "$srcdir/usr" "$pkgdir"
cp -a "$srcdir/etc" "$pkgdir"
install -D -m0644 -t "$pkgdir/usr/lib/systemd/system" "$srcdir/endpoint-verification.service"
mv "$pkgdir/etc/opt/chrome" "$pkgdir/etc/chromium"
rmdir "$pkgdir/etc/opt"
}
package_endpoint-verification-chrome() {
pkgdesc="Endpoint verification Helper for Google Chrome"
depends=(google-chrome)
provides=(endpoint-verification)
conflicts=(endpoint-verification)
cp -a "$srcdir/opt" "$pkgdir"
cp -a "$srcdir/usr" "$pkgdir"
cp -a "$srcdir/etc" "$pkgdir"
install -D -m0644 -t "$pkgdir/usr/lib/systemd/system" "$srcdir/endpoint-verification.service"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |