fnqvisual
maintainer OmurEKiraz
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the author's GitHub, which is normal for AUR packages; the low severity is due to few votes, recent upload, and unverified source (SKIP'd checksum), but it does not execute remote code or install prebuilt binaries from untrusted sources.
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 source hosted on the author's GitHub, which is normal for AUR packages; the low severity is due to few votes, recent upload, and unverified source (SKIP'd checksum), but it does not execute remote code or install prebuilt binaries from untrusted sources.
PKGBUILD
1
# Maintainer: Omur <omrkrz0678@gmail.com>
2
pkgname=fnqvisual
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="FnQVisual Rust daemon and UI"
6
arch=('x86_64')
7
url="https://github.com/OmurEKiraz/FnQVisual-rs"
8
license=('GPL-3.0-or-later')
9
10
11
depends=(
12
'gcc-libs'
13
'glibc'
14
'fontconfig'
15
'gtk4'
16
'gtk4-layer-shell'
17
'libx11'
18
'libxcursor'
19
'libxi'
20
'libxrandr'
21
'libxkbcommon'
22
'wayland'
23
)
24
makedepends=('cargo')
25
provides=('fnqvisual')
26
conflicts=('fnqvisual')
27
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/OmurEKiraz/FnQVisual-rs/archive/refs/tags/v${pkgver}.tar.gz")
28
sha256sums=('SKIP')
29
30
prepare() {
31
cd "FnQVisual-rs-${pkgver}"
32
export CARGO_HOME="${srcdir}/cargo-home"
33
cargo fetch --locked
34
}
35
36
build() {
37
cd "FnQVisual-rs-${pkgver}"
38
export CARGO_HOME="${srcdir}/cargo-home"
39
cargo build --frozen --release --all-targets
40
}
41
42
package() {
43
cd "FnQVisual-rs-${pkgver}"
44
45
46
install -Dm755 "target/release/fnq-visual" "${pkgdir}/usr/bin/fnqvisual"
47
48
# Systemd service
49
if [ -f "fnq-visual.service" ]; then
50
install -Dm644 "fnq-visual.service" "${pkgdir}/usr/lib/systemd/system/fnq-visual.service"
51
fi
52
53
# license
54
if [ -f "LICENSE" ]; then
55
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
56
fi
57
}
58
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 07:27:58 | LOW | 2 |