pinegrow
maintainer ewelinakrajniak
· 6 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
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:16
source=("http://download.pinegrow.com/PinegrowLinux64.${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Schilli <schilli at mailbox dot org>
2
# Maintainer: blx32 <>
3
# Maintainer: Natetronn <>
4
# Maintainer: Twiki <>
5
# Contributor: <tianyu at vt dot edu>
6
7
pkgname=pinegrow
8
pkgver=6.1.1
9
pkgrel=1
10
pkgdesc='A website development tool for building responsive websites'
11
arch=('x86_64')
12
url="https://pinegrow.com"
13
license=('custom:pinegrow')
14
depends_x86_64+=(gtk2 gconf-gtk2 alsa-lib nss libxss libxtst)
15
makedepends=(gendesk unzip)
16
source=("http://download.pinegrow.com/PinegrowLinux64.${pkgver}.zip"
17
"${pkgname}.png"
18
"LICENSE")
19
sha512sums=('f0eb8974b926249caa81027028118117e3c3cc879607d83352e16c2359bd6e44a2171d028e85efc07aab723d0fc6c2a4c9c08091f29c73e42d7a527c9c03c212'
20
'e71d7bfa237604fdf183cf1dc61e674c3f0ee9a33609f5c2aa6adf3b0359acd12f6ff2c1deeec52128461327c0fde013f4e1cc6fc5170e21f09b7fb01a4f334e'
21
'1f2dd46c34bac1d218176f977eec05811982f1f74ead24deadb64717bb64059122e056ee1c95de34e207dd9e90107ce2f7187a4d6781f024257a7c2d7d605967')
22
23
24
options=('!strip')
25
install=${pkgname}.install
26
27
prepare() {
28
cd "${srcdir}"
29
30
unzip -qqo "PinegrowLinux64.${pkgver}.zip" -d "Pinegrow-${pkgver}"
31
32
cd Pinegrow-${pkgver}
33
gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc" --icon /usr/share/pixmaps/$pkgname.png
34
}
35
36
package() {
37
cd ${srcdir}
38
install -d ${pkgdir}/usr/share/pinegrow/
39
cd Pinegrow-${pkgver}
40
cp -R * ${pkgdir}/usr/share/pinegrow/
41
rm ${pkgdir}/usr/share/$pkgname/{$pkgname.png,$pkgname.desktop,Pinegrow.desktop,readme.txt}
42
43
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
44
install -Dm644 ${srcdir}/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
45
46
# Text extracted from Pinegrow_EULA.pdf
47
install -Dm644 ${srcdir}/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |