rdapcheck
maintainer lightdot
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host dl.deno.land is used to fetch denort, a legitimate Deno runtime dependency; the build uses --cached-only and --no-remote, ensuring no unauthorized network access, and the source is integrity-verified via checksum.
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 non-standard host dl.deno.land is used to fetch denort, a legitimate Deno runtime dependency; the build uses --cached-only and --no-remote, ensuring no unauthorized network access, and the source is integrity-verified via checksum.
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:16
"https://dl.deno.land/release/v${_pkgver_denort}/denort-x86_64-unknown-linux-gnu.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: LightDot <lightdot -a-t- server.si>
2
3
pkgname=rdapcheck
4
pkgver=0.1.1
5
_pkgver_denort=2.2.10
6
pkgrel=2
7
pkgdesc="A simple RDAP library and command-line tool to check domain name availability in bulk."
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/Gadiguibou/rdapcheck"
10
license=('AGPL-3.0')
11
makedepends=('deno')
12
options=('!strip')
13
provides=('rdapcheck')
14
conflicts=('rdapcheck')
15
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz"
16
"https://dl.deno.land/release/v${_pkgver_denort}/denort-x86_64-unknown-linux-gnu.zip")
17
sha256sums=('c636b18a800ce078da5f564c97f2151d117d4aa1afda681f984563a2034c3824'
18
'e943e07d9e68849537874691286840ec592617f084cc73e32e40904279a23c97')
19
20
prepare() {
21
# Prevent deno from downloading denort on its own by creating its cache and populating it.
22
# This respects Arch Linux packaging guidelines and common security practices.
23
export DENO_DIR="${srcdir}/.deno_cache"
24
mkdir -p "$DENO_DIR/dl/release/v${_pkgver_denort}"
25
mv "denort-x86_64-unknown-linux-gnu.zip" "$DENO_DIR/dl/release/v${_pkgver_denort}"
26
}
27
28
build() {
29
cd "${pkgname}-${pkgver}"
30
deno compile \
31
--cached-only \
32
--no-remote \
33
--allow-net \
34
--output "${pkgname}" \
35
src/cmd.ts
36
}
37
38
package() {
39
cd "${pkgname}-${pkgver}"
40
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
41
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42
}
43
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 |