pigma-bin
maintainer akirco
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a GitHub release, which is a supply-chain risk due to unverifiable origin, but it is not actively malicious; the low severity is consistent with the flagged pattern of few votes and recent upload.
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 85%): The package downloads a prebuilt binary from a GitHub release, which is a supply-chain risk due to unverifiable origin, but it is not actively malicious; the low severity is consistent with the flagged pattern of few votes and recent upload.
PKGBUILD
1
# Maintainer: akirco earlfx@163.com
2
pkgname=pigma-bin
3
_pkgname=pigma
4
pkgver=0.1.8
5
pkgrel=1
6
pkgdesc="A netease cloud music client"
7
arch=('x86_64')
8
url="https://github.com/akirco/pigma"
9
license=('Apache-2.0')
10
provides=("${_pkgname}")
11
conflicts=("${_pkgname}")
12
source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-x86_64-unknown-linux-gnu.tar.gz")
13
sha256sums=('SKIP')
14
15
package() {
16
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
17
18
# install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
19
}
20
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 13:20:32 | LOW | 2 |