devolo-dlan-cockpit

LOW
maintainer japama 11 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
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 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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