pinegrow
The package downloads a source archive from the official project's download domain, which is not on the whitelist but is plausibly legitimate; the content is a prebuilt application, but from the vendor's own infrastructure, and the checksums are provided, making supply-chain tampering unlikely.
Triggered rules
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 package downloads a source archive from the official project's download domain, which is not on the whitelist but is plausibly legitimate; the content is a prebuilt application, but from the vendor's own infrastructure, and the checksums are provided, making supply-chain tampering unlikely.
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:16
source=("http://download.pinegrow.com/PinegrowLinux64.${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Schilli <schilli at mailbox dot org>
# Maintainer: blx32 <>
# Maintainer: Natetronn <>
# Maintainer: Twiki <>
# Contributor: <tianyu at vt dot edu>
pkgname=pinegrow
pkgver=6.1.1
pkgrel=1
pkgdesc='A website development tool for building responsive websites'
arch=('x86_64')
url="https://pinegrow.com"
license=('custom:pinegrow')
depends_x86_64+=(gtk2 gconf-gtk2 alsa-lib nss libxss libxtst)
makedepends=(gendesk unzip)
source=("http://download.pinegrow.com/PinegrowLinux64.${pkgver}.zip"
"${pkgname}.png"
"LICENSE")
sha512sums=('f0eb8974b926249caa81027028118117e3c3cc879607d83352e16c2359bd6e44a2171d028e85efc07aab723d0fc6c2a4c9c08091f29c73e42d7a527c9c03c212'
'e71d7bfa237604fdf183cf1dc61e674c3f0ee9a33609f5c2aa6adf3b0359acd12f6ff2c1deeec52128461327c0fde013f4e1cc6fc5170e21f09b7fb01a4f334e'
'1f2dd46c34bac1d218176f977eec05811982f1f74ead24deadb64717bb64059122e056ee1c95de34e207dd9e90107ce2f7187a4d6781f024257a7c2d7d605967')
options=('!strip')
install=${pkgname}.install
prepare() {
cd "${srcdir}"
unzip -qqo "PinegrowLinux64.${pkgver}.zip" -d "Pinegrow-${pkgver}"
cd Pinegrow-${pkgver}
gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" --icon /usr/share/pixmaps/$pkgname.png
}
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/share/pinegrow/
cd Pinegrow-${pkgver}
cp -R * ${pkgdir}/usr/share/pinegrow/
rm ${pkgdir}/usr/share/$pkgname/{$pkgname.png,$pkgname.desktop,Pinegrow.desktop,readme.txt}
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 ${srcdir}/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
# Text extracted from Pinegrow_EULA.pdf
install -Dm644 ${srcdir}/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
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 | 2 |