inform
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
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)
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# Maintainer: libele <libele@disroot.org>
# Contributor: Beej <beej@beej.us>
_pkgname=Inform6
pkgname=inform
pkgver=6.44
pkgrel=2
pkgdesc="The Inform 6 compiler"
arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/DavidKinder/Inform6"
license=('Artistic2.0')
groups=('inform')
checkdepends=('inform-stdlib')
optdepends=('inform-stdlib: Inform 6 standard library'
'punyinform: a small Inform 6 library'
'frotz: Z-machine interpreter')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/DavidKinder/Inform6/archive/refs/tags/v$pkgver.tar.gz"
'https://ifarchive.org/if-archive/infocom/compilers/inform6/examples/Advent.inf'
'inform.1')
sha256sums=('4096da66193e35834e9b6d99bf58681e833ae20e747c3aa7352dba7975d172d0'
'08229160f23e43e474973b592d386cffd857c1ed9f0bd96cec616fbdc9486c93'
'43ecdb931b738dc8d370a35dae9a9c692a0093242e60efad659476b68bf40662')
build() {
cd "$_pkgname-$pkgver"
cc -DDefault_Language=\"english\" -DInclude_Directory=\"/usr/share/inform-stdlib\" -DTemporary_Directory=\"/tmp\" -DLINUX -O2 -o "$pkgname" *.c
}
check() {
"$_pkgname-$pkgver/$pkgname" Advent.inf
}
package() {
cd "$_pkgname-$pkgver"
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 licence.txt "$pkgdir/usr/share/licenses/$pkgname/ARTISTIC"
cd "$srcdir"
install -Dm644 inform.1 "$pkgdir/usr/share/man/man1/inform.1"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |