minipro

LOW
maintainer uffe 7 votes scanned 2026-09-17 00:27:14.276658
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-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