verifpal-bin
maintainer Fethbita
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary and documentation from the project's official GitHub releases and a static project domain; while the hosts are not whitelisted, they are legitimate project sources, and the binary is verified via a provided checksum.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary and documentation from the project's official GitHub releases and a static project domain; while the hosts are not whitelisted, they are legitimate project sources, and the binary is verified via a provided checksum.
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:14
"$pkgname-$pkgver-manual.pdf::https://static.verifpal.com/manual.pdf" -
PKGBUILD:15
"$pkgname-$pkgver-manual-license.txt::https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.txt")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Fethbita <aur AT fethbita DOT com>
2
3
pkgname=verifpal-bin
4
_pkgname=verifpal
5
pkgver=0.53.0
6
pkgrel=1
7
pkgdesc="Cryptographic protocol analysis for real-world protocols."
8
arch=('x86_64')
9
url="https://verifpal.com"
10
license=('GPL3' 'custom:cc-by-nc-nd-4.0')
11
provides=('verifpal')
12
conflicts=('verifpal')
13
source=("https://github.com/symbolicsoft/verifpal/releases/download/v${pkgver}/verifpal_${pkgver}_linux_amd64.zip"
14
"$pkgname-$pkgver-manual.pdf::https://static.verifpal.com/manual.pdf"
15
"$pkgname-$pkgver-manual-license.txt::https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.txt")
16
sha256sums=('af1a4c5ed00e2507fa048f3dd91e2a4f19ac02c12c3b058ed5745a1b244acebb'
17
'5760656e323ca946e780c3bf60eed400ffe4376e48c5fc5024c6dab35c3fe0df'
18
'38762e3777f4ec00a6f769062a7c3f704fb78ce08303ecff88558da4c49cf9ea')
19
20
package() {
21
install -Dm644 "$pkgname-$pkgver-manual.pdf" "${pkgdir}/usr/share/doc/${_pkgname}/manual.pdf"
22
install -Dm644 "$pkgname-$pkgver-manual-license.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/manual-LICENSE"
23
cd "${_pkgname}_${pkgver}_linux_amd64"
24
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
25
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
26
install -Dm644 README.md "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
27
install -dm755 "${pkgdir}/usr/share/doc/${_pkgname}/examples"
28
cp -r examples/* "${pkgdir}/usr/share/doc/${_pkgname}/examples/"
29
}
30
31
# vim:set ts=2 sw=2 et:
32
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ pkgname=verifpal-bin _pkgname=verifpal-pkgver=0.52.0+pkgver=0.53.0 pkgrel=1 pkgdesc="Cryptographic protocol analysis for real-world protocols." arch=('x86_64')@@ -13,7 +13,7 @@ source=("https://github.com/symbolicsoft/verifpal/releases/download/v${pkgver}/verifpal_${pkgver}_linux_amd64.zip" "$pkgname-$pkgver-manual.pdf::https://static.verifpal.com/manual.pdf" "$pkgname-$pkgver-manual-license.txt::https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.txt")-sha256sums=('e75e6b6737ba1c5965ad9dc71daec0993ded44d553dfb682f9dac182654700c1'+sha256sums=('af1a4c5ed00e2507fa048f3dd91e2a4f19ac02c12c3b058ed5745a1b244acebb' '5760656e323ca946e780c3bf60eed400ffe4376e48c5fc5024c6dab35c3fe0df' '38762e3777f4ec00a6f769062a7c3f704fb78ce08303ecff88558da4c49cf9ea') 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 01:40:32 | MEDIUM | 1 |
| 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 |