resterm-runner-bin

CLEAN
maintainer Dominiquini 1 votes scanned 2026-08-30 00:04:14.825026
View on AUR

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
5pkgname=${_pkgname}-bin
6pkgver=0.2.2
7_pkgvername=v${pkgver}
8pkgrel=1
9pkgdesc='Headless CLI for Resterm - Automate API testing with workflows, assertions, environment diffs, scripting, and SSH support'
10arch=('x86_64' 'aarch64')
11_barch=('x86_64' 'arm64')
12url="https://github.com/${_pkgauthor}/${_pkgname}"
13_urlraw="https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/${_pkgvername}"
14license=('Apache-2.0')
15
16depends=('glibc')
17optdepends=("${_pkgname%-runner}")
18
19provides=("${_pkgname}")
20conflicts=("${pkgname%-bin}")
21
22source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
23 "README-${pkgver}.md::${_urlraw}/README.md")
24source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[0]}")
25source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}::${url}/releases/download/${_pkgvername}/${_pkgname}_Linux_${_barch[1]}")
26
27sha256sums=('c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
28 'dab39a7dea327101e0660c2db3e6d6f7dbaead59b3b7f6564ea9834a0864ac89')
29sha256sums_x86_64=('1b8886aeb354af1b4789aba3487075058505ae4f5d150a9aff2718f5c4c5d133')
30sha256sums_aarch64=('a854ff24cf34940b25acc67da3aa60c9541189d7d5b8d4892d6727cb9d0d6bbc')
31
32package() {
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)SeverityRules
2026-08-30 00:04:14 Clean 2
2026-08-29 23:41:07 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion