taproot-assets-bin
LOW
maintainer pizzaman
1 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The external download is from the project's official GitHub releases, which is a legitimate source; the curl command in comments is instructional and not executed, posing no real risk.
Triggered rules
Low
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The external download is from the project's official GitHub releases, which is a legitimate source; the curl command in comments is instructional and not executed, posing no real risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
Medium
External download from an untrusted host, not in source=()
external_download_not_in_source
curl/wget fetches a URL on a non-allowlisted host that is not part of source=(), so it is not checksum-verified by makepkg.
-
PKGBUILD:28
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Aranguren <pizzaman@hotmail.com
2
_pkgname=taproot-assets
3
pkgname=${_pkgname}-bin
4
pkgver=0.6.0
5
_pkgver="${pkgver//_/-}"
6
pkgrel=1
7
pkgdesc="A layer 1 daemon, for the Taproot Assets Protocol specification, written in Go (golang)"
8
arch=('any')
9
_arch=linux-amd64
10
url="https://github.com/lightninglabs/${_pkgname}"
11
license=("MIT")
12
depends=("lnd")
13
provides=("${_pkgname}" "${_pkgname}d")
14
15
source=(
16
${_pkgname}-${_arch}-v${_pkgver}.tar.gz::"${url}/releases/download/v$_pkgver/${_pkgname}-${_arch}-v${_pkgver}.tar.gz"
17
manifest-v${_pkgver}.txt.sig::"${url}/releases/download/v${_pkgver}/manifest-guggero-v${_pkgver}.sig"
18
manifest-v${_pkgver}.txt::"${url}/releases/download/v${_pkgver}/manifest-v${_pkgver}.txt"
19
)
20
21
sha256sums=('9351c7658933f7ed3bb41ff7b2eec020f5b1c862688f2ea32bb225ea046b4b93'
22
'SKIP'
23
'8dcb12addca7711943ead04904b9beb6d6da4e231f46829ec00e5e6978fb394a')
24
25
# LND provides manifest signatures from several developers
26
# To wit; guggero and roasbeef
27
# To import their keys run
28
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
29
#curl https://keybase.io/roasbeef/pgp_keys.sig | gpg --import
30
# But of course don't trust this rando AUR comment - verify yourself that the keybase accounts really belong to the developers.
31
validpgpkeys=(
32
'F4FC70F07310028424EFC20A8E4256593F177720'
33
# 'E4D85299674B2D31FAA1892E372CBD7633C61696'
34
)
35
36
prepare() {
37
# verify release
38
gpg --verify "manifest-v${_pkgver}.txt.sig" "manifest-v${_pkgver}.txt"
39
40
cat "manifest-v${_pkgver}.txt" \
41
| grep "^[0-9a-f]\{64\} ${_pkgname}-${_arch}-v${_pkgver}\(\.tar\.gz\)$" \
42
| sha256sum -c -
43
}
44
45
package() {
46
install -Dm 755 "${srcdir}/${_pkgname}-${_arch}-v${_pkgver}/tapcli" -t "${pkgdir}/usr/bin";
47
install -Dm 755 "${srcdir}/${_pkgname}-${_arch}-v${_pkgver}/tapd" -t "${pkgdir}/usr/bin";
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |