spipgm-bin
maintainer dviktor
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from a non-whitelisted but plausibly project-owned personal host; however, it builds and installs only the project's own binaries, which are not executed at build time, and the worst case of a swapped source is limited to potential supply-chain risk for a niche hardware tool, not active remote code execution.
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 90%): The package downloads a source archive from a non-whitelisted but plausibly project-owned personal host; however, it builds and installs only the project's own binaries, which are not executed at build time, and the worst case of a swapped source is limited to potential supply-chain risk for a niche hardware tool, not active remote code execution.
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:13
source=("http://rayer.g6.cz/programm/spipgm.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
2
3
pkgname=spipgm-bin
4
pkgver=2.37
5
pkgrel=1
6
pkgdesc="Tool for programming serial SPI FlashROM memories attached to PC via parallel port cable"
7
arch=(i686 x86_64)
8
makedepends=(unzip)
9
license=(unknown)
10
url="http://rayer.g6.cz/programm/programe.htm"
11
conflicts=(spipgm)
12
provides=(spipgm)
13
source=("http://rayer.g6.cz/programm/spipgm.zip")
14
sha256sums=('42df11cb5ab777a4c70ed3169dcb856fa9388f4fd8e66a1655ffdf722b881fb4')
15
options=(!strip)
16
17
package() {
18
install -Dm755 ${srcdir}/SPIPGM/SPIPGM ${pkgdir}/usr/bin/spipgm
19
install -Dm755 ${srcdir}/SPIPGM/SPIPGM64 ${pkgdir}/usr/bin/spipgm64
20
}
21
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com pkgname=spipgm-bin-pkgver=2.36+pkgver=2.37 pkgrel=1 pkgdesc="Tool for programming serial SPI FlashROM memories attached to PC via parallel port cable" arch=(i686 x86_64)@@ -11,7 +11,7 @@ conflicts=(spipgm) provides=(spipgm) source=("http://rayer.g6.cz/programm/spipgm.zip")-sha256sums=('542889a8a0de8a13642c6971caef712fe80dbf1743024739ebb3eaca303226b8')+sha256sums=('42df11cb5ab777a4c70ed3169dcb856fa9388f4fd8e66a1655ffdf722b881fb4') options=(!strip) package() {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 13:14:23 | MEDIUM | 1 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |