asus-fan-control-ec-git

LOW
maintainer Cleboost 0 votes scanned 2026-08-28 09:35:00.314873
View on AUR
Why flagged

The package builds from the project's own git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Cleboost <clement.balarot@gmail.com>
2# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4pkgname=asus-fan-control-ec-git
5pkgver=0
6pkgrel=1
7pkgdesc="Fan control for ASUS devices using the embedded controller directly (git version)"
8url="https://github.com/Keyitdev/asus-fan-control-ec"
9arch=("x86_64")
10makedepends=("git" "base-devel")
11optdepends=("systemd: run the fan curve as a service")
12provides=("asus-fan-control-ec")
13conflicts=("asus-fan-control-ec")
14license=("GPL3")
15
16source=("asus-fan-control-ec::git+${url}.git#branch=master")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${srcdir}/asus-fan-control-ec"
21 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
22}
23
24build() {
25 cd "${srcdir}/asus-fan-control-ec"
26 make
27}
28
29package() {
30 cd "${srcdir}/asus-fan-control-ec"
31 make PREFIX=/usr DESTDIR="${pkgdir}" install
32}
33
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 09:35:00 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion