dbe-timetrack-bin

MEDIUM
maintainer dbe-company 0 votes scanned 2026-09-03 21:54:41.624619
View on AUR
Why flagged

The package installs a prebuilt .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable host, creating a supply-chain risk if the source were compromised.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable host, creating a supply-chain risk if the source were compromised.

PKGBUILD

1# Maintainer: The Don't Be Evil Company <oss@the-dont-be-evil-company.com>
2
3# INFO:
4# This is prefixed with "dbe-" to avoid
5# confusion with the already existing "timetrack" gnome package that exist in the AUR.
6# The actual application is called "timetrack", and that's what the binary will be named.
7pkgname=dbe-timetrack-bin
8_pkgname=timetrack
9pkgver=5.16.4
10pkgrel=1
11pkgdesc="Simple, offline-first desktop application to track your time on different projects and tasks."
12arch=('x86_64')
13url="https://github.com/dont-be-evil-company/timetrack"
14license=('MIT')
15depends=('nss' 'at-spi2-core' 'libxss' 'gtk3' 'alsa-lib' 'libxtst')
16provides=("$_pkgname")
17conflicts=("$_pkgname")
18source=("https://github.com/dont-be-evil-company/timetrack/releases/download/v${pkgver}/timetrack_amd64.deb")
19sha256sums=('f44dc3c0c2284239f3dc3829ee6960f5bf00c0794cf14e0831d6530d69b15db3')
20
21package() {
22 if [ -f "data.tar.xz" ]; then
23 bsdtar -xf "data.tar.xz" -C "${pkgdir}"
24 else
25 bsdtar -xf "data.tar.gz" -C "${pkgdir}"
26 fi
27 mkdir -p "${pkgdir}/usr/bin"
28 ln -sf "/opt/timetrack/timetrack" "${pkgdir}/usr/bin/timetrack"
29 if [ -f "${pkgdir}/opt/timetrack/chrome-sandbox" ]; then
30 chmod 4755 "${pkgdir}/opt/timetrack/chrome-sandbox"
31 fi
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 21:54:41 Medium 2

Report a package

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

0 / 4000
Your suggestion