tideways-daemon
maintainer bcremer
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a project-associated S3 bucket with a valid checksum; while the host is not whitelisted, the binary is from the official vendor and checksummed, limiting supply-chain risk to low.
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 package downloads a prebuilt binary from a project-associated S3 bucket with a valid checksum; while the host is not whitelisted, the binary is from the official vendor and checksummed, limiting supply-chain risk to low.
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:13
source=("https://s3-eu-west-1.amazonaws.com/qafoo-profiler/downloads/tideways-daemon_linux_amd64-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Benjamin Cremer <bc@benjamin-cremer.de>
2
3
pkgname=tideways-daemon
4
pkgver=1.3.7
5
pkgrel=1
6
pkgdesc="Tideways Profiler Daemon"
7
arch=('i686' 'x86_64')
8
url="https://tideways.io"
9
license=('custom')
10
install=tideways-daemon.install
11
12
if [[ $CARCH == "x86_64" ]]; then
13
source=("https://s3-eu-west-1.amazonaws.com/qafoo-profiler/downloads/tideways-daemon_linux_amd64-${pkgver}.tar.gz")
14
sha256sums=('6281ab5f44e6c2ad37c29b2fdf57984d09063df503baf68f96aa52b1999b98e0')
15
else
16
source=("https://s3-eu-west-1.amazonaws.com/qafoo-profiler/downloads/tideways-daemon_linux_i386-${pkgver}.tar.gz")
17
sha256sums=('dcbf2d3b7620f2da41659de3079b63eaf265bbcccb5ad29ae7b3faf345d1f392')
18
fi
19
20
source+=('tideways-daemon.service' 'tmpfiles.conf' 'sysusers.conf')
21
sha256sums+=('e30dba70919aefb00d8971da9cda001bb850e29d0025246ab76bec26f33bba06'
22
'520b99347e7ba822235c03d2791bc17b12b899bcaaed323ca66dd42a55675f40'
23
'1f50f02fa3d71f42c73d254f1d4667d5517794fec8c7d478abdd9e8f8e35018a')
24
25
package() {
26
cd "${srcdir}/tideways-daemon_${pkgver}"
27
install -Dm755 tideways-daemon "${pkgdir}"/usr/bin/tideways-daemon
28
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
29
install -Dm644 logrotate.conf "${pkgdir}/etc/logrotate.d/${pkgname}"
30
31
install -Dm644 ../tideways-daemon.service "${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
32
install -Dm644 ../tmpfiles.conf "${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
33
install -Dm644 ../sysusers.conf "${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
34
}
35
36
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 |