inform
maintainer libele
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URL points to the project's official GitHub repository, which is a standard and trusted hosting platform; the non-whitelisted host is a false positive as GitHub is a legitimate forge for project sources.
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 URL points to the project's official GitHub repository, which is a standard and trusted hosting platform; the non-whitelisted host is a false positive as GitHub is a legitimate forge for project sources.
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:18
'https://ifarchive.org/if-archive/infocom/compilers/inform6/examples/Advent.inf'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: libele <libele@disroot.org>
2
# Contributor: Beej <beej@beej.us>
3
4
_pkgname=Inform6
5
pkgname=inform
6
pkgver=6.44
7
pkgrel=2
8
pkgdesc="The Inform 6 compiler"
9
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
10
url="https://github.com/DavidKinder/Inform6"
11
license=('Artistic2.0')
12
groups=('inform')
13
checkdepends=('inform-stdlib')
14
optdepends=('inform-stdlib: Inform 6 standard library'
15
'punyinform: a small Inform 6 library'
16
'frotz: Z-machine interpreter')
17
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/DavidKinder/Inform6/archive/refs/tags/v$pkgver.tar.gz"
18
'https://ifarchive.org/if-archive/infocom/compilers/inform6/examples/Advent.inf'
19
'inform.1')
20
sha256sums=('4096da66193e35834e9b6d99bf58681e833ae20e747c3aa7352dba7975d172d0'
21
'08229160f23e43e474973b592d386cffd857c1ed9f0bd96cec616fbdc9486c93'
22
'43ecdb931b738dc8d370a35dae9a9c692a0093242e60efad659476b68bf40662')
23
24
build() {
25
cd "$_pkgname-$pkgver"
26
cc -DDefault_Language=\"english\" -DInclude_Directory=\"/usr/share/inform-stdlib\" -DTemporary_Directory=\"/tmp\" -DLINUX -O2 -o "$pkgname" *.c
27
}
28
29
check() {
30
"$_pkgname-$pkgver/$pkgname" Advent.inf
31
}
32
33
package() {
34
cd "$_pkgname-$pkgver"
35
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
36
install -Dm644 licence.txt "$pkgdir/usr/share/licenses/$pkgname/ARTISTIC"
37
38
cd "$srcdir"
39
install -Dm644 inform.1 "$pkgdir/usr/share/man/man1/inform.1"
40
}
41
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 |