endpoint-verification

LOW
maintainer sanquaes 2 votes scanned 2026-09-17 00:27:14.276658
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
4pkgbase=endpoint-verification
5pkgname=("endpoint-verification" "endpoint-verification-chrome")
6_pkgver="2023.12.18.c591921611-00"
7pkgver="$(tr '-' '_' <<< $_pkgver)"
8pkgrel=11
9pkgdesc="Endpoint Verification Helper"
10arch=(x86_64)
11url="https://chrome.google.com/webstore/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg"
12license=(unknown)
13# https://packages.cloud.google.com/apt/dists/endpoint-verification/main/binary-amd64/Packages
14md5sums=('0ed3d7aced2a9858c943a958c4c8ee9a'
15 '5bf530393987f3b05336cf4428462892'
16 '92a02a6fe12d2d2d8da4c8900a9f1d87')
17sha256sums=('557e0ce3527e2bc3a29906cbc8adfbae5e469fad9cf8dd2ca75d04a9ddc3dcc5'
18 '50d9e83ef1b9d32265eecc6af9d9b762ad7c29e771e136a743f29740975c4932'
19 '3878461e75d3ef9ac93ae59e5f5523eb1301fbbebc5d0ea318ba317542367b2b')
20source=("https://packages.cloud.google.com/apt/pool/${pkgbase}/${pkgbase}_${_pkgver}_amd64_${md5sums[0]}.deb"
21 "endpoint-verification.service"
22 "opera.patch")
23
24prepare() {
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
31package_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
44package_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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion