devolo-dlan-cockpit

maintainer japama · 10 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a self-extracting installer from the official devolo.fr domain, which is plausibly the project's own source; despite the non-whitelisted host, the build process unpacks and installs components locally without executing remote code or introducing untrusted binaries.

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 a self-extracting installer from the official devolo.fr domain, which is plausibly the project's own source; despite the non-whitelisted host, the build process unpacks and installs components locally without executing remote code or introducing untrusted binaries.

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:21 source=("https://www.devolo.fr/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$_name" 'devolonetsvc.service')

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Christophe LAVIE <christophe.lavie@laposte.net>
2# Contributor: Christophe LAVIE <christophe.lavie@laposte.net> 29/06/2022
3
4pkgname=devolo-dlan-cockpit
5pkgver=5.2.0.185
6pkgrel=2.1
7_name=devolo-cockpit-v${pkgver//./-}-linux.run
8install=${pkgname}.install
9pkgdesc="Display and configure settings of your devolo device"
10arch=('i686' 'x86_64')
11url="https://www.devolo.com/support/downloads/download/devolo-cockpit.html"
12license=('nonfree')
13depends=( 'lib32-gtk2' 'lib32-curl' 'lib32-libxt' 'lib32-libxslt' 'lib32-nss' )
14
15if [ "${CARCH}" = "x86_64" ]; then
16 _arch="amd64"
17else
18 _arch="i386"
19fi
20
21source=("https://www.devolo.fr/fileadmin/Web-Content/DE/products/hnw/devolo-cockpit/software/$_name" 'devolonetsvc.service')
22
23build() {
24 cd $srcdir
25 skip=$(grep -a -m1 -n "HERE_BE_DRAG[O]NS" $_name | cut -d: -f1)
26 tail $_name -n +$((skip+1)) | tar -x -C .
27 ar x "devolo-dlan-cockpit_${pkgver}-0_${_arch}.deb"
28 find . -name "adobeair*${_arch}.deb" -print | xargs ar x
29 tar xJf data.tar.xz
30 tar xJf data.tar.lzma
31 sed -i 's/\.appdata\//~\/\.appdata\//g' "${srcdir}/opt/devolo/dlancockpit/bin/dlancockpit-run.sh"
32 echo "StartupWMClass=dlancockpit" >> "${srcdir}/usr/share/applications/devolo-dlan-cockpit.desktop"
33}
34
35package() {
36 cp -r "${srcdir}/etc/opt" "${srcdir}/opt" "${srcdir}/usr" "${srcdir}/var" "${pkgdir}/"
37 mkdir -p "${pkgdir}/var/lib/devolonetsvc"
38 printf "<?xml version="1.0" encoding="utf-8"?>\n<data_collection><allowed>2</allowed></data_collection>" > "${srcdir}/config.xml"
39 install -Dm644 "${srcdir}/config.xml" "${pkgdir}/var/lib/devolonetsvc/config.xml"
40 install -Dm644 "${srcdir}/devolonetsvc.service" "${pkgdir}/usr/lib/systemd/system/devolonetsvc.service"
41}
42
43sha256sums=('976099b5aa4785edc9ceabb6246abe724b78d2e717d1906eb91bf137f585a1e6'
44 '6f187ca5c7a599b5394ea09cd68885168dbd19b5bd72df5ce083e721e2f0a12c')
45
46

Scan history

Scanned at (UTC)SeverityRules
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 05:50:46 MEDIUM 1
2026-07-16 00:05:41 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