flexbv-bin
maintainer Sokoloft
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary tarball from the software author's own domain (pldaniels.com), which hosts the official release; while the host is not a standard forge, it is plausibly legitimate and the content is verified via strong checksums, limiting supply-chain risk to low.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary tarball from the software author's own domain (pldaniels.com), which hosts the official release; while the host is not a standard forge, it is plausibly legitimate and the content is verified via strong checksums, limiting supply-chain risk to low.
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:17
source=("flexbv-std-${pkgver}-linux-x86_64.tar.gz::https://pldaniels.com/flexbv5/releases/flexbv-std-${pkgver}-linux-x86_64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Software Author: Paul Daniels <pldaniels nospamat gmail nospamdot com>
2
# Maintainer: Sokoloft <sokoloft nospamat protonmail nospamdot com>
3
# Contributor: Greyson Christoforo <grey nospamat christoforo nospamdot net>
4
# Contributor: piernov <piernov nospamat piernov nospamdot org>
5
6
pkgname=flexbv-bin
7
pkgver=5.3162
8
pkgrel=1
9
pkgdesc="Paid version of the FlexBV boardview software"
10
arch=("x86_64")
11
url="https://pldaniels.com/flexbv5/"
12
license=("custom")
13
makedepends=("patchelf")
14
depends=('glibc' 'zlib' 'fontconfig' 'libstdc++' 'gcc-libs')
15
conflicts=("flexbv-free-bin")
16
17
source=("flexbv-std-${pkgver}-linux-x86_64.tar.gz::https://pldaniels.com/flexbv5/releases/flexbv-std-${pkgver}-linux-x86_64.tar.gz")
18
19
sha512sums=('80486eda04f9d6db9d9cdbb6be487d28382f0840f8cbd35f666241c2820bb4d4af501f6b479e3ba44ae0ddc13a532938c3afbab4b77162a92e7c81d040c94e2f')
20
b2sums=('d93820e9632c000e79bf9280603ce3093e86f7db35794b66361e3b6ccc3a54867d048103486eab9850e5a74b9a598e186a78140a0a4a0fab18adeeb0f78d3e4f')
21
22
package() {
23
cd "flexbv-std-${pkgver}-linux-x86_64"
24
install -Dm755 "flexbv" "${pkgdir}/usr/bin/flexbv"
25
install -Dm755 "fbvpdf5" "${pkgdir}/usr/bin/fbvpdf5"
26
install -Dm755 "libpdfium.so" "${pkgdir}/usr/lib/flexbv/libpdfium.so"
27
patchelf --set-rpath "/usr/lib/flexbv" "$pkgdir/usr/bin/fbvpdf5"
28
install -Dm644 "LICENCE.txt" "${pkgdir}/usr/share/licenses/flexbv/LICENCE.txt"
29
30
cd "share"
31
install -Dm644 "applications/flexbv.desktop" "${pkgdir}/usr/share/applications/flexbv.desktop"
32
install -Dm644 "icons/hicolor/scalable/apps/flexbv.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/flexbv.svg"
33
install -Dm644 "appdata/flexbv.appdata.xml" "${pkgdir}/usr/share/metainfo/flexbv.appdata.xml"
34
install -Dm644 "mime/packages/flexbv.xml" "${pkgdir}/usr/share/mime/packages/flexbv.xml"
35
}
36
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ # Contributor: piernov <piernov nospamat piernov nospamdot org> pkgname=flexbv-bin-pkgver=5.3156+pkgver=5.3162 pkgrel=1 pkgdesc="Paid version of the FlexBV boardview software" arch=("x86_64")@@ -16,8 +16,8 @@ source=("flexbv-std-${pkgver}-linux-x86_64.tar.gz::https://pldaniels.com/flexbv5/releases/flexbv-std-${pkgver}-linux-x86_64.tar.gz") -sha512sums=('5dda6ad5829ef9ca68ad0fff67158f1f1489061c9ac2bfa5e6688667e75017c964447bec49e7945e78e5205100a9c9f9eb1895425053f5f252f683a7d5184f0c')-b2sums=('0887d262073da72fa98d1ebe960754804dc5240d37ea5c47175d4a742ed54d1d8342278da7bdd77782e324dcc6c9d562bc93d848fb122237854f76be87ffeeb1')+sha512sums=('80486eda04f9d6db9d9cdbb6be487d28382f0840f8cbd35f666241c2820bb4d4af501f6b479e3ba44ae0ddc13a532938c3afbab4b77162a92e7c81d040c94e2f')+b2sums=('d93820e9632c000e79bf9280603ce3093e86f7db35794b66361e3b6ccc3a54867d048103486eab9850e5a74b9a598e186a78140a0a4a0fab18adeeb0f78d3e4f') package() { cd "flexbv-std-${pkgver}-linux-x86_64"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 23:39:52 | MEDIUM | 1 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |