dlt-viewer
The package builds from a tagged commit of the official GitHub repository, which is a normal practice for AUR packages; the 'SKIP' checksum is common for git sources and does not imply remote code execution or malicious behavior.
Triggered rules
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 builds from a tagged commit of the official GitHub repository, which is a normal practice for AUR packages; the 'SKIP' checksum is common for git sources and does not imply remote code execution or malicious behavior.
1 higher static finding superseded - not the current verdict (shown for transparency)
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
pkgname=dlt-viewer
pkgver=2.28.0
_commit=300a20461e8f1505ff891b211b3b69dc28c04e9a # tags/v2.28.0
pkgrel=1
pkgdesc="Diagnostic Log and Trace client viewer"
url="https://github.com/GENIVI/dlt-viewer/"
arch=('x86_64' 'i686')
license=('MPL-2.0')
depends=(qt6-base qt6-serialport)
source=("git+https://github.com/GENIVI/dlt-viewer.git#commit=${_commit}")
sha256sums=('SKIP')
build() {
cmake \
-B build \
-S "${pkgname}" \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DDLT_USE_STANDARD_INSTALLATION_LOCATION:BOOL=ON \
-Wno-dev
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 23:44:22 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |