evrouter
maintainer envolution
· 30 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-associated domain (bedroomlan.org) used to build the software from source; the host is not whitelisted but is plausibly official, and no untrusted executable is run.
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 is a tarball from a project-associated domain (bedroomlan.org) used to build the software from source; the host is not whitelisted but is plausibly official, and no untrusted executable is run.
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:13
source=(http://debian.bedroomlan.org/debian/pool/main/e/${pkgname}/${pkgname}_${pkgver}.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: envolution
2
# Contributor: Jonathan Liu <net147@gmail.com>
3
# shellcheck shell=bash disable=SC2034,SC2154
4
pkgname=evrouter
5
pkgver=0.4
6
pkgrel=6
7
pkgdesc="An Input Event Router for Linux"
8
arch=('i686' 'x86_64')
9
url="http://www.bedroomlan.org/projects/evrouter"
10
license=('GPL-2.0-or-later')
11
depends=('libxtst')
12
makedepends=('automake')
13
source=(http://debian.bedroomlan.org/debian/pool/main/e/${pkgname}/${pkgname}_${pkgver}.tar.gz
14
evrouter-modern-compiler-fixes.patch)
15
md5sums=('eef1b9d8e3b545c330eb025670ffa3e8'
16
'5ec6c3392bc127c6a2fc9630fc701d78')
17
18
prepare() {
19
cd "${srcdir}/${pkgname}-${pkgver}"
20
patch -Np2 -i ../evrouter-modern-compiler-fixes.patch
21
}
22
23
build() {
24
cd "${srcdir}/${pkgname}-${pkgver}"
25
sed -i '87d' ./src/evrouter.c
26
sed -i '46d' ./configure.ac
27
aclocal
28
automake --add-missing
29
./configure --prefix=/usr --without-xmms
30
make
31
}
32
33
package() {
34
cd "${srcdir}/${pkgname}-${pkgver}"
35
make DESTDIR="${pkgdir}" install
36
install -D -m644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
37
install -D -m644 debian/changelog "${pkgdir}/usr/share/doc/${pkgname}/changelog"
38
install -D -m644 debian/copyright "${pkgdir}/usr/share/doc/${pkgname}/copyright"
39
install -D -m755 src/example "${pkgdir}/usr/share/doc/${pkgname}/examples/example"
40
}
41
42
# vim:set ts=2 sw=2 et:
43
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 |