ahven
maintainer charlie5
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain, used to build the software normally; the host is not whitelisted but is plausibly legitimate, and no untrusted executable is run.
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 source is a tarball from the project's official domain, used to build the software normally; the host is not whitelisted but is plausibly legitimate, and no untrusted executable is run.
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=(https://www.ahven-framework.com/releases/ahven-2.9.tar.gz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rod Kay <rodakay5 at gmail dot com>
2
# Contributor: Julian Leyh <julian@vgai.de>
3
4
pkgname=ahven
5
pkgver=2.9
6
pkgrel=1
7
pkgdesc="A simple unit test framework for the Ada programming language."
8
9
arch=(i686 x86_64)
10
url=http://ahven-framework.com
11
license=(ISC)
12
13
depends=(gcc-ada)
14
makedepends=(sphinxcontrib-adadomain)
15
16
source=(https://www.ahven-framework.com/releases/ahven-2.9.tar.gz)
17
sha256sums=(35187a3833c2fe62710f47e5bde3ee1c32fd964bcedf2ca65c3f324e82a8a1fa)
18
19
20
build()
21
{
22
cd $srcdir/$pkgname-$pkgver
23
24
make prefix=/usr
25
26
make prefix=/usr docs \
27
1> build_docs-warnings.log \
28
2> build_docs-errors.log
29
}
30
31
32
check()
33
{
34
cd $srcdir/$pkgname-$pkgver
35
36
make check
37
}
38
39
40
package()
41
{
42
cd $srcdir/$pkgname-$pkgver
43
44
make DESTDIR=$pkgdir install
45
46
# Install the license.
47
#
48
install -D -m644 \
49
"LICENSE.txt" \
50
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
51
}
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 |