oi-tools-allenyou

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The source tarball is fetched from a personal/unofficial host (aurlib.allenyou.wang) controlled by the maintainer themselves. While the build process compiles C++ source files (ConsolePauser.cpp, pause.cpp) rather than installing prebuilt binaries directly, the source code being compiled comes entirely from this personal host with only an MD5 checksum (weak, collision-prone) for integrity verification and no PGP signing. If the host is compromised or the tarball is silently swapped, arbitrary C++ code would be compiled and installed as executables in /usr/bin. This is a genuine supply-chain concern: the maintainer controls both the AUR package and the source host, meaning there is no independent third-party verification of the source content. The use of $startdir (deprecated/non-standard in modern makepkg) is also a minor concern. The medium rating from the cheaper model is appropriate here.

Triggered rules

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:27 source=("https://aurlib.allenyou.wang/$pkgname/$pkgname-$pkgver.tar.gz")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source tarball is fetched from a personal/unofficial host (aurlib.allenyou.wang) controlled by the maintainer themselves. While the build process compiles C++ source files (ConsolePauser.cpp, pause.cpp) rather than installing prebuilt binaries directly, the source code being compiled comes entirely from this personal host with only an MD5 checksum (weak, collision-prone) for integrity verification and no PGP signing. If the host is compromised or the tarball is silently swapped, arbitrary C++ code would be compiled and installed as executables in /usr/bin. This is a genuine supply-chain concern: the maintainer controls both the AUR package and the source host, meaning there is no independent third-party verification of the source content. The use of $startdir (deprecated/non-standard in modern makepkg) is also a minor concern. The medium rating from the cheaper model is appropriate here.

PKGBUILD

1 offending line(s) highlighted
1# This is an example PKGBUILD file. Use this as a start to creating your own,
2# and remove these comments. For more information, see 'man PKGBUILD'.
3# NOTE: Please fill out the license field for your package! If it is unknown,
4# then please put 'unknown'.
5
6# Maintainer: Allenyou <cfan789123@126.com>
7pkgname=oi-tools-allenyou
8pkgver=1.0.1000r
9pkgrel=1
10epoch=0
11pkgdesc="Tools for OIers by Allenyou."
12arch=(any)
13url="https://www.allenyou.wang"
14license=('GPL3')
15groups=()
16depends=()
17makedepends=()
18checkdepends=()
19optdepends=()
20provides=()
21conflicts=()
22replaces=()
23backup=()
24options=()
25install=
26changelog=
27source=("https://aurlib.allenyou.wang/$pkgname/$pkgname-$pkgver.tar.gz")
28noextract=()
29md5sums=('9f75ec7a09dc3c8ceabeda793aa4f801')
30validpgpkeys=()
31
32build() {
33 cd "$startdir"/src/"$pkgname-$pkgver"
34 # cd src/"$pkgname-$pkgver"
35 g++ ConsolePauser.cpp -o ConsolePauser
36 g++ pause.cpp -o pause
37}
38
39package() {
40 # cd "$pkgname-$pkgver"
41 # make DESTDIR="$pkgdir/" install
42 cd "$startdir"/src/"$pkgname-$pkgver"
43 install -D -m=775 ConsolePauser "${pkgdir}/usr/bin/ConsolePauser"
44 install -D -m=775 pause "${pkgdir}/usr/bin/pause"
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

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

0 / 4000
Your suggestion