cpuled
maintainer orphaned
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-specific URL on an archived personal domain; it is not a prebuilt executable, and the realistic worst case of a swapped source is limited to building modified C code from the project's own historical release, which is a normal AUR scenario.
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 tarball from a project-specific URL on an archived personal domain; it is not a prebuilt executable, and the realistic worst case of a swapped source is limited to building modified C code from the project's own historical release, which is a normal AUR scenario.
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:12
source=("http://web.archive.org/web/20150802072158/downloads.lara.click/$pkgname-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lara Maia <dev@lara.click>
2
3
pkgname=cpuled
4
pkgdesc="It's a program to let the keyboard LEDs indicate CPU load."
5
url='http://web.archive.org/web/20011210154318/www.sudac.org/~napolium/linux/'
6
pkgver=0.1
7
pkgrel=4
8
arch=('i686' 'x86_64' 'armv6h')
9
depends=('glibc')
10
license=('GPL')
11
12
source=("http://web.archive.org/web/20150802072158/downloads.lara.click/$pkgname-$pkgver.tar.gz"
13
'fix-warnings.patch'
14
'makefile_update.patch')
15
16
md5sums=('9b84e1903f2eb555006de0a5cb243c56'
17
'5bcf6651c1d14457dab7c4ed564fffaa'
18
'7d54f422517caa23d355483495558f19')
19
20
prepare() {
21
cd "$srcdir"/$pkgname-$pkgver
22
23
patch -Np0 -i ../fix-warnings.patch
24
patch -Np0 -i ../makefile_update.patch
25
}
26
27
build() {
28
cd "$srcdir"/$pkgname-$pkgver
29
30
make
31
}
32
33
package() {
34
cd "$srcdir"/$pkgname-$pkgver
35
36
make DESTDIR="$pkgdir" install
37
}
38
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 |