webdump-static

maintainer Aleksej · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's official release page on its own domain, which is not on the whitelist but is plausibly legitimate; building from official source is normal AUR packaging behavior and poses low risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official release page on its own domain, which is not on the whitelist but is plausibly legitimate; building from official source is normal AUR packaging behavior and poses low risk.

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:14 source=("https://codemadness.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Aleksej Kovura <aur-b1a3 at mekboy dot ru>
2
3pkgname=webdump-static
4_pkgname=webdump
5pkgver=0.3
6pkgrel=1
7pkgdesc='HTML to plain-text converter tool'
8arch=('x86_64' 'aarch64')
9url='https://codemadness.org/webdump.html'
10license=('ISC')
11conflicts=(${_pkgname}-git)
12provides=(${_pkgname})
13makedepends=('musl' 'gcc' 'make')
14source=("https://codemadness.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
15sha512sums=('fa44ba3171b0d7f9f2359c6846aa74f04d3b534bc88791a0e102d800b03da38e7b954a3677af26b16192e59cd1ee204f50d6201bc082949d14a97b17d9b8f705')
16
17build() {
18 export CC=musl-gcc CFLAGS="$CFLAGS -Os" LDFLAGS="$LDFLAGS -static"
19 make -j $(nproc) -C "${_pkgname}-${pkgver}"
20}
21package() {
22 cd "${_pkgname}-${pkgver}"
23 make DESTDIR="${pkgdir}" PREFIX=/usr install
24 strip ${pkgdir}/usr/bin/webdump
25 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
26}
27

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -2,7 +2,7 @@
pkgname=webdump-static
_pkgname=webdump
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc='HTML to plain-text converter tool'
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@
provides=(${_pkgname})
makedepends=('musl' 'gcc' 'make')
source=("https://codemadness.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('852439534388e323f287a0f5510bc12ed8b4e094354ed01fb0430bcaf40b5c8615552dd229eda50b0050ae433dbf3a3155010aa400d5046b38e00767bf85fe86')
+sha512sums=('fa44ba3171b0d7f9f2359c6846aa74f04d3b534bc88791a0e102d800b03da38e7b954a3677af26b16192e59cd1ee204f50d6201bc082949d14a97b17d9b8f705')
build() {
export CC=musl-gcc CFLAGS="$CFLAGS -Os" LDFLAGS="$LDFLAGS -static"

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 05:31:42 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-19 18:54:17 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion