topf
CLEAN
maintainer parzival-space
1 votes
scanned 2026-09-10 00:22:44.768965
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from official source code hosted on GitHub under the PostFinance organization, with a verifiable checksum; no untrusted or executable remote content is involved.
1 higher static finding superseded - not the current verdict (shown for transparency)
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Malte Linke <me@parzival.space>
2
3
pkgname=topf
4
pkgdesc='Talos orchestrator by PostFinance'
5
pkgdesc='Talos orchestrator by PostFinance'
6
pkgver=0.6.0 # renovate: datasource=github-tags depName=postfinance/topf versioning=semver
7
pkgrel=1
8
arch=('x86_64')
9
url="https://github.com/postfinance/topf"
10
license=('MIT')
11
provides=('topf')
12
conflicts=('topf')
13
depends=() # no dependencies, not a dynamic executable
14
makedepends=(go)
15
16
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/postfinance/topf/archive/refs/tags/v${pkgver}.tar.gz")
17
sha256sums=('b3e62f9e2265632c838250f45973788dc60a11a7dd6daa2f01a43e0a37edab3a')
18
19
build() {
20
cd "${srcdir}/${pkgname}-${pkgver}"
21
go build -trimpath -ldflags "-X main.version=${pkgver}" -o bin/topf ./cmd/topf
22
}
23
24
package() {
25
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/bin/topf" "${pkgdir}/usr/bin/topf"
26
install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 00:22:44 | Clean | 2 |
| 2026-09-09 23:20:11 | Low | 1 |