oi-tools-allenyou
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
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")
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# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.
# Maintainer: Allenyou <cfan789123@126.com>
pkgname=oi-tools-allenyou
pkgver=1.0.1000r
pkgrel=1
epoch=0
pkgdesc="Tools for OIers by Allenyou."
arch=(any)
url="https://www.allenyou.wang"
license=('GPL3')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://aurlib.allenyou.wang/$pkgname/$pkgname-$pkgver.tar.gz")
noextract=()
md5sums=('9f75ec7a09dc3c8ceabeda793aa4f801')
validpgpkeys=()
build() {
cd "$startdir"/src/"$pkgname-$pkgver"
# cd src/"$pkgname-$pkgver"
g++ ConsolePauser.cpp -o ConsolePauser
g++ pause.cpp -o pause
}
package() {
# cd "$pkgname-$pkgver"
# make DESTDIR="$pkgdir/" install
cd "$startdir"/src/"$pkgname-$pkgver"
install -D -m=775 ConsolePauser "${pkgdir}/usr/bin/ConsolePauser"
install -D -m=775 pause "${pkgdir}/usr/bin/pause"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |