typesense-bin
maintainer wille0
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the official project release host dl.typesense.org, which is plausibly controlled by the project maintainers; despite not being on a standard code forge, it is the project's own distribution domain, and the binary is verified with a matching sha256sum, making supply chain risk 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 the official project release host dl.typesense.org, which is plausibly controlled by the project maintainers; despite not being on a standard code forge, it is the project's own distribution domain, and the binary is verified with a matching sha256sum, making supply chain risk 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_x86_64=("https://dl.typesense.org/releases/${pkgver}/${_pkgroot}-server-${pkgver}-linux-amd64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: William Sandström <w.sandstrom@gmail.com>
2
_pkgroot=typesense
3
pkgname="${_pkgroot}-bin"
4
pkgver=30.2
5
pkgrel=1
6
pkgdesc="A fast, typo-tolerant search engine for building delightful search experiences."
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/typesense/typesense"
9
license=('GPL3')
10
provides=("${_pkgroot}")
11
backup=('etc/typesense/typesense-server.ini')
12
source=('typesense.sysusers' 'typesense.tmpfiles' 'typesense-server.service' 'typesense-server.ini')
13
source_x86_64=("https://dl.typesense.org/releases/${pkgver}/${_pkgroot}-server-${pkgver}-linux-amd64.tar.gz")
14
source_aarch64=("https://dl.typesense.org/releases/${pkgver}/${_pkgroot}-server-${pkgver}-linux-arm64.tar.gz")
15
sha256sums=('ef4b613a67e00db11e419fbbbab704c878fd9cc91ac9b55bb47d13ffe4326c31'
16
'be5d6252e0239e98f30273ae272aa101385b4fe51d00abdd3534eb3d50658528'
17
'efd39e4aaa4acd14c0eece9b4090781939972d4ee5303e86162752d96706aac0'
18
'55596bc915fd5e89712a53f6ceb66b486570b972014f09f18bb5fa72e27b5410')
19
sha256sums_x86_64=('cd791605e7c6cc7be457794f534cd4b9f9d361781adb10e40020efc22840ebc3')
20
sha256sums_aarch64=('a9b9d6e2927c863900306290e8532c17f66bdff34ef2ad043b24ed4ccec8a6bc')
21
22
package() {
23
cd "${srcdir}"
24
install -D -m 0755 typesense-server "${pkgdir}/usr/bin/typesense-server"
25
install -D -m 0644 typesense.sysusers "${pkgdir}/usr/lib/sysusers.d/typesense.conf"
26
install -D -m 0644 typesense.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/typesense.conf"
27
install -D -m 0644 typesense-server.service "${pkgdir}/usr/lib/systemd/system/typesense-server.service"
28
install -D -m 0640 typesense-server.ini "${pkgdir}/etc/typesense/typesense-server.ini"
29
}
30
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 |