libmpsse-python
maintainer uffe
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Google Code Archive via google-code-archive-downloads.storage.googleapis.com, which is an official archive of a defunct platform but not a standard code host; however, the package builds a Python binding from the project's own source, and the download is checksum-verified, making the risk low despite the non-whitelisted host.
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 Google Code Archive via google-code-archive-downloads.storage.googleapis.com, which is an official archive of a defunct platform but not a standard code host; however, the package builds a Python binding from the project's own source, and the download is checksum-verified, making the risk low despite the non-whitelisted host.
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:28
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
#
2
# PKGBUILD for libmpsse-python
3
#
4
# Contributor: Uffe Jakobsen <uffe@uffe.org>
5
# Maintainer: Uffe Jakobsen <uffe@uffe.org>
6
#
7
pkgname=libmpsse-python
8
pkgver=1.3
9
pkgrel=2
10
epoch=
11
pkgdesc="Open source library for SPI/I2C control via FTDI chips"
12
arch=('i686' 'x86_64')
13
url="https://code.google.com/archive/p/libmpsse/"
14
license=('GPL2')
15
groups=()
16
depends=('libmpsse' 'swig' 'python')
17
makedepends=()
18
checkdepends=()
19
optdepends=()
20
provides=()
21
conflicts=()
22
replaces=()
23
backup=()
24
options=()
25
install=
26
changelog=
27
_pkgname=libmpsse
28
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
29
"patch-src_configure_ac.patch"
30
"patch-src_Makefile.in.patch")
31
noextract=()
32
md5sums=('628eb9a7d7250070f5841ed44a248f84'
33
'445622b02dacf3ced0052a8d91916991'
34
'8becca7dd696d9ac2f72932760c80a8e')
35
36
37
prepare() {
38
cd "${srcdir}/${_pkgname}-${pkgver}"
39
patch -p0 -i "${srcdir}/patch-src_configure_ac.patch"
40
patch -p0 -i "${srcdir}/patch-src_Makefile.in.patch"
41
cd "${srcdir}/${_pkgname}-${pkgver}/src"
42
autoconf
43
}
44
45
build() {
46
cd "${srcdir}/${_pkgname}-${pkgver}/src"
47
sh configure --prefix=/usr
48
make pyswig-build
49
}
50
51
check() {
52
cd "${srcdir}/${_pkgname}-${pkgver}"
53
#make -k check
54
}
55
56
package() {
57
cd "${srcdir}/${_pkgname}-${pkgver}/src"
58
make DESTDIR="${pkgdir}/" pyswig-install
59
}
60
61
# EOF
62
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 |