oi-tools-allenyou

MEDIUM
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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