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
3pkgname=rdapcheck
4pkgver=0.1.1
5_pkgver_denort=2.2.10
6pkgrel=2
7pkgdesc="A simple RDAP library and command-line tool to check domain name availability in bulk."
8arch=('x86_64' 'aarch64')
9url="https://github.com/Gadiguibou/rdapcheck"
10license=('AGPL-3.0')
11makedepends=('deno')
12options=('!strip')
13provides=('rdapcheck')
14conflicts=('rdapcheck')
15source=("${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")
17sha256sums=('c636b18a800ce078da5f564c97f2151d117d4aa1afda681f984563a2034c3824'
18 'e943e07d9e68849537874691286840ec592617f084cc73e32e40904279a23c97')
19
20prepare() {
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
28build() {
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
38package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion