minipro
maintainer uffe
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a personal domain, but it matches the project's official release and contains only buildable source code; the worst case of a swapped source is limited to code execution during build, which is a standard AUR risk.
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 a personal domain, but it matches the project's official release and contains only buildable source code; the worst case of a swapped source is limited to code execution during build, which is a standard AUR risk.
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:21
source=(${pkg_name_ver}.src.tgz::https://661.org/files/${pkgname}/${pkg_name_ver}.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
#
2
# PKGBUILD for minipro (stable)
3
#
4
# Maintainer: uffe _.at._ uffe _.dot._ org
5
#
6
7
pkgname=minipro
8
pkgver=0.7.4
9
pkgrel=2
10
11
pkg_name_ver="${pkgname}-${pkgver}"
12
pkgdesc="Open source chip programming utility for autoelectric.cn MiniPro TL866xx series (TL866CS, TL866A, and TL866II+)"
13
14
url="https://gitlab.com/DavidGriffith/minipro"
15
arch=("i686" "x86_64")
16
license=("GPL-3.0-only")
17
makedepends=()
18
depends=("libusb" "libb64")
19
optdepends=("srecord: Motorola srecord format")
20
#source=(${pkg_name_ver}.src.tgz::https://gitlab.com/DavidGriffith/minipro/-/archive/${pkgver}/${pkg_name_ver}.tar.gz)
21
source=(${pkg_name_ver}.src.tgz::https://661.org/files/${pkgname}/${pkg_name_ver}.tar.gz)
22
conflicts=("minipro")
23
provides=("minipro")
24
# https://661.org/files/minipro/checksums.txt
25
sha256sums=('023004fe711cfc9359fa517f5bbf86257f80c4eff7423829b056e3fd4a9d03c9')
26
27
28
prepare()
29
{
30
cd "${srcdir}/${pkg_name_ver}"
31
}
32
33
build()
34
{
35
cd "${srcdir}/${pkg_name_ver}"
36
37
export CFLAGS+=" -std=gnu11"
38
export CXXFLAGS+=" -std=gnu11"
39
40
# MAKEFLAGS="-j1": temporary hack to prevent parallel compile - see link: https://gitlab.com/DavidGriffith/minipro/-/commit/b2fd68da00154608bcaacde01845466e51795a7d
41
#make PREFIX="/usr" MAKEFLAGS="-j1"
42
make PREFIX="/usr"
43
}
44
45
package()
46
{
47
cd "${srcdir}/${pkg_name_ver}"
48
49
make DESTDIR="${pkgdir}" PREFIX="/usr" COMPLETIONS_DIR="/usr/share/bash-completion/completions" install
50
}
51
52
# vim: ts=2 sw=2 et:
53
#
54
# EOF
55
#
56
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 |