e4thcom
maintainer zag
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official wiki domain, which is plausibly controlled by the maintainers; the tarball contains source code that is compiled, not a prebuilt binary, and the checksum is verified, making the risk low despite the non-whitelisted host.
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 90%): The source is downloaded from the project's official wiki domain, which is plausibly controlled by the maintainers; the tarball contains source code that is compiled, not a prebuilt binary, and the checksum is verified, making the risk low despite the non-whitelisted host.
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:12
"https://wiki.forth-ev.de/lib/exe/fetch.php/projects:$pkgname:$pkgname-$pkgver-64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Eugen Zagorodniy <https://github.com/ezag>
2
3
pkgname=e4thcom
4
pkgver=0.8.0
5
pkgrel=1
6
pkgdesc='Terminal for Embedded Forth Systems'
7
arch=('x86_64')
8
url="https://wiki.forth-ev.de/doku.php/en:projects:${pkgname}"
9
license=('GPL3')
10
11
source=(
12
"https://wiki.forth-ev.de/lib/exe/fetch.php/projects:$pkgname:$pkgname-$pkgver-64.tar.gz"
13
"e4thcom"
14
)
15
sha256sums=(
16
'41560a3e2a013c850b853fb7079d3ee9820020ea8f34d3af95b2ed733a193035'
17
'e730ca08860806a2f4ad029adb9129a76499a0c661202f104141e8bd31ca9a74'
18
)
19
20
build() {
21
cd "$srcdir/$pkgname-$pkgver/src"
22
./lxmake 64
23
}
24
package() {
25
install -Dm 755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
26
install -Dm644 "$srcdir/$pkgname-$pkgver/doc/e4thcom-0.8.0.pdf" \
27
"$pkgdir/usr/share/doc/$pkgname/$pkgname.pdf"
28
29
30
mkdir -p "${pkgdir}/usr/lib/$pkgname/"
31
cd "$_"
32
33
install -m755 "$srcdir/$pkgname-$pkgver/$pkgname" $pkgname
34
install -m644 "$srcdir/$pkgname-$pkgver/$pkgname.i" $pkgname.i
35
36
install -m644 "$srcdir/$pkgname-$pkgver/430camelforth-xas.efc" 430camelforth-xas.efc
37
install -m644 "$srcdir/$pkgname-$pkgver/430camelforth.efc" 430camelforth.efc
38
install -m644 "$srcdir/$pkgname-$pkgver/430eforth-xas.efc" 430eforth-xas.efc
39
install -m644 "$srcdir/$pkgname-$pkgver/430eforth.efc" 430eforth.efc
40
install -m644 "$srcdir/$pkgname-$pkgver/4e4th-xas.efc" 4e4th-xas.efc
41
install -m644 "$srcdir/$pkgname-$pkgver/4e4th.efc" 4e4th.efc
42
install -m644 "$srcdir/$pkgname-$pkgver/amforth-xas.efc" amforth-xas.efc
43
install -m644 "$srcdir/$pkgname-$pkgver/amforth.efc" amforth.efc
44
install -m644 "$srcdir/$pkgname-$pkgver/amforth.efc" amforth.efc
45
install -m644 "$srcdir/$pkgname-$pkgver/anyforth.efc" anyforth.efc
46
install -m644 "$srcdir/$pkgname-$pkgver/mecrisp-msp430xas.efc" mecrisp-msp430xas.efc
47
install -m644 "$srcdir/$pkgname-$pkgver/mecrisp-st.efc" mecrisp-st.efc
48
install -m644 "$srcdir/$pkgname-$pkgver/mecrisp.efc" mecrisp.efc
49
install -m644 "$srcdir/$pkgname-$pkgver/noforth-xas.efc" noforth-xas.efc
50
install -m644 "$srcdir/$pkgname-$pkgver/noforth.efc" noforth.efc
51
install -m644 "$srcdir/$pkgname-$pkgver/stm8ef.efc" stm8ef.efc
52
install -m644 "$srcdir/$pkgname-$pkgver/test.efc" test.efc
53
install -m644 "$srcdir/$pkgname-$pkgver/4e4th.efc" 4e4th.efc
54
55
install -m644 "$srcdir/$pkgname-$pkgver/avrxasm.efx" avrxasm.efx
56
install -m644 "$srcdir/$pkgname-$pkgver/msp430xas.efx" msp430xas.efx
57
install -m644 "$srcdir/$pkgname-$pkgver/msp430xdas.efx" msp430xdas
58
59
install -m644 "$srcdir/$pkgname-$pkgver/MSP430G2553.efr" MSP430G2553.efr
60
}
61
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 |