ctf-ynetd
maintainer bobo1239
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-specific domain (hxp.io) used by a known CTF team; the host is not on standard whitelists but is plausibly official, and the package builds from source without executing untrusted binaries or remote code.
Triggered rules
LOW
AI review downgraded a static finding
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 source is a tarball from a project-specific domain (hxp.io) used by a known CTF team; the host is not on standard whitelists but is plausibly official, and the package builds from source without executing untrusted binaries or remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
source=("https://hxp.io/assets/data/code/ctf-ynetd-${pkgver}.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Boris-Chengbiao Zhou <bobo1239@web.de>
2
3
pkgname=ctf-ynetd
4
pkgver=2024.12.31
5
pkgrel=1
6
pkgdesc='A fork of ynetd hardened for CTFs. Supports isolation using PID namespaces, minimal overhead proof-of-work checking, and strict resource limits via cgroups.'
7
url='https://hxp.io/code/'
8
license=('MIT')
9
depends=('glibc' 'gcc-libs' 'openssl')
10
provides=('ynetd')
11
conflicts=('ynetd')
12
source=("https://hxp.io/assets/data/code/ctf-ynetd-${pkgver}.tar.xz")
13
sha512sums=("03e761752c0cf5a3b4e4287b78590307d58ca11f1ba1d8343eca0a363862372685c85c726f9c8e771aea587f3fb4083aeaf18e81b0bbf14e33601c2968d0a980")
14
arch=('i686' 'x86_64')
15
16
build() {
17
cd "${srcdir}/${pkgname}-${pkgver}"
18
# Prefer the original compilation flags since they're hardened for CTF use
19
unset CFLAGS
20
make
21
make pow-solver
22
}
23
24
package() {
25
cd "${srcdir}/${pkgname}-${pkgver}"
26
install -Dm755 "ynetd" "${pkgdir}/usr/bin/ynetd"
27
install -Dm755 "pow-solver" "${pkgdir}/usr/bin/pow-solver"
28
install -Dm644 'LICENSE.txt' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |