verifpal

maintainer Fethbita · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official GitHub source, which is normal for AUR packages; the manual and license are data files downloaded from the project's own domain and a trusted Creative Commons site, posing no execution 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official GitHub source, which is normal for AUR packages; the manual and license are data files downloaded from the project's own domain and a trusted Creative Commons site, posing no execution 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: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# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
3# Contributor: <philipp.classen@posteo.de>
4
5pkgname=verifpal
6pkgver=0.53.0
7pkgrel=1
8pkgdesc="Cryptographic protocol analysis for real-world protocols."
9arch=('x86_64')
10url="https://verifpal.com"
11license=('GPL3' 'custom:cc-by-nc-nd-4.0')
12makedepends=('rust' 'cargo')
13source=("https://github.com/symbolicsoft/verifpal/archive/refs/tags/v${pkgver}.tar.gz"
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")
16sha256sums=('3bcf2765881a2c665451c84f3a029d31bd62e45c5f401136c64327fb25f5f7c4'
17 '5760656e323ca946e780c3bf60eed400ffe4376e48c5fc5024c6dab35c3fe0df'
18 '38762e3777f4ec00a6f769062a7c3f704fb78ce08303ecff88558da4c49cf9ea')
19
20build() {
21 cd "$pkgname-$pkgver"
22 cargo build --release --locked
23}
24
25check() {
26 cd "$pkgname-$pkgver"
27 cargo test --release
28}
29
30package() {
31 install -Dm644 "$pkgname-$pkgver-manual.pdf" "${pkgdir}/usr/share/doc/${pkgname}/manual.pdf"
32 install -Dm644 "$pkgname-$pkgver-manual-license.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/manual-LICENSE"
33 cd "$pkgname-$pkgver"
34 install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
35 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
37 install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/examples"
38 cp -r examples/* "${pkgdir}/usr/share/doc/${pkgname}/examples/"
39}
40
41# vim:set ts=2 sw=2 et:
42

Changes since previous scan

--- PKGBUILD @ 2026-07-29 00:25
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,7 +3,7 @@
# Contributor: <philipp.classen@posteo.de>
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/archive/refs/tags/v${pkgver}.tar.gz"
"$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=('8acd5759f208e87afb743735f1a51b769cc8b8d5a4bf7a1742fd382b7a9e2599'
+sha256sums=('3bcf2765881a2c665451c84f3a029d31bd62e45c5f401136c64327fb25f5f7c4'
'5760656e323ca946e780c3bf60eed400ffe4376e48c5fc5024c6dab35c3fe0df'
'38762e3777f4ec00a6f769062a7c3f704fb78ce08303ecff88558da4c49cf9ea')

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion