btcaddress-alpha-bin
The package downloads a source file from web.archive.org, a non-standard but trusted archival host, which is used to preserve access to the original project; the source is a prebuilt binary archive, but the context indicates it is the only available source due to the original site being offline, and there is no evidence of malicious intent or code execution beyond normal packaging.
Triggered rules
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 package downloads a source file from web.archive.org, a non-standard but trusted archival host, which is used to preserve access to the original project; the source is a prebuilt binary archive, but the context indicates it is the only available source due to the original site being offline, and there is no evidence of malicious intent or code execution beyond normal packaging.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:27
"btcaddress-alpha.zip::https://web.archive.org/web/20140110122807/http://casascius.com/btcaddress-alpha.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Maximilian Weiss <$(echo "bWF4QG1heHdlaXNzLmlv" | base64 -d)>
# Contributor: Mike Caldwell
pkgname=btcaddress-alpha-bin
pkgver=0.0.1
pkgrel=3
pkgdesc="Casascius Bitcoin Address Utility"
arch=('i686' 'x86_64')
url='https://web.archive.org/web/20130712011038/https://casascius.wordpress.com/2013/01/26/bitcoin-address-utility/'
#url='https://casascius.wordpress.com/2013/01/26/bitcoin-address-utility/'
#url='https://github.com/casascius/Bitcoin-Address-Utility'
license=('Unknown' 'custom:FOSS')
depends=('mono')
provides=('btcaddress-alpha-bin')
conflicts=('btcaddress-alpha-bin')
source=('btcaddress.png'
'btcaddress.desktop'
"btcaddress-alpha.zip::https://web.archive.org/web/20140110122807/http://casascius.com/btcaddress-alpha.zip")
# https://casascius.com/btcaddress-alpha.zip
# Casascius site is no longer available
# Backups:
# https://ipfs.io/ipfs/QmcbgvdV5qaezKG5tLJ71GXKdikpoH3zHBfNc4SGdbLYN2
# https://web.archive.org/web/20130712011038/https://casascius.wordpress.com/2013/01/26/bitcoin-address-utility/
sha256sums=('3e7e6fcfa81a8617414198c46dfa0fa3489c96ac216e902ec5fabfeb664a9442'
'ec7183ad277d2ccb01e6f8b6099b750fbf974b9acfb3e7139d21b8b54ccee535'
'008b92949bbcedebc8da278e2c27156a35b3041e232a4e426efce471a6f2506e')
package() {
mkdir -p "$pkgdir/opt/btcaddress/"
mkdir -p "$pkgdir/usr/share/applications/"
mkdir -p "$pkgdir/usr/share/pixmaps/"
install -Dm644 "$srcdir/btcaddress.png" "$pkgdir/usr/share/pixmaps/"
install -Dm644 "$srcdir/btcaddress.desktop" "$pkgdir/usr/share/applications/"
rm -f "$srcdir/btcaddress.png"
rm -f "$srcdir/btcaddress.desktop"
rm -f "$srcdir/btcaddress-alpha.zip"
rm -f "$srcdir/source.zip"
cd "$srcdir/"
for i in *.*; do
install -Dm644 "$srcdir/$i" "$pkgdir/opt/btcaddress/"
done
}
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 |