epiclang-bin
The package downloads a prebuilt .deb from a non-whitelisted host (launchpadcontent.net), which is an unverifiable executable binary; if the source were swapped, it could deliver malicious code during installation.
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:19
source=("${_pkgname}-${pkgver}.deb::https://ppa.launchpadcontent.net/epitech/ppa/ubuntu/pool/main/e/epiclang/epiclang_${pkgver}_amd64.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (launchpadcontent.net), which is an unverifiable executable binary; if the source were swapped, it could deliver malicious code during installation.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Reyshyram <reyshyram@gmail.com>
# Contributor: Inkurey22 <inkurey22.tr@proton.me>
pkgname=epiclang-bin
_pkgname=epiclang
pkgver=20260803220850
pkgrel=2
pkgdesc="Script to call clang with Epitech's C style checking extension"
arch=('x86_64')
url="https://launchpad.net/~epitech/+archive/ubuntu/ppa"
license=('GPL2')
depends=('clang20' 'python' 'banana-coding-style-checker')
makedepends=('binutils')
provides=("$_pkgname")
conflicts=("$_pkgname")
sha256sums=('3471e0f02dde024881a22e4ed4948c3662966a344af9d11979eca8fe92a68bed')
source=("${_pkgname}-${pkgver}.deb::https://ppa.launchpadcontent.net/epitech/ppa/ubuntu/pool/main/e/epiclang/epiclang_${pkgver}_amd64.deb")
package () {
ar x "${srcdir}/${_pkgname}-${pkgver}.deb" --output "${srcdir}"
tar xf "${srcdir}/data.tar.zst" -C "${pkgdir}"
sed -i 's/clang-20/\/usr\/lib\/llvm20\/bin\/clang/g' "$pkgdir/usr/bin/epiclang.py"
chmod +x "$pkgdir/usr/bin/epiclang"
# cleanup temporary files extracted from the .deb
rm -f "${srcdir}/${_pkgname}-${pkgver}.deb"
rm -f "${srcdir}/data.tar.zst" "${srcdir}/control.tar.*" "${srcdir}/debian-binary"
}
Changes since previous scan
--- PKGBUILD @ 2026-06-20 16:03+++ PKGBUILD @ 2026-08-19 11:41@@ -3,8 +3,8 @@ pkgname=epiclang-bin _pkgname=epiclang-pkgver=20260407090709-pkgrel=1+pkgver=20260803220850+pkgrel=2 pkgdesc="Script to call clang with Epitech's C style checking extension" arch=('x86_64') url="https://launchpad.net/~epitech/+archive/ubuntu/ppa"@@ -14,7 +14,7 @@ provides=("$_pkgname") conflicts=("$_pkgname") -sha256sums=('07dab38dd884a2e5d63bef39c2cf76e43bf5d540d27878039f38c6a8d78ad321')+sha256sums=('3471e0f02dde024881a22e4ed4948c3662966a344af9d11979eca8fe92a68bed') source=("${_pkgname}-${pkgver}.deb::https://ppa.launchpadcontent.net/epitech/ppa/ubuntu/pool/main/e/epiclang/epiclang_${pkgver}_amd64.deb") @@ -23,7 +23,6 @@ tar xf "${srcdir}/data.tar.zst" -C "${pkgdir}" sed -i 's/clang-20/\/usr\/lib\/llvm20\/bin\/clang/g' "$pkgdir/usr/bin/epiclang.py"- sed -i 's/python3.13/python3.14 python3.13/g' "$pkgdir/usr/bin/epiclang" chmod +x "$pkgdir/usr/bin/epiclang" # cleanup temporary files extracted from the .debScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 11:41:55 | Medium | 2 |
| 2026-06-20 16:03:41 | Clean | 2 |
| 2026-06-20 00:50:07 | Medium | 2 |
| 2026-06-20 00:18:46 | Medium | 1 |
| 2026-06-19 23:51:18 | Medium | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |