dektec-dtapiservice-bin

maintainer nikost74 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the official DekTec website, hosting the project's own SDK; despite the non-whitelisted host triggering a static rule, this is a legitimate build of vendor-provided source code, and the extracted binary is installed directly without remote code execution or obfuscation risks.

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 the official DekTec website, hosting the project's own SDK; despite the non-whitelisted host triggering a static rule, this is a legitimate build of vendor-provided source code, and the extracted binary is installed directly without remote code execution or obfuscation risks.

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=("https://www.dektec.com/products/SDK/DTAPI/Downloads/LinuxSDK_v${_sdkver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Nikos Toutountzoglou <nikos.toutou@protonmail.com>
2
3pkgname=dektec-dtapiservice-bin
4pkgver=5.2.8.141
5pkgrel=1
6_sdkver=2026.05.0
7pkgdesc="DTAPI daemon that manages a range of DekTec demodulator boards"
8arch=('x86_64')
9url="https://www.dektec.com/downloads/SDK/#linux"
10license=('LicenseRef-custom')
11depends=('gcc-libs' 'glibc' 'dektec-drivers-dkms')
12options=('!strip' '!debug')
13source=("https://www.dektec.com/products/SDK/DTAPI/Downloads/LinuxSDK_v${_sdkver}.tar.gz")
14sha256sums=('de710978c419ce7a5c5cfd387d8fa68a1529cd29017d23bbdcc84fdb29e48c7f')
15
16prepare() {
17 cd "${srcdir}/LinuxSDK/DtapiService"
18
19 # Local variables for the binary file and skip lines
20 local binary="DtapiService.bin"
21 local skip=$(awk '/^__START_OF_TARFILE__/ { print NR + 1; exit 0; }' "${binary}")
22
23 # Untar all files included in the DtapiService.bin file
24 tail -n +${skip} "${binary}" | bsdtar -xzv
25
26 # Replace '/usr/sbin' with '/usr/bin' in the service file
27 sed -i "s|ExecStart=/usr/sbin/DtapiServiced|ExecStart=/usr/bin/DtapiServiced|" DtapiServiced.service
28
29 # Copy the 64-bit service binary to a generic name
30 cp "${srcdir}/LinuxSDK/DtapiService/DtapiService64" "${srcdir}/LinuxSDK/DtapiService/DtapiServiced"
31}
32
33package() {
34 install -Dm755 "${srcdir}/LinuxSDK/DtapiService/DtapiServiced" "${pkgdir}/usr/bin/DtapiServiced"
35 install -Dm644 "${srcdir}/LinuxSDK/DtapiService/DtapiServiced.service" "${pkgdir}/usr/lib/systemd/system/DtapiServiced.service"
36 install -Dm644 "${srcdir}/LinuxSDK/License" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37}
38
39# vim:set ts=2 sw=2 et:
40

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 00:05:41 LOW 2
2026-07-15 00:09:25 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