netinstall-gui

LOW
maintainer eworm 4 votes base netinstall scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads official Mikrotik Netinstall binaries from mikrotik.com's download subdomain, which is the project's legitimate source; installing prebuilt executables from the vendor's own domain is normal and low risk 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official Mikrotik Netinstall binaries from mikrotik.com's download subdomain, which is the project's legitimate source; installing prebuilt executables from the vendor's own domain is normal and low risk 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 source=("https://download.mikrotik.com/routeros/${pkgver}/netinstall-${pkgver}.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christian Hesse <mail@eworm.de>
2
3pkgbase=netinstall
4pkgname=(netinstall netinstall-gui)
5pkgver=7.24.4
6pkgrel=1
7pkgdesc='Mikrotik Netinstall for RouterOS'
8arch=('i686' 'x86_64')
9url='https://www.mikrotik.com/'
10license=('custom')
11makedepends=('icoutils' 'libcap')
12source=("https://download.mikrotik.com/routeros/${pkgver}/netinstall-${pkgver}.zip"
13 "https://download.mikrotik.com/routeros/${pkgver}/netinstall-${pkgver}.tar.gz"
14 'netinstall.desktop'
15 'netinstall.sh'
16 'netinstall-gui.c')
17sha256sums=('a178fb8046f244ee02accba5fbe102677139748cb3b49ca47a632fbf24cd4427'
18 'a03e857240f64506b806920c0659e95a57f69e6c8465f237ebe11a4e1a62fbd8'
19 '285e32e9ba8bad9791cf3d5d3653b6e21bd771adcc32ea2036fe32dc9dafcfe0'
20 'dbc5134eb21509b3cfd660c09e090960a08b2661a4789d94c1bc4f5db1a6f886'
21 'b5efb376a6705c376465bff6f52dc0713c15fbd5cd861fdc39969cbb22c233b4')
22
23build() {
24 wrestool -x -t 14 netinstall.exe > netinstall.ico
25 gcc ${CFLAGS} ${LDFLAGS} -o netinstall-gui netinstall-gui.c -lcap
26}
27
28package_netinstall() {
29 pkgdesc='Mikrotik Netinstall for RouterOS - CLI with network namespace'
30 optdepends=('sudo: invoke as non-root')
31
32 install -D -m0755 netinstall.sh ${pkgdir}/usr/bin/netinstall
33 install -D -m0755 netinstall-cli ${pkgdir}/usr/lib/netinstall/netinstall-cli
34}
35
36package_netinstall-gui() {
37 pkgdesc='Mikrotik Netinstall for RouterOS - GUI via wine'
38 depends=('wine' 'libcap')
39 install=netinstall-gui.install
40
41 install -D -m0755 netinstall-gui ${pkgdir}/usr/bin/netinstall-gui
42 install -D -m0755 netinstall.exe ${pkgdir}/usr/lib/netinstall/netinstall.exe
43 install -D -m0644 netinstall.desktop ${pkgdir}/usr/share/applications/netinstall.desktop
44 install -D -m0644 netinstall.ico ${pkgdir}/usr/share/pixmaps/netinstall.ico
45 install -D -m0644 LICENSE.txt ${pkgdir}/usr/share/licenses/netinstall/LICENSE.txt
46}
47

Changes since previous scan

--- PKGBUILD @ 2026-09-16 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -2,7 +2,7 @@
pkgbase=netinstall
pkgname=(netinstall netinstall-gui)
-pkgver=7.24.3
+pkgver=7.24.4
pkgrel=1
pkgdesc='Mikrotik Netinstall for RouterOS'
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
'netinstall.desktop'
'netinstall.sh'
'netinstall-gui.c')
-sha256sums=('8d7379e0e8288305a39e5d8de981b350cf37b32041b4dae00c54a017544f6ae7'
- 'aaf9478a08d42e8f7385e73629d0b39db24295de94e6a3af6c98ab107b57bf19'
+sha256sums=('a178fb8046f244ee02accba5fbe102677139748cb3b49ca47a632fbf24cd4427'
+ 'a03e857240f64506b806920c0659e95a57f69e6c8465f237ebe11a4e1a62fbd8'
'285e32e9ba8bad9791cf3d5d3653b6e21bd771adcc32ea2036fe32dc9dafcfe0'
'dbc5134eb21509b3cfd660c09e090960a08b2661a4789d94c1bc4f5db1a6f886'
'b5efb376a6705c376465bff6f52dc0713c15fbd5cd861fdc39969cbb22c233b4')

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 17:23:26 Medium 1
2026-09-16 00:03:17 Low 2
2026-09-15 15:19:57 Medium 1
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 11:53:08 Medium 1
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion