lazynmap-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-03 21:54:41.624619
View on AUR
Why flagged

The package downloads a prebuilt binary from GitHub releases, which is a supply-chain risk if the source is compromised, but it is from the project's official repository and checksums are provided, reducing the likelihood of undetected tampering.

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 GitHub releases, which is a supply-chain risk if the source is compromised, but it is from the project's official repository and checksums are provided, reducing the likelihood of undetected tampering.

PKGBUILD

1# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=ruiiiijiiiiang
4_gitname=lazynmap
5_appname=${_gitname}
6pkgname=${_appname}-bin
7pkgdesc="Build complex nmap commands with an intuitive TUI"
8
9pkgver=0.1.3
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64')
14
15_ghurl="https://github.com/${_gitauthor}/${_gitname}"
16_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
17url=${_ghurl}
18
19license=('MIT')
20
21provides=("${_appname}")
22conflicts=("${pkgname%-bin}")
23
24makedepends=('patchelf')
25depends=('glibc' 'libgcc')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}")
32sha256sums=('b17b453a952e6900152d58c540fb15d6baa0c6d1bb2f2160cff8d0519afc1e96'
33 '7e22db8d3b38510368e9801f5d7b34ce0cf4eb7067fed2e3b946c4039da29ac7')
34sha256sums_x86_64=('0604ddb92c2828a2e1dafec59a37f28f2db5e98ddb670d8d620b966ca40d5d9d')
35
36
37prepare() {
38 cd "${srcdir}/" || exit
39
40 patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 "${_appname}-${CARCH}-${pkgver}"
41 patchelf --shrink-rpath "${_appname}-${CARCH}-${pkgver}"
42}
43
44package() {
45 cd "${srcdir}/" || exit
46
47 install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
48
49 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
50
51 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 21:54:41 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