netlab
maintainer billypilgrim
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source files from the official university-hosted project page via a gateway link; the content is non-executable MATLAB code and documentation, posing minimal risk even if the host were compromised.
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 source files from the official university-hosted project page via a gateway link; the content is non-executable MATLAB code and documentation, posing minimal risk even if the host were compromised.
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=("$pkgname-$pkgver.tar::http://www.aston.ac.uk/EasySiteWeb/GatewayLink.aspx?alId=40595"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alex Dewar <a.dewar@sussex.ac.uk
2
pkgname=netlab
3
pkgver=3.3
4
pkgrel=2
5
pkgdesc="The Netlab neural network toolbox for Matlab"
6
arch=("any")
7
url="http://www.aston.ac.uk/eas/research/groups/ncrg/resources/netlab"
8
license=('custom')
9
source=("$pkgname-$pkgver.tar::http://www.aston.ac.uk/EasySiteWeb/GatewayLink.aspx?alId=40595"
10
"$pkgname-help-$pkgver.tar::http://www.aston.ac.uk/EasySiteWeb/GatewayLink.aspx?alId=40596"
11
"foptions.m::http://www.aston.ac.uk/EasySiteWeb/GatewayLink.aspx?alId=40587")
12
sha256sums=('3765f8b7f8141901a4cc1e1516c211af895093eaacf94d6520251529d2ac3564'
13
'039cc3d39b2db7f755065379d63a1ba28eee14be69f9bd3a2837ad133f4b9d9b'
14
'aa306a0a79ba4479987c6d78e872bcf4b5751024bac887812c267010343c9074')
15
16
package() {
17
install -d "$pkgdir"/opt/$pkgname
18
rm "$srcdir"/*.tar
19
install -m 644 "$srcdir"/* "$pkgdir"/opt/$pkgname
20
install -m 644 foptions.m "$pkgdir"/opt/$pkgname
21
22
cd "$pkgdir"/opt/$pkgname
23
mkdir help
24
mv *.htm help
25
install -d "$pkgdir"/usr/share/doc
26
ln -s /opt/$pkgname/help "$pkgdir"/usr/share/doc/$pkgname
27
28
install -d "$pkgdir"/usr/share/licenses/$pkgname
29
ln -s /opt/$pkgname/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
30
}
31
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 |