reddcoin-bin
maintainer cercos
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's official domain (download.reddcoin.com), which is a legitimate source for Reddcoin releases;虽主机不在白名单上,但属项目自有基础设施,风险较低。
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 package downloads a prebuilt binary from the project's official domain (download.reddcoin.com), which is a legitimate source for Reddcoin releases;虽主机不在白名单上,但属项目自有基础设施,风险较低。
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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:14
"reddcoin-${pkgver}.tar.gz::https://download.reddcoin.com/bin/reddcoin-core-${pkgver}/reddcoin-${pkgver}-x86_64-linux-gnu.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Your Name <your.email@example.com>
2
pkgname=reddcoin-bin
3
pkgver=4.22.9
4
pkgrel=1
5
pkgdesc="Reddcoin - The Original Social Cryptocurrency (Binary Version)"
6
arch=('x86_64')
7
url="https://www.reddcoin.com/"
8
license=('MIT')
9
depends=('qt5-base' 'boost-libs' 'miniupnpc' 'libevent' 'openssl')
10
provides=('reddcoin')
11
conflicts=('reddcoin')
12
13
source=(
14
"reddcoin-${pkgver}.tar.gz::https://download.reddcoin.com/bin/reddcoin-core-${pkgver}/reddcoin-${pkgver}-x86_64-linux-gnu.tar.gz"
15
"reddcoin-icon.svg"
16
)
17
sha256sums=('0e830292cd52e7cb4fb32b07d72d7d590e60c3ebaceeb9b85cde97d27e707fb6'
18
'9f1128822e93b1c9815e07fee9bb0db9adc4200c4f6bed0e8ba35a0a512300b0')
19
20
package() {
21
cd "$srcdir/reddcoin-${pkgver}"
22
23
mkdir -p "$pkgdir/usr/bin"
24
mkdir -p "$pkgdir/usr/lib"
25
mkdir -p "$pkgdir/usr/share/man/man1"
26
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
27
mkdir -p "$pkgdir/usr/share/applications"
28
mkdir -p "$pkgdir/usr/share/icons/hicolor/scalable/apps"
29
30
install -m755 bin/* "$pkgdir/usr/bin/"
31
cp -r lib/* "$pkgdir/usr/lib/"
32
cp -r share/man/man1/* "$pkgdir/usr/share/man/man1/"
33
install -Dm644 README.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
35
echo "[Desktop Entry]
36
Type=Application
37
Name=Reddcoin
38
Comment=Reddcoin Cryptocurrency Wallet
39
Exec=reddcoin-qt
40
Icon=reddcoin
41
Categories=Office;Finance;
42
Keywords=Cryptocurrency;" >"$pkgdir/usr/share/applications/reddcoin.desktop"
43
44
install -Dm644 "$srcdir/reddcoin-icon.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/reddcoin.svg"
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |