tmetric-rpm
The PKGBUILD downloads a prebuilt RPM binary from static.tmetric.com (the official TMetric vendor CDN) and installs it directly. While static.tmetric.com appears to be the legitimate vendor distribution host for TMetric desktop, it is not a standard distro mirror or well-known ecosystem registry. The RPM is an executed binary artifact installed system-wide. The md5sum provides weak integrity (MD5 is broken for collision resistance), and the URL uses $CARCH without quoting which could be a minor issue. The main concern is that a prebuilt binary from a vendor CDN is being installed without signature verification beyond a weak MD5 checksum — if the CDN were compromised or the binary swapped, it would execute arbitrary code. This is a genuine supply-chain concern (unverified prebuilt binary from a non-standard host) but not clearly malicious, consistent with MEDIUM severity.
Triggered rules
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:23
source=("$pkgname-$pkgver.$arch.rpm::https://static.tmetric.com/desktop/download/linux/rpm/$CARCH")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt RPM binary from static.tmetric.com (the official TMetric vendor CDN) and installs it directly. While static.tmetric.com appears to be the legitimate vendor distribution host for TMetric desktop, it is not a standard distro mirror or well-known ecosystem registry. The RPM is an executed binary artifact installed system-wide. The md5sum provides weak integrity (MD5 is broken for collision resistance), and the URL uses $CARCH without quoting which could be a minor issue. The main concern is that a prebuilt binary from a vendor CDN is being installed without signature verification beyond a weak MD5 checksum — if the CDN were compromised or the binary swapped, it would execute arbitrary code. This is a genuine supply-chain concern (unverified prebuilt binary from a non-standard host) but not clearly malicious, consistent with MEDIUM severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rohit Goswami (HaoZeke) <rohit.goswami@aol.com>
pkgname=tmetric-rpm
pkgver="20.2.4"
pkgrel=1
epoch=
pkgdesc="TMetric is a simple and accurate work time-tracker that sets you free from tedious time reporting. Built from the rpm to prevent breakage."
arch=('x86_64')
url="https://tmetric.com"
license=('GPL2')
groups=()
depends=()
provides=('tmetric')
conflicts=('tmetric''tmetric-desktop')
options=('!strip' '!emptydirs')
makedepends=()
checkdepends=()
optdepends=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver.$arch.rpm::https://static.tmetric.com/desktop/download/linux/rpm/$CARCH")
md5sums=('4736678e8d592394e0f66e33120709a2')
noextract=()
package() {
# cd "$srcdir/"
cp -rf usr ${pkgdir}
# make DESTDIR="$pkgdir/" install
}
# vim:set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |