bgmn-bin
maintainer sam9032
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source tarballs from non-whitelisted but project-related domains (profex.doebelin.org, profex-xrd.org) hosting the official software and templates; no code execution, obfuscation, or supply-chain redirection is present, and the content appears to be legitimate build artifacts for the declared application.
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 source tarballs from non-whitelisted but project-related domains (profex.doebelin.org, profex-xrd.org) hosting the official software and templates; no code execution, obfuscation, or supply-chain redirection is present, and the content appears to be legitimate build artifacts for the declared application.
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:16
source_x86_64=("https://profex.doebelin.org/wp-content/uploads/2017/12/bgmn-${pkgver}-x86_64.tar.gz" -
PKGBUILD:17
"https://www.profex-xrd.org/wp-content/uploads/2022/10/BGMN-Templates-221011-MacLinux.tar.gz")
PKGBUILD
2 offending line(s) highlighted
1
#Maintainer: Sam peters <dev at libertycloud dot de>
2
# Contributor: Dan McCurry <dan.mc at protonmail dot com>
3
pkgname=bgmn-bin
4
pkgver=4.2.23
5
pkgrel=3
6
pkgdesc="Rietveld refinement backend for Profex"
7
arch=('x86_64')
8
url="http://www.bgmn.de"
9
license=('GPL2')
10
groups=('science')
11
depends=('glibc')
12
provides=('bgmn')
13
conflicts=('bgmn')
14
sha256sums_x86_64=('6c987bacc9b1ef8b4bd6569f13f193f24c0d61b7c4a8dd2cdeaecdf9352fa6a6'
15
'983d405e7e9d34cb455ff1f3314539fbb9e69ba72aff5a4af8b0973f56679ea5')
16
source_x86_64=("https://profex.doebelin.org/wp-content/uploads/2017/12/bgmn-${pkgver}-x86_64.tar.gz"
17
"https://www.profex-xrd.org/wp-content/uploads/2022/10/BGMN-Templates-221011-MacLinux.tar.gz")
18
19
package() {
20
mkdir -p "${pkgdir}/opt/${pkgname%-bin}"
21
22
cp -R "${srcdir}/${pkgname%-bin}-${pkgver}/." \
23
"${pkgdir}/opt/${pkgname%-bin}/"
24
25
cp -R "${srcdir}/BGMN-Templates/." \
26
"${pkgdir}/opt/BGMN-Templates/"
27
}
28
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |