pgadmin4-web
The source is a tarball from the official PostgreSQL FTP server, which is a trusted project host; building and patching the project's own source is normal for AUR packages, and no unverifiable or executable payloads are involved.
Triggered rules
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 official PostgreSQL FTP server, which is a trusted project host; building and patching the project's own source is normal for AUR packages, and no unverifiable or executable payloads are involved.
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:11
source=("pgadmin4-${pkgver}.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/pgadmin4-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlightedpkgname=pgadmin4-web
pkgver=9.14
pkgrel=1
pkgdesc='The web interface for pgAdmin, hosted under Apache HTTPD. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.'
arch=('x86_64')
license=('PostgreSQL')
url='https://www.pgadmin.org/'
depends=("pgadmin4-server>=${pkgver}-1" "apache" "mod_wsgi")
makedepends=("syft" "patch" "gcc" "make")
provides=('pgadmin4-web')
source=("pgadmin4-${pkgver}.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/pgadmin4-${pkgver}.tar.gz"
"web.patch")
sha256sums=('b8ebfa7afe41da6c2e46c12ae53e5cbbe3b3864cd91e8d5b0d79fdc51ff5c9d3'
'a15b7ef9794d55c8497ea0d46d46e40a9e90054a79ca6e394d5a58ecf15d56f4')
backup=('etc/httpd/conf/extra/pgadmin4.conf')
prepare() {
cd "$srcdir/pgadmin4-${pkgver}"
patch -p1 <"../web.patch"
}
build() {
cd "$srcdir/pgadmin4-${pkgver}"
WEBROOT="${srcdir}/pgadmin4-${pkgver}/arch-build/web"
mkdir -p "${WEBROOT}/usr/pgadmin4/bin/"
cp "pkg/linux/setup-web.sh" "${WEBROOT}/usr/pgadmin4/bin/"
syft "${WEBROOT}/" -o cyclonedx-json > "${WEBROOT}/usr/pgadmin4/sbom-web.json"
mkdir -p "${WEBROOT}/etc/httpd/conf/extra"
cp "pkg/debian/pgadmin4.conf" "${WEBROOT}/etc/httpd/conf/extra"
}
package() {
cp -r "${srcdir}/pgadmin4-${pkgver}/arch-build/web/usr" "${pkgdir}/"
cp -r "${srcdir}/pgadmin4-${pkgver}/arch-build/web/etc" "${pkgdir}/"
}
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 | 3 |