pinegrow

LOW
maintainer ewelinakrajniak 6 votes scanned 2026-09-17 00:27:14.276658
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
7pkgname=pinegrow
8pkgver=6.1.1
9pkgrel=1
10pkgdesc='A website development tool for building responsive websites'
11arch=('x86_64')
12url="https://pinegrow.com"
13license=('custom:pinegrow')
14depends_x86_64+=(gtk2 gconf-gtk2 alsa-lib nss libxss libxtst)
15makedepends=(gendesk unzip)
16source=("http://download.pinegrow.com/PinegrowLinux64.${pkgver}.zip"
17 "${pkgname}.png"
18 "LICENSE")
19sha512sums=('f0eb8974b926249caa81027028118117e3c3cc879607d83352e16c2359bd6e44a2171d028e85efc07aab723d0fc6c2a4c9c08091f29c73e42d7a527c9c03c212'
20 'e71d7bfa237604fdf183cf1dc61e674c3f0ee9a33609f5c2aa6adf3b0359acd12f6ff2c1deeec52128461327c0fde013f4e1cc6fc5170e21f09b7fb01a4f334e'
21 '1f2dd46c34bac1d218176f977eec05811982f1f74ead24deadb64717bb64059122e056ee1c95de34e207dd9e90107ce2f7187a4d6781f024257a7c2d7d605967')
22
23
24options=('!strip')
25install=${pkgname}.install
26
27prepare() {
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
36package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion