inclusive
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads precompiled binaries from a non-whitelisted but plausibly project-owned academic host; while the source is not from a standard forge, the files are installed directly without execution during build, and the risk is limited to supply-chain trust in the upstream provider.
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 package downloads precompiled binaries from a non-whitelisted but plausibly project-owned academic host; while the source is not from a standard forge, the files are installed directly without execution during build, and the risk is limited to supply-chain trust in the upstream provider.
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:9
source=("http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/MotifSampler"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: allencch <allencch at hotmail dot com>
2
pkgname=inclusive
3
pkgver=3.2
4
pkgrel=4
5
pkgdesc="Integrated clustering, upstream sequence retrieval and motif sampling"
6
arch=('i686' 'x86_64')
7
url="http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download.html"
8
license=('custom')
9
source=("http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/MotifSampler"
10
"http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/MotifScanner"
11
"http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/MotifLocator"
12
"http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/CreateBackgroundModel"
13
"http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/BackgroundScore"
14
"http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/MotifComparison"
15
"http://homes.esat.kuleuven.be/~sistawww/bioi/thijs/download/linux_3.2/MotifRanking")
16
md5sums=("c2867739e66744c43d6d0005f6d1d6c7"
17
"c0006d11649daf137797e74e65fdbf95"
18
"af78e57a9616b198f7b3852854488567"
19
"056e3ee499260619d9c2f60495ea5384"
20
"2a7115bd07f18963045b9ffd2d33389f"
21
"17581d84853154b5493c14e3ccb84516"
22
"a3e37d685de778678ebaf876a765ab88")
23
24
25
package() {
26
mkdir -p "${pkgdir}/usr/bin"
27
cd "${srcdir}"
28
install -m755 MotifSampler MotifScanner MotifLocator CreateBackgroundModel BackgroundScore MotifComparison MotifRanking "${pkgdir}/usr/bin"
29
}
30
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 |