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
7pkgname=minipro
8pkgver=0.7.4
9pkgrel=2
10
11pkg_name_ver="${pkgname}-${pkgver}"
12pkgdesc="Open source chip programming utility for autoelectric.cn MiniPro TL866xx series (TL866CS, TL866A, and TL866II+)"
13
14url="https://gitlab.com/DavidGriffith/minipro"
15arch=("i686" "x86_64")
16license=("GPL-3.0-only")
17makedepends=()
18depends=("libusb" "libb64")
19optdepends=("srecord: Motorola srecord format")
20#source=(${pkg_name_ver}.src.tgz::https://gitlab.com/DavidGriffith/minipro/-/archive/${pkgver}/${pkg_name_ver}.tar.gz)
21source=(${pkg_name_ver}.src.tgz::https://661.org/files/${pkgname}/${pkg_name_ver}.tar.gz)
22conflicts=("minipro")
23provides=("minipro")
24# https://661.org/files/minipro/checksums.txt
25sha256sums=('023004fe711cfc9359fa517f5bbf86257f80c4eff7423829b056e3fd4a9d03c9')
26
27
28prepare()
29{
30 cd "${srcdir}/${pkg_name_ver}"
31}
32
33build()
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
45package()
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion