osquery-bin
maintainer tee
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt binary .deb from pkg.osquery.io, which is osquery's own official package distribution domain, with a b2sum checksum provided; the only concern is the non-whitelisted host, but it is plausibly the project's own official infrastructure.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a prebuilt binary .deb from pkg.osquery.io, which is osquery's own official package distribution domain, with a b2sum checksum provided; the only concern is the non-whitelisted host, but it is plausibly the project's own official infrastructure.
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:16
source=("https://pkg.osquery.io/deb/osquery_${pkgver}-1.linux_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Anatol Pomozov
2
# Maintainer: tee < teeaur at duck dot com >
3
4
pkgname=osquery-bin
5
pkgver=5.23.1
6
pkgrel=1
7
pkgdesc='SQL powered operating system instrumentation, monitoring, and analytics(upstream binary)'
8
arch=(x86_64)
9
url='https://osquery.io'
10
license=('Apache-2.0 OR GPL-2.0-or-later')
11
depends=(bash glibc)
12
provides=(osquery)
13
conflicts=(osquery)
14
#replaces=(osquery)
15
#source=("https://pkg.osquery.io/linux/osquery-${pkgver}_1.linux_$arch.tar.gz")
16
source=("https://pkg.osquery.io/deb/osquery_${pkgver}-1.linux_amd64.deb")
17
b2sums=('5dacc8f70f00f1ca2f897472fb4c07c930afbf192982da4497aa3221a2a8c7af415687a174b3393710f8ad32d57e736e5824433a6ed9a5fc4edb27c81382492d')
18
19
package() {
20
tar -xf data.tar.gz -C "$pkgdir"
21
}
22
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 | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 00:06:16 | LOW | 3 |
| 2026-07-16 00:05:41 | LOW | 3 |
| 2026-07-15 11:50:07 | LOW | 3 |