php83-cli-static-bin
The package downloads prebuilt static PHP binaries and a JSON file from a non-whitelisted host (dl.static-php.dev) with SKIP'd checksums, creating a supply-chain risk if the host is compromised or the binaries are swapped.
Triggered rules
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:70
source=("php-${pkgver}-cli-build-extensions.json::https://dl.static-php.dev/static-php-cli/bulk/build-extensions.json")
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads prebuilt static PHP binaries and a JSON file from a non-whitelisted host (dl.static-php.dev) with SKIP'd checksums, creating a supply-chain risk if the host is compromised or the binaries are swapped.
PKGBUILD
1 offending line(s) highlighted# Maintainer: devome <evinedeng@hotmail.com>
pkgname=php83-cli-static-bin
pkgver=8.3.32
pkgrel=1
pkgdesc="A general-purpose scripting language that is especially suited to web development (8.3.x static precompiled binary)"
arch=("x86_64" "aarch64")
url="https://www.php.net"
license=("PHP-3.01")
provides=(
"php83-cli"
"php83-apcu"
"php83-bcmath"
"php83-bz2"
"php83-calendar"
"php83-ctype"
"php83-curl"
"php83-dba"
"php83-dom"
"php83-event"
"php83-exif"
"php83-fileinfo"
"php83-filter"
"php83-ftp"
"php83-gd"
"php83-gmp"
"php83-iconv"
"php83-imagick"
"php83-imap"
"php83-intl"
"php83-libxml"
"php83-mbregex"
"php83-mbstring"
"php83-mysqli"
"php83-mysqlnd"
"php83-opcache"
"php83-openssl"
"php83-opentelemetry"
"php83-pcntl"
"php83-pdo"
"php83-pdo_mysql"
"php83-pgsql"
"php83-phar"
"php83-posix"
"php83-protobuf"
"php83-readline"
"php83-redis"
"php83-session"
"php83-shmop"
"php83-simplexml"
"php83-soap"
"php83-sockets"
"php83-sodium"
"php83-sqlite"
"php83-swoole"
"php83-swoole-hook-mysql"
"php83-swoole-hook-pgsql"
"php83-swoole-hook-sqlite"
"php83-sysvmsg"
"php83-sysvsem"
"php83-sysvshm"
"php83-tokenizer"
"php83-xml"
"php83-xmlreader"
"php83-xmlwriter"
"php83-xsl"
"php83-zip"
"php83-zlib"
)
source=("php-${pkgver}-cli-build-extensions.json::https://dl.static-php.dev/static-php-cli/bulk/build-extensions.json")
source_x86_64=("php-${pkgver}-cli-linux-x86_64.tar.gz::https://dl.static-php.dev/static-php-cli/bulk/php-${pkgver}-cli-linux-x86_64.tar.gz")
source_aarch64=("php-${pkgver}-cli-linux-aarch64.tar.gz::https://dl.static-php.dev/static-php-cli/bulk/php-${pkgver}-cli-linux-aarch64.tar.gz")
sha256sums=('SKIP')
sha256sums_x86_64=('SKIP')
sha256sums_aarch64=('SKIP')
options=(!strip)
package() {
install -Dm755 php "${pkgdir}/usr/bin/php83"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |