bino
maintainer SunRed
· 10 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website (bino3d.org), which is a standard and expected location for upstream source code; building from a non-whitelisted but project-owned host is normal for AUR packages and poses low risk.
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 source is a tarball from the project's official website (bino3d.org), which is a standard and expected location for upstream source code; building from a non-whitelisted but project-owned host is normal for AUR packages and poses low risk.
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:15
source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig})
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Manuel Hüsers <aur@huesers.de>
2
# Contributor: gruenfron <https://aur.archlinux.org/account/gruenfron>
3
# Contributor: Jose Riha <jose1711 gmail com>
4
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
5
6
pkgname=bino
7
pkgver=2.7
8
pkgrel=1
9
pkgdesc='A video player with focus on 3D and Virtual Reality'
10
arch=('x86_64')
11
url='https://bino3d.org/'
12
license=('GPL-3.0-or-later')
13
depends=('qt6-multimedia' 'qt6-svg' 'qvr')
14
makedepends=('cmake' 'qt6-tools')
15
source=(https://bino3d.org/releases/$pkgname-$pkgver.tar.gz{,.sig})
16
sha512sums=('45ff802468945781ed0e0ab35e1582cda3aa9e7ad3a8cbac643a7dfec3bc54f1cdeed3adff255fa2c9506c69fc15c25de3bc6ea395b5779d6c9ee36e98e5b134'
17
'SKIP')
18
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
19
20
build() {
21
cmake -B build -S "$pkgname-$pkgver" \
22
-DCMAKE_INSTALL_PREFIX=/usr \
23
-DCMAKE_BUILD_TYPE=Release \
24
-DBUILD_TESTING=OFF
25
26
cmake --build build
27
}
28
29
package() {
30
DESTDIR="$pkgdir" cmake --install build
31
}
32
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 |