trivalent-bin
maintainer aedfvasdfawse
· 9 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package installs prebuilt RPM binaries from a non-standard, project-specific host (repo.secureblue.dev) which is not a mainstream or widely recognized distribution point, creating a supply-chain risk if the host were compromised or the binaries tampered with.
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-151.0.7922.71-446359.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-151.0.7922.71-446359.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 installs prebuilt RPM binaries from a non-standard, project-specific host (repo.secureblue.dev) which is not a mainstream or widely recognized distribution point, creating a supply-chain risk if the host were compromised or the binaries tampered with.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: kemal <kmal@cock.li>
2
# Maintainer: Asterisk <me [at] asterisk [dot] lol>
3
4
5
#151.0.7922.71-446359
6
pkgname=trivalent-bin
7
pkgver=151.0.7922.71
8
pkgrel=1
9
pkgdesc="A hardened chromium for desktop Linux inspired by Vanadium."
10
arch=('x86_64')
11
url="https://github.com/secureblue/Trivalent"
12
license=('(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)')
13
depends=('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')
18
optdepends=('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')
25
source=("https://repo.secureblue.dev/Packages/trivalent-151.0.7922.71-446359.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-151.0.7922.71-446359.x86_64.rpm")
26
sha256sums=('7d555e365cf5d77054137d116a4f197a33c5c3f527c1f579e7279390654f57fe' 'f2ba45397593c7918e4fdc24bc81ecc720c9b52b70634829ed0e12b465b7fd61')
27
prepare() {
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
32
package() {
33
cp -r "${srcdir}/usr/" "${pkgdir}/usr"
34
cp -r "${srcdir}/etc/" "${pkgdir}/etc"
35
}
36
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -2,9 +2,9 @@ # Maintainer: Asterisk <me [at] asterisk [dot] lol> -#150.0.7871.186-446215+#151.0.7922.71-446359 pkgname=trivalent-bin-pkgver=150.0.7871.186+pkgver=151.0.7922.71 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-150.0.7871.186-446215.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-150.0.7871.186-446215.x86_64.rpm")-sha256sums=('98473639e56842e52206a2e66ff373356935a20cafebe9f21f4eba5865573f8a' '96f23d6fd6acf554440fe221b52a270ded9cd23a8dad42bdfff58b3f1c581366')+source=("https://repo.secureblue.dev/Packages/trivalent-151.0.7922.71-446359.x86_64.rpm" "https://repo.secureblue.dev/Packages/trivalent-qt6-ui-151.0.7922.71-446359.x86_64.rpm")+sha256sums=('7d555e365cf5d77054137d116a4f197a33c5c3f527c1f579e7279390654f57fe' 'f2ba45397593c7918e4fdc24bc81ecc720c9b52b70634829ed0e12b465b7fd61') 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) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 05:17:13 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 09:27:42 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 05:19:42 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 17:11:42 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |