libmpsse-python

LOW
maintainer uffe 1 votes scanned 2026-09-17 00:27:14.276658
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#
7pkgname=libmpsse-python
8pkgver=1.3
9pkgrel=2
10epoch=
11pkgdesc="Open source library for SPI/I2C control via FTDI chips"
12arch=('i686' 'x86_64')
13url="https://code.google.com/archive/p/libmpsse/"
14license=('GPL2')
15groups=()
16depends=('libmpsse' 'swig' 'python')
17makedepends=()
18checkdepends=()
19optdepends=()
20provides=()
21conflicts=()
22replaces=()
23backup=()
24options=()
25install=
26changelog=
27_pkgname=libmpsse
28source=("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")
31noextract=()
32md5sums=('628eb9a7d7250070f5841ed44a248f84'
33 '445622b02dacf3ced0052a8d91916991'
34 '8becca7dd696d9ac2f72932760c80a8e')
35
36
37prepare() {
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
45build() {
46 cd "${srcdir}/${_pkgname}-${pkgver}/src"
47 sh configure --prefix=/usr
48 make pyswig-build
49}
50
51check() {
52 cd "${srcdir}/${_pkgname}-${pkgver}"
53 #make -k check
54}
55
56package() {
57 cd "${srcdir}/${_pkgname}-${pkgver}/src"
58 make DESTDIR="${pkgdir}/" pyswig-install
59}
60
61# EOF
62

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion