snoopy
maintainer edjopato
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The download is from a university's official project page, which is a plausible source for academic software; the tarball is not a prebuilt executable but rather source/data for a build, and the rest of the PKGBUILD performs standard installation steps without executing untrusted code.
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 download is from a university's official project page, which is a plausible source for academic software; the tarball is not a prebuilt executable but rather source/data for a build, and the rest of the PKGBUILD performs standard installation steps without executing untrusted code.
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=("$pkgname-stable-linux-64-${pkgver//./-}.tgz::https://www-dssz.informatik.tu-cottbus.de/track/download.php?id=259"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: EdJoPaTo <snoopy-aur@edjopato.de>
2
pkgname=snoopy
3
pkgver=2022.08.27
4
pkgrel=1
5
pkgdesc="software tool to design and animate hierarchical graphs, among others Petri nets"
6
arch=("x86_64")
7
url="https://www-dssz.informatik.tu-cottbus.de/DSSZ/Software/Snoopy"
8
license=('custom: non-professional use only')
9
depends=('gtk2'
10
'libpng'
11
'libsm')
12
makedepends=('unzip')
13
checkdepends=()
14
optdepends=()
15
provides=("${pkgname}")
16
source=("$pkgname-stable-linux-64-${pkgver//./-}.tgz::https://www-dssz.informatik.tu-cottbus.de/track/download.php?id=259"
17
"runscript.sh"
18
"snoopy.desktop"
19
"snoopy.png")
20
sha256sums=('b0033b7b825f76bd95c24915c9fb333b1fbdb40d07bcc0762c0b8ccc5d69d3da'
21
'6400dcdf01072e40fc855481d42ea33c3eb11aa53d0b8a3dc10ebfbda96b0fb4'
22
'e9ebf3ce027808d74f14ab02b4ac34b3e3e21fe0c2c83fb9a3298787be5c6d3c'
23
'5ad73e78cc910a26f09c690f730289fb5a707bc9cabc1f035dea19ca3a24ca1d')
24
25
package() {
26
install -Dm755 "${srcdir}/runscript.sh" "${pkgdir}/usr/bin/snoopy"
27
28
install -d "${pkgdir}/usr/lib/${pkgname}/"
29
cp -r "${srcdir}/snoopy2/lib"/* "${pkgdir}/usr/lib/${pkgname}"
30
install -Dm755 "${srcdir}/snoopy2/bin/snoopy" -t "${pkgdir}/usr/lib/${pkgname}/"
31
32
install -d "${pkgdir}/usr/share/doc/${pkgname}/"
33
unzip -q "${srcdir}/snoopy2/share/help.zip" -d "${pkgdir}/usr/share/doc/${pkgname}/"
34
35
install -Dm644 "${srcdir}/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
36
install -Dm644 "${srcdir}/${pkgname}.png" -t "${pkgdir}/usr/share/icons/"
37
}
38
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 |