guardit-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-09 01:18:32.135718
View on AUR
Why flagged

The package downloads a prebuilt binary from a GitHub release, which is a supply-chain risk if the host is compromised, but the source is from the project's official repository and the binary is installed with standard permissions; the flagged low votes and recent upload are minor concerns but do not indicate active malice.

Triggered rules

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from a GitHub release, which is a supply-chain risk if the host is compromised, but the source is from the project's official repository and the binary is installed with standard permissions; the flagged low votes and recent upload are minor concerns but do not indicate active malice.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=Rajaonarison-Andry-Misandratra-Fiderana
4_gitname=guardIT
5_appname=${_gitname,,}
6pkgname=${_appname}-bin
7pkgdesc="Linux TUI based firewall"
8
9pkgver=0.2.0
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14_barch=('x86_64-linux')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('nftables')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
32sha256sums=('430374bb2c6bd8136e40678e02d21e8da8d185488f8e0ca1f2f0ab81f87e32cf'
33 'c89386163d662ba1d7b9333f2ece657f900958e733cf5fca7a2ab5b3aebc28a8')
34sha256sums_x86_64=('69bc31105e51c6c066ad1b638d7e98312abbae667e9ba0cbab96e887e05881d4')
35
36
37prepare() {
38 cd "${srcdir}/" || exit
39
40 sed -e 's|/usr/local/bin/|/usr/bin/|g' -i "${_appname}.service"
41}
42
43package() {
44 cd "${srcdir}/" || exit
45
46 install -Dm755 "${_appname}" -t "${pkgdir}/usr/bin/"
47
48 install -Dm644 "${_appname}.service" -t "${pkgdir}/usr/lib/systemd/system/"
49
50 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
51
52 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-09 01:18:32 Low 2

Report a package

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

0 / 4000
Your suggestion