dbe-timetrack-bin
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: The Don't Be Evil Company <oss@the-dont-be-evil-company.com>
# INFO:
# This is prefixed with "dbe-" to avoid
# confusion with the already existing "timetrack" gnome package that exist in the AUR.
# The actual application is called "timetrack", and that's what the binary will be named.
pkgname=dbe-timetrack-bin
_pkgname=timetrack
pkgver=5.16.4
pkgrel=1
pkgdesc="Simple, offline-first desktop application to track your time on different projects and tasks."
arch=('x86_64')
url="https://github.com/dont-be-evil-company/timetrack"
license=('MIT')
depends=('nss' 'at-spi2-core' 'libxss' 'gtk3' 'alsa-lib' 'libxtst')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("https://github.com/dont-be-evil-company/timetrack/releases/download/v${pkgver}/timetrack_amd64.deb")
sha256sums=('f44dc3c0c2284239f3dc3829ee6960f5bf00c0794cf14e0831d6530d69b15db3')
package() {
if [ -f "data.tar.xz" ]; then
bsdtar -xf "data.tar.xz" -C "${pkgdir}"
else
bsdtar -xf "data.tar.gz" -C "${pkgdir}"
fi
mkdir -p "${pkgdir}/usr/bin"
ln -sf "/opt/timetrack/timetrack" "${pkgdir}/usr/bin/timetrack"
if [ -f "${pkgdir}/opt/timetrack/chrome-sandbox" ]; then
chmod 4755 "${pkgdir}/opt/timetrack/chrome-sandbox"
fi
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 21:54:41 | Medium | 2 |