dae-git
The non-standard host is jsdelivr.net, a reputable public CDN; the downloaded geoip.dat and geosite.dat are static data files, not executables, and are used as part of the package's normal operation without being executed.
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 non-standard host is jsdelivr.net, a reputable public CDN; the downloaded geoip.dat and geosite.dat are static data files, not executables, and are used as part of the package's normal operation without being executed.
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:18
"geoip.dat::https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat"
PKGBUILD
1 offending line(s) highlighted# Maintainer: leo <douglarek at gmail dot com>
_name=dae
pkgname=$_name-git
pkgver=0.8.0rc1.r0.g54df978
pkgrel=2
pkgdesc="A Linux lightweight and high-performance transparent proxy solution based on eBPF."
arch=('x86_64' 'aarch64')
url="https://github.com/daeuniverse/dae"
license=('AGPL-3.0-or-later')
provides=("$_name")
conflicts=("$_name")
depends=('glibc')
makedepends=('clang' 'go' 'git')
backup=("etc/dae/config.dae")
install="${_name}.install"
source=(
"git+https://github.com/daeuniverse/dae.git"
"geoip.dat::https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat"
"geosite.dat::https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat"
)
sha256sums=(
"SKIP"
"SKIP"
"SKIP"
)
pkgver() {
cd "$_name"
git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-\([^-]*\)-\([^-]*\)$/.\1.\2/;s/-//'
}
prepare() {
cd "$srcdir/$_name"
git submodule update --init --recursive
}
build() {
cd "$srcdir/$_name"
BUILD_ARGS="-buildmode=pie -modcacherw" CFLAGS="-fno-stack-protector" make VERSION="${pkgver}"
}
package() {
cd "$srcdir/$_name"
install -Dm755 "dae" -t "${pkgdir}/usr/bin/"
install -Dm644 "install/${_name}.service" -t "${pkgdir}/usr/lib/systemd/system/"
install -Dm640 "install/empty.dae" "${pkgdir}/etc/dae/config.dae"
install -Dm644 "example.dae" "${pkgdir}/etc/dae/config.dae.example"
mkdir -p "${pkgdir}/usr/share/dae/"
cp ../geoip.dat "${pkgdir}/usr/share/dae/geoip.dat"
cp ../geosite.dat "${pkgdir}/usr/share/dae/geosite.dat"
}
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 |