oi-tools-allenyou
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-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 |