resterm-runner-bin
CLEAN
maintainer Dominiquini
1 votes
scanned 2026-08-30 00:04:14.825026
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 downloads prebuilt binaries from the project's official GitHub releases, which is a common and acceptable practice for AUR packages; the sources are verified via sha256sums and the rest are documentation files.
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_pkgauthor=unkn0wn-root
4
_pkgname=resterm-runner
5
pkgname=${_pkgname}-bin
6
pkgver=0.2.2
7
_pkgvername=v${pkgver}
8
pkgrel=1
9
pkgdesc='Headless CLI for Resterm - Automate API testing with workflows, assertions, environment diffs, scripting, and SSH support'
10
arch=('x86_64' 'aarch64')
11
_barch=('x86_64' 'arm64')
12
url="https://github.com/${_pkgauthor}/${_pkgname}"
13
_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
14
license=('Apache-2.0')
15
16
depends=('glibc')
17
optdepends=("${_pkgname%-runner}")
18
19
provides=("${_pkgname}")
20
conflicts=("${pkgname%-bin}")
21
22
source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
23
"README-${pkgver}.md::${_urlraw}/README.md")
24
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[0]}")
25
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[1]}")
26
27
sha256sums=('c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
28
'dab39a7dea327101e0660c2db3e6d6f7dbaead59b3b7f6564ea9834a0864ac89')
29
sha256sums_x86_64=('1b8886aeb354af1b4789aba3487075058505ae4f5d150a9aff2718f5c4c5d133')
30
sha256sums_aarch64=('a854ff24cf34940b25acc67da3aa60c9541189d7d5b8d4892d6727cb9d0d6bbc')
31
32
package() {
33
cd "${srcdir}" || exit 1
34
35
install -Dm755 "${_pkgname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_pkgname}"
36
37
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38
39
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 00:04:14 | Clean | 2 |
| 2026-08-29 23:41:07 | Low | 1 |