snoopy

LOW
maintainer edjopato 0 votes scanned 2026-09-17 00:27:14.276658
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>
2pkgname=snoopy
3pkgver=2022.08.27
4pkgrel=1
5pkgdesc="software tool to design and animate hierarchical graphs, among others Petri nets"
6arch=("x86_64")
7url="https://www-dssz.informatik.tu-cottbus.de/DSSZ/Software/Snoopy"
8license=('custom: non-professional use only')
9depends=('gtk2'
10 'libpng'
11 'libsm')
12makedepends=('unzip')
13checkdepends=()
14optdepends=()
15provides=("${pkgname}")
16source=("$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")
20sha256sums=('b0033b7b825f76bd95c24915c9fb333b1fbdb40d07bcc0762c0b8ccc5d69d3da'
21 '6400dcdf01072e40fc855481d42ea33c3eb11aa53d0b8a3dc10ebfbda96b0fb4'
22 'e9ebf3ce027808d74f14ab02b4ac34b3e3e21fe0c2c83fb9a3298787be5c6d3c'
23 '5ad73e78cc910a26f09c690f730289fb5a707bc9cabc1f035dea19ca3a24ca1d')
24
25package() {
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)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