guide-bin
The package downloads a source tarball from a non-whitelisted but plausibly official host (download.noi.cn, related to the National Olympiad in Informatics), builds from it without executing arbitrary remote code, and installs static data and a binary; the worst case of a swapped source is limited to code execution within the context of the application, but the host is likely legitimate and the package otherwise follows standard AUR practices.
Triggered rules
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 package downloads a source tarball from a non-whitelisted but plausibly official host (download.noi.cn, related to the National Olympiad in Informatics), builds from it without executing arbitrary remote code, and installs static data and a binary; the worst case of a swapped source is limited to code execution within the context of the application, but the host is likely legitimate and the package otherwise follows standard AUR practices.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:33
"http://download.noi.cn/T/noi/GUIDE-${pkgver}-ubuntu.tar"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Yufan You <ouuansteve at gmail>
# Contributor: Coelacanthus <liuhongwu2003@outlook.com>
pkgname=guide-bin
pkgver=1.0.2
pkgrel=6
pkgdesc='由北航 GAIT 研究组开发的、专门为 NOI 选手设计的轻型集成开发环境'
arch=('i686' 'x86_64')
url='http://www.noi.cn/xw/2009-03-23/714714.shtml'
license=('custom')
depends=(
'hicolor-icon-theme'
'lib32-libpng12'
'lib32-libsm'
'lib32-libice'
'lib32-libxi'
'lib32-libxrender'
'lib32-libxrandr'
'lib32-freetype2'
'lib32-fontconfig'
'lib32-libxext'
'lib32-libx11'
'lib32-zlib'
'lib32-glib2'
'lib32-glibc'
'lib32-gcc-libs'
)
optdepends=(
'gdb: Debug C++'
'fpc: Pascal'
)
source=(
"http://download.noi.cn/T/noi/GUIDE-${pkgver}-ubuntu.tar"
'GUIDE.desktop'
)
sha256sums=('263af8b4710408f08c772edf065dd9d41e287f8bbd3e57054fdb5b612c6f3086'
'121f3e0eebc4bfa911fefa55025ed4d6a74a183b225dee8801361e6873e24859')
package() {
cd "$srcdir/GUIDE-${pkgver}-ubuntu"
install -Dm644 doc/*.* -t "$pkgdir"/usr/share/doc/GUIDE/html/
install -Dm644 doc/images/*.* -t "$pkgdir"/usr/share/doc/GUIDE/html/images/
install -Dm644 lang_en.qm -t "$pkgdir"/usr/share/
install -Dm644 apis/* -t "$pkgdir"/usr/share/apis/
install -Dm644 doc/images/Manna.png "$pkgdir"/usr/share/icons/hicolor/128x128/apps/GUIDE.png
install -Dm755 GUIDE -t "$pkgdir"/usr/bin/
cd ..
install -Dm644 GUIDE.desktop -t "$pkgdir"/usr/share/applications
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |