coccoc-browser-stable
The package downloads a prebuilt .deb binary from a non-whitelisted, project-specific host (browser-linux.coccoc.com), which presents a supply-chain risk if the host were compromised or the download redirected, though the checksum is verified.
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:53
"https://browser-linux.coccoc.com/deb/pool/main/${pkgname}_${pkgver}-${_pkgrel}_amd64.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted, project-specific host (browser-linux.coccoc.com), which presents a supply-chain risk if the host were compromised or the download redirected, though the checksum is verified.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Nguyen Hoang Ky <nhktmdzhg at gmail dot com>
pkgname=coccoc-browser-stable
_pkgname=coccoc-browser
pkgver=149.0.7827.208
pkgrel=1
_pkgrel=1
pkgdesc="The web browser from Coc Coc. Coc Coc is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
arch=('x86_64')
url="https://coccoc.com"
license=('LicenseRef-coccoc')
depends=(
'alsa-lib'
'at-spi2-core'
'bash'
'cairo'
'dbus'
'expat'
'glib2'
'glibc'
'hicolor-icon-theme'
'libcups'
'libgcc'
'libstdc++'
'libx11'
'libxcb'
'libxcomposite'
'libxdamage'
'libxext'
'libxfixes'
'libxkbcommon'
'libxrandr'
'mesa'
'nspr'
'nss'
'pango'
'qt5-base'
'systemd-libs'
'ttf-liberation'
'xdg-utils'
)
optdepends=(
'qt6-base: for Qt6 UI shim support'
'pipewire: WebRTC desktop sharing under Wayland'
'gnome-keyring: for storing passwords in GNOME keyring'
'kwallet: for storing passwords in KWallet'
)
provides=('coccoc-browser' 'coccoc')
conflicts=('coccoc-browser' 'coccoc')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=(
"https://browser-linux.coccoc.com/deb/pool/main/${pkgname}_${pkgver}-${_pkgrel}_amd64.deb"
"coccoc-browser-stable"
"LICENSE.html"
)
sha256sums=(
'96e2fb71af9fa83f3bd5207dedeff9f9933618190469d8e59bf4ce3596d49556'
'fae326b92e97b28dafc9e1ed3958486bb0455cb5cebe3cad3484f92bde30b804'
'22bf4605260a7432eee169b0afbfae6782b9812c2bc776fdc1a887f6e2b10ec6'
)
package() {
bsdtar -xf data.tar.xz -C "$pkgdir/"
# Launcher
install -m755 coccoc-browser-stable "$pkgdir/usr/bin/coccoc-browser-stable"
local icon_sizes=(16 24 32 48 64 128 256)
for size in "${icon_sizes[@]}"; do
install -Dm644 "$pkgdir/opt/coccoc/browser/product_logo_${size}.png" \
"$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/coccoc-browser.png"
rm "$pkgdir/opt/coccoc/browser/product_logo_${size}.png"
done
install -Dm644 LICENSE.html "$pkgdir/usr/share/licenses/${_pkgname}/LICENSE.html"
chmod -R go-w "$pkgdir"
rm -r "$pkgdir/etc/cron.daily/" "$pkgdir/opt/coccoc/browser/cron/"
chmod 4755 "$pkgdir/opt/coccoc/browser/chrome-sandbox"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |