aria2cd
maintainer ZhangHua
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a license text file from the official WTFPL website, not an executable or swappable binary, so the worst case of host compromise is limited to license text tampering.
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 source is a license text file from the official WTFPL website, not an executable or swappable binary, so the worst case of host compromise is limited to license text tampering.
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:13
LICENSE::http://www.wtfpl.net/txt/copying)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ZhangHua<zhanghua.00 at qq dot com>
2
3
pkgname=aria2cd
4
pkgver=2.0.2
5
pkgrel=1
6
pkgdesc="A script and systemd serice to start aria2 automatically."
7
arch=("any")
8
url="https://aur.archlinux.org/packages/aria2cd"
9
license=(LicenseRef-WTFPL)
10
source=(aria2.service
11
aria2@.service
12
update-tracker
13
LICENSE::http://www.wtfpl.net/txt/copying)
14
sha256sums=('75cfd503b582b4d57f8b03602ffd1d056451b6934439be44bd8fad4190e9df33'
15
'37d1e760069b419ad9ebab6c5a3d538d31807e833047eefb9a129b0022b5bd2d'
16
'5172b212283fc2111cb47160c2a6894baba4c63e8c4d4ebcf30fa97413c94239'
17
'0356258391e190dc1d44ea01565cfe627fe44e27dad693a0a54c2483a7b223e5')
18
package() {
19
depends=(aria2 systemd bash sed grep coreutils)
20
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
21
install -Dm755 "${srcdir}/update-tracker" "${pkgdir}/usr/lib//aria2cd/update-tracker"
22
install -Dm644 "${srcdir}/aria2.service" "${pkgdir}/usr/lib/systemd/user/aria2.service"
23
install -Dm644 "${srcdir}/aria2@.service" "${pkgdir}/usr/lib/systemd/system/aria2@.service"
24
}
25
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 |