matchplane-bin
maintainer lightjunction
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package installs prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary nature and unverifiable build process, not malicious indicators.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the binary nature and unverifiable build process, not malicious indicators.
PKGBUILD
1
# Maintainer: LIghtJUNction <lightjunction.me@gmail.com>
2
pkgname=matchplane-bin
3
pkgver=0.1.8
4
pkgrel=1
5
pkgdesc='Federated AI matching infrastructure (prebuilt binaries)'
6
arch=('x86_64')
7
url='https://github.com/LIghtJUNction/matchplane'
8
license=('LicenseRef-MatchPlane-Pending')
9
depends=('ca-certificates' 'gcc-libs' 'glibc' 'openssl' 'zlib')
10
provides=('matchplane')
11
conflicts=('matchplane' 'matchplane-git')
12
backup=('etc/matchplane/matchplane.env')
13
install=matchplane.install
14
source=("matchplane-${pkgver}-linux-x86_64.tar.zst::https://github.com/LIghtJUNction/matchplane/releases/download/v${pkgver}/matchplane-${pkgver}-linux-x86_64.tar.zst")
15
sha256sums=('f0f4a995d2f25a5a10ecad38124c6d806747ea1b437959128e753e91065cee3a')
16
17
package() {
18
cp -a "$srcdir/matchplane-${pkgver}-linux-x86_64/." "$pkgdir/"
19
}
20
Changes since previous scan
--- PKGBUILD @ 2026-08-15 01:30+++ PKGBUILD @ 2026-08-18 00:03@@ -1,6 +1,6 @@ # Maintainer: LIghtJUNction <lightjunction.me@gmail.com> pkgname=matchplane-bin-pkgver=0.1.7+pkgver=0.1.8 pkgrel=1 pkgdesc='Federated AI matching infrastructure (prebuilt binaries)' arch=('x86_64')@@ -12,7 +12,7 @@ backup=('etc/matchplane/matchplane.env') install=matchplane.install source=("matchplane-${pkgver}-linux-x86_64.tar.zst::https://github.com/LIghtJUNction/matchplane/releases/download/v${pkgver}/matchplane-${pkgver}-linux-x86_64.tar.zst")-sha256sums=('368f4d9bd105d585b7f66a5b1baa7db158b7f66fb21a8125e71045c552d0763b')+sha256sums=('f0f4a995d2f25a5a10ecad38124c6d806747ea1b437959128e753e91065cee3a') package() { cp -a "$srcdir/matchplane-${pkgver}-linux-x86_64/." "$pkgdir/"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 05:30:14 | LOW | 2 |
| 2026-08-15 01:30:13 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 23:30:04 | LOW | 2 |
| 2026-08-14 21:29:33 | LOW | 2 |
| 2026-08-14 17:29:23 | LOW | 2 |