prooftools-gtk-bin
maintainer winslow
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary tarball from the project's official site; while the host is not whitelisted, it is plausibly project-owned and the content is verified via checksum, reducing risk.
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 prebuilt binary tarball from the project's official site; while the host is not whitelisted, it is plausibly project-owned and the content is verified via checksum, reducing risk.
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:10
source=("https://creativeandcritical.net/downloads/ProofTools-0.6.2-20200618-linux-x86-64bit-gtk2.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yunchuan "Winslow" Hu <winslows@student.ubc.ca>
2
pkgname=prooftools-gtk-bin
3
pkgver=0.6.2
4
pkgrel=1
5
pkgdesc='A symbolic logic proof tree generator'
6
arch=('x86_64')
7
options=(!debug)
8
url='https://creativeandcritical.net/prooftools'
9
license=('custom')
10
source=("https://creativeandcritical.net/downloads/ProofTools-0.6.2-20200618-linux-x86-64bit-gtk2.tar.bz2"
11
"ProofTools.desktop"
12
"LICENSE"
13
"logo.png")
14
sha256sums=('9206237de07440334f37c7f75343b8b13efbfbc9e2c18877b82b39b970c4d34f'
15
'ef18ec5b3d4c121ddc31265bf22af8c5e148e259a514c24ae61ca1051c55fac2'
16
'326377edfe4658a0a87baa47634499d855c480168e530b4586fa4bda97a2d80f'
17
'1b08eae320144b13b6fab38fbd267ad4508e29c274a94ddc148be0aff156d355')
18
19
package() {
20
cd "ProofTools-0.6.2-gtk2"
21
mkdir "$pkgdir/opt"
22
mkdir "$pkgdir/opt/prooftools"
23
install -Dm755 prooftools "$pkgdir/opt/prooftools/prooftools"
24
install -Dm644 "../logo.png" "$pkgdir/opt/prooftools/logo.png"
25
install -Dm644 "../ProofTools.desktop" "$pkgdir/usr/share/applications/ProofTools.desktop"
26
install -Dm644 "../LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
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 |