garmintools
maintainer drew33
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is hosted on Google Code Archive, a non-whitelisted but plausible historical archive for a defunct project; it builds from a standard tarball source without obfuscation or remote code execution, and the worst case of a swapped source is limited to supply-chain risk for an unmaintained package.
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 hosted on Google Code Archive, a non-whitelisted but plausible historical archive for a defunct project; it builds from a standard tarball source without obfuscation or remote code execution, and the worst case of a swapped source is limited to supply-chain risk for an unmaintained package.
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:14
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/garmintools/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Original Maintainer: Evan Teitelman <teitelmanevan@gmail.com>
2
# Maintainer: Andrew Rembrandt <andrew@rembrandt.me.uk>
3
# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
4
# Contributor: Archie <Mymaud@gmail.com>
5
6
pkgname=garmintools
7
pkgver=0.10
8
pkgrel=5
9
pkgdesc="This software provides Linux users with the ability to communicate with the Garmin Forerunner 305 via the USB interface."
10
depends=('libusb-compat')
11
install="garmintools.install"
12
arch=('i686' 'x86_64')
13
license=('GPL')
14
source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/garmintools/$pkgname-$pkgver.tar.gz"
15
"array-size.patch")
16
options=('!libtool')
17
url="http://code.google.com/p/garmintools/"
18
md5sums=('1a555a5174a82e92e0f5def1c4b01ae7'
19
'9d6e627ec37afacc0783b8574e84bbf3')
20
21
build() {
22
cd "$srcdir/$pkgname-$pkgver"
23
patch -p0 -i "$srcdir/array-size.patch"
24
./configure --prefix=/usr
25
make
26
}
27
28
package() {
29
cd "$srcdir/$pkgname-$pkgver"
30
make "prefix=$pkgdir/usr" install
31
}
32
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |