trivalent-bin

MEDIUM
maintainer aedfvasdfawse 9 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt RPM binaries from a non-standard, non-upstream host (repo.secureblue.dev), which is not the official Chromium or Trivalent release infrastructure, creating a supply-chain risk if the host is compromised or malicious.

Triggered rules

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:25 source=("https://repo.secureblue.dev/Packages/trivalent-153.0.8010.47-447379.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-153.0.8010.47-447379.x86_64.rpm")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt RPM binaries from a non-standard, non-upstream host (repo.secureblue.dev), which is not the official Chromium or Trivalent release infrastructure, creating a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: kemal <kmal@cock.li>
2# Maintainer: Asterisk <me [at] asterisk [dot] lol>
3
4
5#153.0.8010.47-447379
6pkgname=trivalent-bin
7pkgver=153.0.8010.47
8pkgrel=1
9pkgdesc="A hardened Chromium for desktop Linux inspired by Vanadium."
10arch=('x86_64')
11url="https://github.com/secureblue/Trivalent"
12license=('(GPL-2.0-only WITH (Apache-2.0-note AND FTL-note AND WebView-note)) AND BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)')
13depends=('gtk4' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
14 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
15 'libffi' 'desktop-file-utils' 'hicolor-icon-theme' 'brotli' 'flac'
16 'fontconfig' 'freetype2' 'harfbuzz' 'icu' 'libjpeg-turbo' 'libpng'
17 'libwebp' 'libxml2' 'libxslt' 'opus' 'minizip' 'bubblewrap')
18optdepends=('pipewire: WebRTC desktop sharing under Wayland'
19 'kdialog: support for native dialogs in Plasma'
20 'gtk3: legacy'
21 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
22 'kwallet: support for storing passwords in KWallet on Plasma'
23 'upower: Battery Status API support'
24 'qt6-base: QT UI support')
25source=("https://repo.secureblue.dev/Packages/trivalent-153.0.8010.47-447379.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-153.0.8010.47-447379.x86_64.rpm")
26sha256sums=('c67b43d1c33a76d2e1c4e7a95e4b7be7ae5b13fa2ff4f3d9604268a4b3aba701' '099b9bcd0d36bc977d87b700a60f734423556708f1fc6e5febf3abba43dbb1e3')
27prepare() {
28 mv "${srcdir}/usr/lib64" "${srcdir}/usr/lib"
29 sed -i 's/\[0-9\].so/[0-9]-arch[0-9].[0-9].so/' "${srcdir}/etc/trivalent/trivalent.conf"
30}
31
32package() {
33 cp -r "${srcdir}/usr/" "${pkgdir}/usr"
34 cp -r "${srcdir}/etc/" "${pkgdir}/etc"
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-09-16 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,9 +2,9 @@
# Maintainer: Asterisk <me [at] asterisk [dot] lol>
-#152.0.7977.82-447128
+#153.0.8010.47-447379
pkgname=trivalent-bin
-pkgver=152.0.7977.82
+pkgver=153.0.8010.47
pkgrel=1
pkgdesc="A hardened Chromium for desktop Linux inspired by Vanadium."
arch=('x86_64')
@@ -22,8 +22,8 @@
'kwallet: support for storing passwords in KWallet on Plasma'
'upower: Battery Status API support'
'qt6-base: QT UI support')
-source=("https://repo.secureblue.dev/Packages/trivalent-152.0.7977.82-447128.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-152.0.7977.82-447128.x86_64.rpm")
-sha256sums=('6dd32ff95990f09614004e3e6352379224ded8e39f7bc425b27b75f9b13faa7e' '7767ef4df5ee02b01559df1c0e8580e8c32904d81af1e858dbb2c1480c5eb8a6')
+source=("https://repo.secureblue.dev/Packages/trivalent-153.0.8010.47-447379.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-153.0.8010.47-447379.x86_64.rpm")
+sha256sums=('c67b43d1c33a76d2e1c4e7a95e4b7be7ae5b13fa2ff4f3d9604268a4b3aba701' '099b9bcd0d36bc977d87b700a60f734423556708f1fc6e5febf3abba43dbb1e3')
prepare() {
mv "${srcdir}/usr/lib64" "${srcdir}/usr/lib"
sed -i 's/\[0-9\].so/[0-9]-arch[0-9].[0-9].so/' "${srcdir}/etc/trivalent/trivalent.conf"

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 09:21:46 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 19:20:04 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 21:58:42 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 03:49:31 Medium 2
2026-09-02 00:02:31 Medium 2

Report a package

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

0 / 4000
Your suggestion